#925775
A medium, muted magenta closely aligning with Palevioletred.
About #925775
At its core, #925775 is a medium and muted hue. If you're using CSS, you might find it aligns closely with Palevioletred. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 87, and 117.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 40% M, 20% Y, and 43% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#925775
RGB146, 87, 117
HSL329.5°, 25.3%, 45.7%
CMYK0%, 40%, 20%, 43%
HSV329.5°, 40.4%, 57.3%
LAB44.5, 28.7, -6.6
XYZ18.5, 14.2, 18.6
Decimal9590645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #925775;
}
.text-color {
color: #925775;
}
.border-color {
border: 2px solid #925775;
}