Shades of Dark Violet #8708CE
Tints of Dark Violet #8708CE
RGB
CMYK
RGB Variations
Color information
#8708CE (or 0x8708CE) is known color: Dark Violet. HEX triplet: 87, 08 and CE. RGB value is (135,8,206). Sum of RGB (Red+Green+Blue) = 135+8+206=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #8708CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8708CE is #78F731. Grayscale: #434343. Windows color (decimal): -7927602 or 13502599. OLE color: 13502599.
HSL color Cylindrical-coordinate representation of color #8708CE: hue angle of 278.48º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8708CE is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 8 | 206 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.19 |
| HSL | 278.48º | 0.93% | 0.42% | - |
| HSV(B) | 278.48º | 0.96% | 0.81% | - |
| XYZ | 21.22 | 9.78 | 59.16 | - |
| YUV | 68.55 | 205.58 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 206 | 0.34 | 0.96 | 0 | 0.19 | 278.48 | 0.93 | 0.42 |
| Hex | 87 | 8 | CE | 22 | 60 | 0 | 13 | 116 | 5D | 2A |
| Octal | 207 | 10 | 316 | 42 | 140 | 0 | 23 | 426 | 135 | 52 |
| Binary | 10000111 | 1000 | 11001110 | 100010 | 1100000 | 0 | 10011 | 100010110 | 1011101 | 101010 |
Color Harmonies of #8708CE
Complementary color
Monochromatic Colors of #8708CE
Black with #8708CE
Text Example
Text Example
White with #8708CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8708CE; }
p { color: rgb(135,8,206); }
H1.HeaderClassName
{
color: #8708CE;
}
.AnyTagClassName
{
color: #8708CE;
}
</style>
background-color css
<style>
a { background-color: #8708CE; }
a { background-color: rgb(135,8,206); }
div.DivClassName
{
background-color: #8708CE;
}
.BgClassName
{
background-color: #8708CE;
}
</style>
border-color css
<style>
span { border-color: #8708CE; }
span { border-color: rgb(135,8,206); }
td.TdClassName
{
border-color: #8708CE;
}
.TagClassName
{
border-color: #8708CE;
}
</style>