What is the HEX code for dark plum?
The CSS color dark plum in HEX format is #3f012c. 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: #3f012c;
- Background: background-color: #3f012c;
- Border: border-color: #3f012c;
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 HEX?
Select dark plum from the color name list in our color converter. The HEX value — #3f012c — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.