What is the HSL code for grey purple?
The CSS color grey purple in HSL format is hsl(280.6, 12.4%, 48.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use grey purple in CSS?
To apply grey purple in CSS:
- Text color: color: hsl(280.6, 12.4%, 48.8%);
- Background: background-color: hsl(280.6, 12.4%, 48.8%);
- Border: border-color: hsl(280.6, 12.4%, 48.8%);
What are all the color format values for grey purple?
| Format | Value |
|---|---|
| HEX | #826d8c |
| RGB | rgb(130, 109, 140) |
| HSL | hsl(280.6, 12.4%, 48.8%) |
| CMYK | cmyk(7.1%, 22.1%, 0%, 45.1%) |
How do I convert grey purple to HSL?
Select grey purple from the color name list in our color converter. The HSL value — hsl(280.6, 12.4%, 48.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey purple belong to?
grey purple belongs to the purple color family. It is a medium, muted color with HSL values: hue 280.6°, saturation 12.4%, lightness 48.8%.
How do I create lighter and darker shades of grey purple?
Lighter variant (lightness 63.8%): #a797ae. Darker variant (lightness 33.8%): #5a4c61. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.