#9200A8
A dark, vivid magenta closely aligning with Darkorchid.
About #9200A8
Visually, #9200A8 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Darkorchid. Its digital footprint relies on 146 parts red, 0 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 13% cyan and 100% magenta inks. With a hue angle of 292.1 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9200A8
RGB146, 0, 168
HSL292.1°, 100.0%, 32.9%
CMYK13%, 100%, 0%, 34%
HSV292.1°, 100.0%, 65.9%
LAB35.9, 68.4, -51.1
XYZ18.9, 8.9, 37.8
Decimal9568424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.53:1
Text on #FFFFFF
AAA
2.79:1
Text on #000000
FAIL
7.20:1
Text on #F8FAFC
AAA
2.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9200A8;
}
.text-color {
color: #9200A8;
}
.border-color {
border: 2px solid #9200A8;
}