#923AA0
A medium, moderate magenta closely aligning with Purple.
About #923AA0
At its core, #923AA0 is a medium and moderate hue. It is closely associated with the named CSS color Purple. Its digital footprint relies on 146 parts red, 58 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 9% cyan, 64% magenta, 0% yellow, and 37% black. With a hue angle of 291.8 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#923AA0
RGB146, 58, 160
HSL291.8°, 46.8%, 42.7%
CMYK9%, 64%, 0%, 37%
HSV291.8°, 63.8%, 62.7%
LAB40.7, 51.6, -38.6
XYZ19.7, 11.7, 34.5
Decimal9583264
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #923AA0;
}
.text-color {
color: #923AA0;
}
.border-color {
border: 2px solid #923AA0;
}