#9275E9
A light, vivid purple closely aligning with Mediumpurple.
About #9275E9
Visually, #9275E9 is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Mediumpurple. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 117, and 233.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 37% C, 50% M, 0% Y, and 9% K. With a hue angle of 255.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#9275E9
RGB146, 117, 233
HSL255.0°, 72.5%, 68.6%
CMYK37%, 50%, 0%, 9%
HSV255.0°, 49.8%, 91.4%
LAB56.8, 37.4, -55.1
XYZ32.9, 24.7, 80.1
Decimal9598441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.53:1
Text on #FFFFFF
AA Large
5.94:1
Text on #000000
AA
3.38:1
Text on #F8FAFC
AA Large
5.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #9275E9;
}
.text-color {
color: #9275E9;
}
.border-color {
border: 2px solid #9275E9;
}