#9950B6
A medium, moderate purple closely aligning with Mediumorchid.
About #9950B6
The precise color #9950B6 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 80, and 182.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 16% C, 56% M, 0% Y, and 29% K. With a hue angle of 282.9 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#9950B6
RGB153, 80, 182
HSL282.9°, 41.1%, 51.4%
CMYK16%, 56%, 0%, 29%
HSV282.9°, 56.0%, 71.4%
LAB46.8, 47.2, -41.8
XYZ24.4, 15.9, 46.0
Decimal10047670
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.03:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.55:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9950B6;
}
.text-color {
color: #9950B6;
}
.border-color {
border: 2px solid #9950B6;
}