#9275A0
A medium, muted purple closely aligning with Slategray.
About #9275A0
The precise color #9275A0 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Slategray. In the RGB color space, it consists of 146 red, 117 green, and 160 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 9% C, 27% M, 0% Y, and 37% K. With a hue angle of 280.5 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9275A0
RGB146, 117, 160
HSL280.5°, 18.5%, 54.3%
CMYK9%, 27%, 0%, 37%
HSV280.5°, 26.9%, 62.7%
LAB53.4, 19.5, -18.8
XYZ24.6, 21.4, 36.1
Decimal9598368
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.98:1
Text on #FFFFFF
AA Large
5.27:1
Text on #000000
AA
3.81:1
Text on #F8FAFC
AA Large
4.48:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9275A0;
}
.text-color {
color: #9275A0;
}
.border-color {
border: 2px solid #9275A0;
}