#926DDB
A light, moderate purple closely aligning with Mediumpurple.
About #926DDB
Visually, #926DDB is defined as a moderate purple. Designers often compare it to the standard color Mediumpurple. Its digital footprint relies on 146 parts red, 109 parts green, and 219 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 33% Cyan, 50% Magenta, 0% Yellow, and 14% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#926DDB
RGB146, 109, 219
HSL260.2°, 60.4%, 64.3%
CMYK33%, 50%, 0%, 14%
HSV260.2°, 50.2%, 85.9%
LAB54.2, 38.3, -51.3
XYZ30.1, 22.2, 69.7
Decimal9596379
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.87:1
Text on #FFFFFF
AA Large
5.43:1
Text on #000000
AA
3.69:1
Text on #F8FAFC
AA Large
4.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #926DDB;
}
.text-color {
color: #926DDB;
}
.border-color {
border: 2px solid #926DDB;
}