What is the HEX code for light plum?
The CSS color light plum in HEX format is #9d5783. Use this value directly in CSS, SVG, and most design tools.
How do I use light plum in CSS?
To apply light plum in CSS:
- Text color: color: #9d5783;
- Background: background-color: #9d5783;
- Border: border-color: #9d5783;
What are all the color format values for light plum?
| Format | Value |
|---|---|
| HEX | #9d5783 |
| RGB | rgb(157, 87, 131) |
| HSL | hsl(322.3, 28.7%, 47.8%) |
| CMYK | cmyk(0%, 44.6%, 16.6%, 38.4%) |
How do I convert light plum to HEX?
Select light plum from the color name list in our color converter. The HEX value — #9d5783 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light plum belong to?
light plum belongs to the pink color family. It is a medium, muted color with HSL values: hue 322.3°, saturation 28.7%, lightness 47.8%.
How do I create lighter and darker shades of light plum?
Lighter variant (lightness 62.8%): #bb85a7. Darker variant (lightness 32.8%): #6c3c5a. 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.