#9275CC
A light, moderate purple closely aligning with Mediumpurple.
About #9275CC
When working with digital screens, the color #9275CC is rendered by mixing light. It is closely associated with the named CSS color Mediumpurple. In the RGB color space, it consists of 146 red, 117 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 28% C, 43% M, 0% Y, and 20% K. With a hue angle of 260.0 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9275CC
RGB146, 117, 204
HSL260.0°, 46.0%, 62.9%
CMYK28%, 43%, 0%, 20%
HSV260.0°, 42.6%, 80.0%
LAB55.3, 29.8, -41.2
XYZ29.1, 23.2, 60.1
Decimal9598412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.72:1
Text on #FFFFFF
AA Large
5.64:1
Text on #000000
AA
3.56:1
Text on #F8FAFC
AA Large
4.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9275CC;
}
.text-color {
color: #9275CC;
}
.border-color {
border: 2px solid #9275CC;
}