Shades of Mauve #DC9EFA
Tints of Mauve #DC9EFA
RGB
CMYK
RGB Variations
Color information
#DC9EFA (or 0xDC9EFA) is known color: Mauve. HEX triplet: DC, 9E and FA. RGB value is (220,158,250). Sum of RGB (Red+Green+Blue) = 220+158+250=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC9EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EFA is #236105. Grayscale: #BABABA. Windows color (decimal): -2318598 or 16424668. OLE color: 16424668.
HSL color Cylindrical-coordinate representation of color #DC9EFA: hue angle of 280.43º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9EFA is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 158 | 250 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.02 |
| HSL | 280.43º | 0.9% | 0.8% | - |
| HSV(B) | 280.43º | 0.37% | 0.98% | - |
| XYZ | 59 | 46.57 | 96.32 | - |
| YUV | 187.03 | 163.54 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 250 | 0.12 | 0.37 | 0 | 0.02 | 280.43 | 0.9 | 0.8 |
| Hex | DC | 9E | FA | C | 25 | 0 | 2 | 118 | 5A | 50 |
| Octal | 334 | 236 | 372 | 14 | 45 | 0 | 2 | 430 | 132 | 120 |
| Binary | 11011100 | 10011110 | 11111010 | 1100 | 100101 | 0 | 10 | 100011000 | 1011010 | 1010000 |
Color Harmonies of #DC9EFA
Complementary color
Monochromatic Colors of #DC9EFA
Black with #DC9EFA
Text Example
Text Example
White with #DC9EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EFA; }
p { color: rgb(220,158,250); }
H1.HeaderClassName
{
color: #DC9EFA;
}
.AnyTagClassName
{
color: #DC9EFA;
}
</style>
background-color css
<style>
a { background-color: #DC9EFA; }
a { background-color: rgb(220,158,250); }
div.DivClassName
{
background-color: #DC9EFA;
}
.BgClassName
{
background-color: #DC9EFA;
}
</style>
border-color css
<style>
span { border-color: #DC9EFA; }
span { border-color: rgb(220,158,250); }
td.TdClassName
{
border-color: #DC9EFA;
}
.TagClassName
{
border-color: #DC9EFA;
}
</style>