Shades of Mauve #DC9BFF
Tints of Mauve #DC9BFF
RGB
CMYK
RGB Variations
Color information
#DC9BFF (or 0xDC9BFF) is known color: Mauve. HEX triplet: DC, 9B and FF. RGB value is (220,155,255). Sum of RGB (Red+Green+Blue) = 220+155+255=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 155 (60.94% from 255 or 24.60% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9BFF is #236400. Grayscale: #B9B9B9. Windows color (decimal): -2319361 or 16751580. OLE color: 16751580.
HSL color Cylindrical-coordinate representation of color #DC9BFF: hue angle of 279º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9BFF is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 155 | 255 | - |
| CMYK | 0.14 | 0.39 | 0 | 0 |
| HSL | 279º | 1% | 0.8% | - |
| HSV(B) | 279º | 0.39% | 1% | - |
| XYZ | 59.29 | 45.88 | 100.34 | - |
| YUV | 185.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 155 | 255 | 0.14 | 0.39 | 0 | 0 | 279 | 1 | 0.8 |
| Hex | DC | 9B | FF | E | 27 | 0 | 0 | 117 | 64 | 50 |
| Octal | 334 | 233 | 377 | 16 | 47 | 0 | 0 | 427 | 144 | 120 |
| Binary | 11011100 | 10011011 | 11111111 | 1110 | 100111 | 0 | 0 | 100010111 | 1100100 | 1010000 |
Color Harmonies of #DC9BFF
Complementary color
Monochromatic Colors of #DC9BFF
Black with #DC9BFF
Text Example
Text Example
White with #DC9BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9BFF; }
p { color: rgb(220,155,255); }
H1.HeaderClassName
{
color: #DC9BFF;
}
.AnyTagClassName
{
color: #DC9BFF;
}
</style>
background-color css
<style>
a { background-color: #DC9BFF; }
a { background-color: rgb(220,155,255); }
div.DivClassName
{
background-color: #DC9BFF;
}
.BgClassName
{
background-color: #DC9BFF;
}
</style>
border-color css
<style>
span { border-color: #DC9BFF; }
span { border-color: rgb(220,155,255); }
td.TdClassName
{
border-color: #DC9BFF;
}
.TagClassName
{
border-color: #DC9BFF;
}
</style>