Shades of Violet #DC8CE9
Tints of Violet #DC8CE9
RGB
CMYK
RGB Variations
Color information
#DC8CE9 (or 0xDC8CE9) is known color: Violet. HEX triplet: DC, 8C and E9. RGB value is (220,140,233). Sum of RGB (Red+Green+Blue) = 220+140+233=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 140 (55.08% from 255 or 23.61% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC8CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CE9 is #237316. Grayscale: #AEAEAE. Windows color (decimal): -2323223 or 15305948. OLE color: 15305948.
HSL color Cylindrical-coordinate representation of color #DC8CE9: hue angle of 291.61º degrees, saturation: 0.68, 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 #DC8CE9 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 140 | 233 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.09 |
| HSL | 291.61º | 0.68% | 0.73% | - |
| HSV(B) | 291.61º | 0.4% | 0.91% | - |
| XYZ | 53.6 | 39.86 | 81.96 | - |
| YUV | 174.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 233 | 0.06 | 0.40 | 0 | 0.09 | 291.61 | 0.68 | 0.73 |
| Hex | DC | 8C | E9 | 6 | 28 | 0 | 9 | 124 | 44 | 49 |
| Octal | 334 | 214 | 351 | 6 | 50 | 0 | 11 | 444 | 104 | 111 |
| Binary | 11011100 | 10001100 | 11101001 | 110 | 101000 | 0 | 1001 | 100100100 | 1000100 | 1001001 |
Color Harmonies of #DC8CE9
Complementary color
Monochromatic Colors of #DC8CE9
Black with #DC8CE9
Text Example
Text Example
White with #DC8CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CE9; }
p { color: rgb(220,140,233); }
H1.HeaderClassName
{
color: #DC8CE9;
}
.AnyTagClassName
{
color: #DC8CE9;
}
</style>
background-color css
<style>
a { background-color: #DC8CE9; }
a { background-color: rgb(220,140,233); }
div.DivClassName
{
background-color: #DC8CE9;
}
.BgClassName
{
background-color: #DC8CE9;
}
</style>
border-color css
<style>
span { border-color: #DC8CE9; }
span { border-color: rgb(220,140,233); }
td.TdClassName
{
border-color: #DC8CE9;
}
.TagClassName
{
border-color: #DC8CE9;
}
</style>