#9949C5
A medium, moderate purple closely aligning with Mediumorchid.
About #9949C5
Visually, #9949C5 is defined as a moderate purple. If you're using CSS, you might find it aligns closely with Mediumorchid. This translates to an RGB value of rgb(153, 73, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 22% C, 63% M, 0% Y, and 23% K. 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#9949C5
RGB153, 73, 197
HSL278.7°, 51.7%, 52.9%
CMYK22%, 63%, 0%, 23%
HSV278.7°, 62.9%, 77.3%
LAB46.4, 53.9, -51.2
XYZ25.6, 15.6, 54.5
Decimal10045893
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.10:1
Text on #FFFFFF
AA
4.11:1
Text on #000000
AA Large
4.88:1
Text on #F8FAFC
AA
3.50:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9949C5;
}
.text-color {
color: #9949C5;
}
.border-color {
border: 2px solid #9949C5;
}