#9957B6
A medium, moderate purple closely aligning with Mediumpurple.
About #9957B6
At its core, #9957B6 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumpurple. In the RGB color space, it consists of 153 red, 87 green, and 182 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 16% cyan and 52% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9957B6
RGB153, 87, 182
HSL281.7°, 39.4%, 52.7%
CMYK16%, 52%, 0%, 29%
HSV281.7°, 52.2%, 71.4%
LAB48.2, 43.5, -39.6
XYZ25.0, 17.0, 46.2
Decimal10049462
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9957B6;
}
.text-color {
color: #9957B6;
}
.border-color {
border: 2px solid #9957B6;
}