#9975C5
A light, moderate purple closely aligning with Mediumpurple.
About #9975C5
The hex code #9975C5 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 153 red, 117 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. The color uses 22% Cyan, 41% Magenta, 0% Yellow, and 23% Black. With a hue angle of 267.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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#9975C5
RGB153, 117, 197
HSL267.0°, 40.8%, 61.6%
CMYK22%, 41%, 0%, 23%
HSV267.0°, 40.6%, 77.3%
LAB55.6, 30.2, -36.6
XYZ29.6, 23.5, 55.8
Decimal10057157
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9975C5;
}
.text-color {
color: #9975C5;
}
.border-color {
border: 2px solid #9975C5;
}