What is the HSL code for dark lilac?
The CSS color dark lilac in HSL format is hsl(290.4, 23.7%, 53.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark lilac in CSS?
To apply dark lilac in CSS:
- Text color: color: hsl(290.4, 23.7%, 53.7%);
- Background: background-color: hsl(290.4, 23.7%, 53.7%);
- Border: border-color: hsl(290.4, 23.7%, 53.7%);
What are all the color format values for dark lilac?
| Format | Value |
|---|---|
| HEX | #9c6da5 |
| RGB | rgb(156, 109, 165) |
| HSL | hsl(290.4, 23.7%, 53.7%) |
| CMYK | cmyk(5.5%, 33.9%, 0%, 35.3%) |
How do I convert dark lilac to HSL?
Select dark lilac from the color name list in our color converter. The HSL value — hsl(290.4, 23.7%, 53.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark lilac belong to?
dark lilac belongs to the pink color family. It is a medium, muted color with HSL values: hue 290.4°, saturation 23.7%, lightness 53.7%.
How do I create lighter and darker shades of dark lilac?
Lighter variant (lightness 68.7%): #bc9cc2. Darker variant (lightness 38.7%): #734b7a. 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.