#922475
A dark, moderate magenta closely aligning with Purple.
About #922475
At its core, #922475 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 146 red, 36 green, and 117 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 75% Magenta, 20% Yellow, and 43% Black. With a hue angle of 315.8 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#922475
RGB146, 36, 117
HSL315.8°, 60.4%, 35.7%
CMYK0%, 75%, 20%, 43%
HSV315.8°, 75.3%, 57.3%
LAB35.3, 53.1, -20.6
XYZ15.7, 8.7, 17.7
Decimal9577589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922475;
}
.text-color {
color: #922475;
}
.border-color {
border: 2px solid #922475;
}