#9207A0
A dark, vivid magenta closely aligning with Darkmagenta.
About #9207A0
Visually, #9207A0 is defined as a vivid magenta. It is closely associated with the named CSS color Darkmagenta. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 7, and 160.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 9% cyan, 96% magenta, 0% yellow, and 37% black. With a hue angle of 294.5 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9207A0
RGB146, 7, 160
HSL294.5°, 91.6%, 32.7%
CMYK9%, 96%, 0%, 37%
HSV294.5°, 95.6%, 62.7%
LAB35.6, 66.2, -46.7
XYZ18.3, 8.8, 34.0
Decimal9570208
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.61:1
Text on #FFFFFF
AAA
2.76:1
Text on #000000
FAIL
7.27:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9207A0;
}
.text-color {
color: #9207A0;
}
.border-color {
border: 2px solid #9207A0;
}