#927CC5
A light, moderate purple closely aligning with Mediumpurple.
About #927CC5
At its core, #927CC5 is a light and moderate hue. 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 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 26% Cyan, 37% Magenta, 0% Yellow, and 23% Black. The HSL representation is 258.1° hue, 38.6% saturation, and 62.9% lightness.
When using this color as a background, text legibility must be considered. 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#927CC5
RGB146, 124, 197
HSL258.1°, 38.6%, 62.9%
CMYK26%, 37%, 0%, 23%
HSV258.1°, 37.1%, 77.3%
LAB56.6, 24.0, -35.0
XYZ29.1, 24.6, 56.0
Decimal9600197
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.03:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #927CC5;
}
.text-color {
color: #927CC5;
}
.border-color {
border: 2px solid #927CC5;
}