Shades of Violet #DC8EEB
Tints of Violet #DC8EEB
RGB
CMYK
RGB Variations
Color information
#DC8EEB (or 0xDC8EEB) is known color: Violet. HEX triplet: DC, 8E and EB. RGB value is (220,142,235). Sum of RGB (Red+Green+Blue) = 220+142+235=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 142 (55.86% from 255 or 23.79% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC8EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8EEB is #237114. Grayscale: #AFAFAF. Windows color (decimal): -2322709 or 15437532. OLE color: 15437532.
HSL color Cylindrical-coordinate representation of color #DC8EEB: hue angle of 290.32º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8EEB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 142 | 235 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.08 |
| HSL | 290.32º | 0.7% | 0.74% | - |
| HSV(B) | 290.32º | 0.4% | 0.92% | - |
| XYZ | 54.18 | 40.56 | 83.57 | - |
| YUV | 175.92 | 161.34 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 142 | 235 | 0.06 | 0.40 | 0 | 0.08 | 290.32 | 0.7 | 0.74 |
| Hex | DC | 8E | EB | 6 | 28 | 0 | 8 | 122 | 46 | 4A |
| Octal | 334 | 216 | 353 | 6 | 50 | 0 | 10 | 442 | 106 | 112 |
| Binary | 11011100 | 10001110 | 11101011 | 110 | 101000 | 0 | 1000 | 100100010 | 1000110 | 1001010 |
Color Harmonies of #DC8EEB
Complementary color
Monochromatic Colors of #DC8EEB
Black with #DC8EEB
Text Example
Text Example
White with #DC8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8EEB; }
p { color: rgb(220,142,235); }
H1.HeaderClassName
{
color: #DC8EEB;
}
.AnyTagClassName
{
color: #DC8EEB;
}
</style>
background-color css
<style>
a { background-color: #DC8EEB; }
a { background-color: rgb(220,142,235); }
div.DivClassName
{
background-color: #DC8EEB;
}
.BgClassName
{
background-color: #DC8EEB;
}
</style>
border-color css
<style>
span { border-color: #DC8EEB; }
span { border-color: rgb(220,142,235); }
td.TdClassName
{
border-color: #DC8EEB;
}
.TagClassName
{
border-color: #DC8EEB;
}
</style>