#9224AF
A medium, moderate magenta closely aligning with Darkorchid.
About #9224AF
Visually, #9224AF is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Darkorchid. This translates to an RGB value of rgb(146, 36, 175).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 17% C, 79% M, 0% Y, and 31% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9224AF
RGB146, 36, 175
HSL287.5°, 65.9%, 41.4%
CMYK17%, 79%, 0%, 31%
HSV287.5°, 79.4%, 68.6%
LAB38.7, 62.9, -50.8
XYZ20.2, 10.5, 41.5
Decimal9577647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.79:1
Text on #FFFFFF
AA
3.09:1
Text on #000000
AA Large
6.49:1
Text on #F8FAFC
AA
2.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #9224AF;
}
.text-color {
color: #9224AF;
}
.border-color {
border: 2px solid #9224AF;
}