#925FC5
A medium, moderate purple closely aligning with Mediumpurple.
About #925FC5
At its core, #925FC5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumpurple. Its digital footprint relies on 146 parts red, 95 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 26% cyan and 52% magenta inks. With a hue angle of 270.0 degrees, it sits comfortably in the purple spectrum.
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#925FC5
RGB146, 95, 197
HSL270.0°, 46.8%, 57.3%
CMYK26%, 52%, 0%, 23%
HSV270.0°, 51.8%, 77.3%
LAB49.9, 40.7, -45.7
XYZ26.0, 18.3, 55.0
Decimal9592773
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.50:1
Text on #FFFFFF
AA
4.67:1
Text on #000000
AA
4.30:1
Text on #F8FAFC
AA Large
3.97:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925FC5;
}
.text-color {
color: #925FC5;
}
.border-color {
border: 2px solid #925FC5;
}