#8375A8
A medium, muted purple closely aligning with Steelblue.
About #8375A8
Visually, #8375A8 is defined as a muted purple. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(131, 117, 168).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 22% cyan, 30% magenta, 0% yellow, and 34% black. With a hue angle of 256.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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#8375A8
RGB131, 117, 168
HSL256.5°, 22.7%, 55.9%
CMYK22%, 30%, 0%, 34%
HSV256.5°, 30.4%, 65.9%
LAB52.3, 16.4, -25.3
XYZ22.8, 20.4, 39.8
Decimal8615336
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.14:1
Text on #FFFFFF
AA Large
5.08:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.31:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8375A8;
}
.text-color {
color: #8375A8;
}
.border-color {
border: 2px solid #8375A8;
}