#925FB6
A medium, moderate purple closely aligning with Mediumpurple.
About #925FB6
Visually, #925FB6 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 146 red, 95 green, and 182 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 20% C, 48% M, 0% Y, and 29% K. With a hue angle of 275.2 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#925FB6
RGB146, 95, 182
HSL275.2°, 37.3%, 54.3%
CMYK20%, 48%, 0%, 29%
HSV275.2°, 47.8%, 71.4%
LAB49.1, 37.1, -38.2
XYZ24.4, 17.7, 46.4
Decimal9592758
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.63:1
Text on #FFFFFF
AA
4.53:1
Text on #000000
AA
4.43:1
Text on #F8FAFC
AA Large
3.85:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925FB6;
}
.text-color {
color: #925FB6;
}
.border-color {
border: 2px solid #925FB6;
}