#927CCC
A light, moderate purple closely aligning with Mediumpurple.
About #927CCC
Visually, #927CCC is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 146 parts red, 124 parts green, and 204 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 28% cyan, 39% magenta, 0% yellow, and 20% black. The HSL representation is 256.5° hue, 44.0% saturation, and 64.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#927CCC
RGB146, 124, 204
HSL256.5°, 44.0%, 64.3%
CMYK28%, 39%, 0%, 20%
HSV256.5°, 39.2%, 80.0%
LAB57.0, 25.8, -38.5
XYZ30.0, 24.9, 60.4
Decimal9600204
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.98:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.08:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #927CCC;
}
.text-color {
color: #927CCC;
}
.border-color {
border: 2px solid #927CCC;
}