#8A7592
A medium, muted purple closely aligning with Slategray.
About #8A7592
Visually, #8A7592 is defined as a muted purple. If you're using CSS, you might find it aligns closely with Slategray. In the RGB color space, it consists of 138 red, 117 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 5% cyan, 20% magenta, 0% yellow, and 43% black. With a hue angle of 283.4 degrees, it sits comfortably in the purple spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 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#8A7592
RGB138, 117, 146
HSL283.4°, 11.7%, 51.6%
CMYK5%, 20%, 0%, 43%
HSV283.4°, 19.9%, 57.3%
LAB52.1, 13.8, -12.7
XYZ22.0, 20.2, 29.9
Decimal9074066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.17:1
Text on #FFFFFF
AA Large
5.04:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.28:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7592;
}
.text-color {
color: #8A7592;
}
.border-color {
border: 2px solid #8A7592;
}