Shades of Dark Violet #8608EC
Tints of Dark Violet #8608EC
RGB
CMYK
RGB Variations
Color information
#8608EC (or 0x8608EC) is known color: Dark Violet. HEX triplet: 86, 08 and EC. RGB value is (134,8,236). Sum of RGB (Red+Green+Blue) = 134+8+236=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #8608EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8608EC is #79F713. Grayscale: #464646. Windows color (decimal): -7993108 or 15468678. OLE color: 15468678.
HSL color Cylindrical-coordinate representation of color #8608EC: hue angle of 273.16º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8608EC is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 8 | 236 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.07 |
| HSL | 273.16º | 0.93% | 0.48% | - |
| HSV(B) | 273.16º | 0.97% | 0.93% | - |
| XYZ | 25.06 | 11.3 | 80.22 | - |
| YUV | 71.67 | 220.74 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 8 | 236 | 0.43 | 0.97 | 0 | 0.07 | 273.16 | 0.93 | 0.48 |
| Hex | 86 | 8 | EC | 2B | 61 | 0 | 7 | 111 | 5D | 30 |
| Octal | 206 | 10 | 354 | 53 | 141 | 0 | 7 | 421 | 135 | 60 |
| Binary | 10000110 | 1000 | 11101100 | 101011 | 1100001 | 0 | 111 | 100010001 | 1011101 | 110000 |
Color Harmonies of #8608EC
Complementary color
Monochromatic Colors of #8608EC
Black with #8608EC
Text Example
Text Example
White with #8608EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8608EC; }
p { color: rgb(134,8,236); }
H1.HeaderClassName
{
color: #8608EC;
}
.AnyTagClassName
{
color: #8608EC;
}
</style>
background-color css
<style>
a { background-color: #8608EC; }
a { background-color: rgb(134,8,236); }
div.DivClassName
{
background-color: #8608EC;
}
.BgClassName
{
background-color: #8608EC;
}
</style>
border-color css
<style>
span { border-color: #8608EC; }
span { border-color: rgb(134,8,236); }
td.TdClassName
{
border-color: #8608EC;
}
.TagClassName
{
border-color: #8608EC;
}
</style>