Shades of Violet #DC8CE8
Tints of Violet #DC8CE8
RGB
CMYK
RGB Variations
Color information
#DC8CE8 (or 0xDC8CE8) is known color: Violet. HEX triplet: DC, 8C and E8. RGB value is (220,140,232). Sum of RGB (Red+Green+Blue) = 220+140+232=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC8CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CE8 is #237317. Grayscale: #AEAEAE. Windows color (decimal): -2323224 or 15240412. OLE color: 15240412.
HSL color Cylindrical-coordinate representation of color #DC8CE8: hue angle of 292.17º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8CE8 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 140 | 232 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.09 |
| HSL | 292.17º | 0.67% | 0.73% | - |
| HSV(B) | 292.17º | 0.4% | 0.91% | - |
| XYZ | 53.46 | 39.8 | 81.21 | - |
| YUV | 174.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 232 | 0.05 | 0.40 | 0 | 0.09 | 292.17 | 0.67 | 0.73 |
| Hex | DC | 8C | E8 | 5 | 28 | 0 | 9 | 124 | 43 | 49 |
| Octal | 334 | 214 | 350 | 5 | 50 | 0 | 11 | 444 | 103 | 111 |
| Binary | 11011100 | 10001100 | 11101000 | 101 | 101000 | 0 | 1001 | 100100100 | 1000011 | 1001001 |
Color Harmonies of #DC8CE8
Complementary color
Monochromatic Colors of #DC8CE8
Black with #DC8CE8
Text Example
Text Example
White with #DC8CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CE8; }
p { color: rgb(220,140,232); }
H1.HeaderClassName
{
color: #DC8CE8;
}
.AnyTagClassName
{
color: #DC8CE8;
}
</style>
background-color css
<style>
a { background-color: #DC8CE8; }
a { background-color: rgb(220,140,232); }
div.DivClassName
{
background-color: #DC8CE8;
}
.BgClassName
{
background-color: #DC8CE8;
}
</style>
border-color css
<style>
span { border-color: #DC8CE8; }
span { border-color: rgb(220,140,232); }
td.TdClassName
{
border-color: #DC8CE8;
}
.TagClassName
{
border-color: #DC8CE8;
}
</style>