#9266E2
A light, moderate purple closely aligning with Mediumslateblue.
About #9266E2
The precise color #9266E2 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumslateblue. Its digital footprint relies on 146 parts red, 102 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 35% C, 55% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#9266E2
RGB146, 102, 226
HSL261.3°, 68.1%, 64.3%
CMYK35%, 55%, 0%, 11%
HSV261.3°, 54.9%, 88.6%
LAB53.1, 44.0, -57.1
XYZ30.3, 21.1, 74.4
Decimal9594594
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.02:1
Text on #FFFFFF
AA Large
5.22:1
Text on #000000
AA
3.84:1
Text on #F8FAFC
AA Large
4.44:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #9266E2;
}
.text-color {
color: #9266E2;
}
.border-color {
border: 2px solid #9266E2;
}