Shades of Mauve #DC9EFF
Tints of Mauve #DC9EFF
RGB
CMYK
RGB Variations
Color information
#DC9EFF (or 0xDC9EFF) is known color: Mauve. HEX triplet: DC, 9E and FF. RGB value is (220,158,255). Sum of RGB (Red+Green+Blue) = 220+158+255=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9EFF is #236100. Grayscale: #BBBBBB. Windows color (decimal): -2318593 or 16752348. OLE color: 16752348.
HSL color Cylindrical-coordinate representation of color #DC9EFF: hue angle of 278.35º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9EFF is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 158 | 255 | - |
| CMYK | 0.14 | 0.38 | 0 | 0 |
| HSL | 278.35º | 1% | 0.81% | - |
| HSV(B) | 278.35º | 0.38% | 1% | - |
| XYZ | 59.79 | 46.89 | 100.51 | - |
| YUV | 187.6 | 166.04 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 158 | 255 | 0.14 | 0.38 | 0 | 0 | 278.35 | 1 | 0.81 |
| Hex | DC | 9E | FF | E | 26 | 0 | 0 | 116 | 64 | 51 |
| Octal | 334 | 236 | 377 | 16 | 46 | 0 | 0 | 426 | 144 | 121 |
| Binary | 11011100 | 10011110 | 11111111 | 1110 | 100110 | 0 | 0 | 100010110 | 1100100 | 1010001 |
Color Harmonies of #DC9EFF
Complementary color
Monochromatic Colors of #DC9EFF
Black with #DC9EFF
Text Example
Text Example
White with #DC9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9EFF; }
p { color: rgb(220,158,255); }
H1.HeaderClassName
{
color: #DC9EFF;
}
.AnyTagClassName
{
color: #DC9EFF;
}
</style>
background-color css
<style>
a { background-color: #DC9EFF; }
a { background-color: rgb(220,158,255); }
div.DivClassName
{
background-color: #DC9EFF;
}
.BgClassName
{
background-color: #DC9EFF;
}
</style>
border-color css
<style>
span { border-color: #DC9EFF; }
span { border-color: rgb(220,158,255); }
td.TdClassName
{
border-color: #DC9EFF;
}
.TagClassName
{
border-color: #DC9EFF;
}
</style>