What is the HSL code for dark plum?
The CSS color dark plum in HSL format is hsl(318.4, 96.9%, 12.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark plum in CSS?
To apply dark plum in CSS:
- Text color: color: hsl(318.4, 96.9%, 12.5%);
- Background: background-color: hsl(318.4, 96.9%, 12.5%);
- Border: border-color: hsl(318.4, 96.9%, 12.5%);
What are all the color format values for dark plum?
| Format | Value |
|---|---|
| HEX | #3f012c |
| RGB | rgb(63, 1, 44) |
| HSL | hsl(318.4, 96.9%, 12.5%) |
| CMYK | cmyk(0%, 98.4%, 30.2%, 75.3%) |
How do I convert dark plum to HSL?
Select dark plum from the color name list in our color converter. The HSL value — hsl(318.4, 96.9%, 12.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark plum belong to?
dark plum belongs to the pink color family. It is a dark, vivid color with HSL values: hue 318.4°, saturation 96.9%, lightness 12.5%.
How do I create lighter and darker shades of dark plum?
Lighter variant (lightness 27.5%): #8a0260. Darker variant (lightness 5%): #190012. 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.