Dark Magenta Hex Code — #8B008B
RGB, HSL, and CMYK values for Dark Magenta.
Dark Magenta Color Values
| Format | Value |
|---|---|
| HEX | #8B008B |
| RGB | rgb(139, 0, 139) |
| HSL | hsl(300, 100%, 27%) |
| CMYK | cmyk(0%, 100%, 0%, 45%) |
Want to explore more shades? Use our Color Converter
About Dark Magenta
Color psychology: Ambition, power.
Dark Magenta (#8B008B) is a dark shade of purple. It's commonly used in web design, graphic design, and branding where ambition, power are desired associations.
How to Use Dark Magenta in CSS
/* Using HEX */ color: #8B008B; background-color: #8B008B; /* Using RGB */ color: rgb(139, 0, 139); /* Using HSL */ color: hsl(300, 100%, 27%);