Shades of Dark Violet #8708E0
Tints of Dark Violet #8708E0
RGB
CMYK
RGB Variations
Color information
#8708E0 (or 0x8708E0) is known color: Dark Violet. HEX triplet: 87, 08 and E0. RGB value is (135,8,224). Sum of RGB (Red+Green+Blue) = 135+8+224=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 8 (3.52% from 255 or 2.18% from 367); Blue value is 224 (87.89% from 255 or 61.04% from 367); Max value from RGB is 224 - color contains mainly: blue. Hex color #8708E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8708E0 is #78F71F. Grayscale: #454545. Windows color (decimal): -7927584 or 14682247. OLE color: 14682247.
HSL color Cylindrical-coordinate representation of color #8708E0: hue angle of 275.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8708E0 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 8 | 224 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.12 |
| HSL | 275.28º | 0.93% | 0.45% | - |
| HSV(B) | 275.28º | 0.96% | 0.88% | - |
| XYZ | 23.53 | 10.71 | 71.35 | - |
| YUV | 70.6 | 214.58 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 8 | 224 | 0.40 | 0.96 | 0 | 0.12 | 275.28 | 0.93 | 0.45 |
| Hex | 87 | 8 | E0 | 28 | 60 | 0 | C | 113 | 5D | 2D |
| Octal | 207 | 10 | 340 | 50 | 140 | 0 | 14 | 423 | 135 | 55 |
| Binary | 10000111 | 1000 | 11100000 | 101000 | 1100000 | 0 | 1100 | 100010011 | 1011101 | 101101 |
Color Harmonies of #8708E0
Complementary color
Monochromatic Colors of #8708E0
Black with #8708E0
Text Example
Text Example
White with #8708E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8708E0; }
p { color: rgb(135,8,224); }
H1.HeaderClassName
{
color: #8708E0;
}
.AnyTagClassName
{
color: #8708E0;
}
</style>
background-color css
<style>
a { background-color: #8708E0; }
a { background-color: rgb(135,8,224); }
div.DivClassName
{
background-color: #8708E0;
}
.BgClassName
{
background-color: #8708E0;
}
</style>
border-color css
<style>
span { border-color: #8708E0; }
span { border-color: rgb(135,8,224); }
td.TdClassName
{
border-color: #8708E0;
}
.TagClassName
{
border-color: #8708E0;
}
</style>