What is the HEX code for reddish purple?
The CSS color reddish purple in HEX format is #910951. Use this value directly in CSS, SVG, and most design tools.
How do I use reddish purple in CSS?
To apply reddish purple in CSS:
- Text color: color: #910951;
- Background: background-color: #910951;
- Border: border-color: #910951;
What are all the color format values for reddish purple?
| Format | Value |
|---|---|
| HEX | #910951 |
| RGB | rgb(145, 9, 81) |
| HSL | hsl(328.2, 88.3%, 30.2%) |
| CMYK | cmyk(0%, 93.8%, 44.1%, 43.1%) |
How do I convert reddish purple to HEX?
Select reddish purple from the color name list in our color converter. The HEX value — #910951 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does reddish purple belong to?
reddish purple belongs to the pink color family. It is a medium, vivid color with HSL values: hue 328.2°, saturation 88.3%, lightness 30.2%.
How do I create lighter and darker shades of reddish purple?
Lighter variant (lightness 45.2%): #d90d79. Darker variant (lightness 15.2%): #490529. 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.