All color formats
CSS code
color: dark-magenta;
color: #8B008B;
background-color: dark-magenta;
Accessibility
Similar colors
Frequently asked questions
What is the HEX code for DarkMagenta?
The CSS named color DarkMagenta has the HEX code #8B008B. You can use either the name or the HEX value in CSS.
Is DarkMagenta a web safe color?
All 148 CSS named colors are supported by every modern browser. 'Web safe' historically referred to a 216-color palette for 8-bit displays — no longer a practical constraint.
How do I use DarkMagenta in CSS?
Use color: dark-magenta; or color: #8B008B; — both are equivalent in all browsers.
