Shades of Dark Violet #8600E8
Tints of Dark Violet #8600E8
RGB
CMYK
RGB Variations
Color information
#8600E8 (or 0x8600E8) is known color: Dark Violet. HEX triplet: 86, 00 and E8. RGB value is (134,0,232). Sum of RGB (Red+Green+Blue) = 134+0+232=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 232 (91.02% from 255 or 63.39% from 366); Max value from RGB is 232 - color contains mainly: blue. Hex color #8600E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8600E8 is #79FF17. Grayscale: #414141. Windows color (decimal): -7995160 or 15204486. OLE color: 15204486.
HSL color Cylindrical-coordinate representation of color #8600E8: hue angle of 274.66º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8600E8 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 0 | 232 | - |
| CMYK | 0.42 | 1 | 0 | 0.09 |
| HSL | 274.66º | 1% | 0.45% | - |
| HSV(B) | 274.66º | 1% | 0.91% | - |
| XYZ | 24.4 | 10.89 | 77.16 | - |
| YUV | 66.51 | 221.39 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 0 | 232 | 0.42 | 1 | 0 | 0.09 | 274.66 | 1 | 0.45 |
| Hex | 86 | 0 | E8 | 2A | 64 | 0 | 9 | 113 | 64 | 2D |
| Octal | 206 | 0 | 350 | 52 | 144 | 0 | 11 | 423 | 144 | 55 |
| Binary | 10000110 | 0 | 11101000 | 101010 | 1100100 | 0 | 1001 | 100010011 | 1100100 | 101101 |
Color Harmonies of #8600E8
Complementary color
Monochromatic Colors of #8600E8
Black with #8600E8
Text Example
Text Example
White with #8600E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8600E8; }
p { color: rgb(134,0,232); }
H1.HeaderClassName
{
color: #8600E8;
}
.AnyTagClassName
{
color: #8600E8;
}
</style>
background-color css
<style>
a { background-color: #8600E8; }
a { background-color: rgb(134,0,232); }
div.DivClassName
{
background-color: #8600E8;
}
.BgClassName
{
background-color: #8600E8;
}
</style>
border-color css
<style>
span { border-color: #8600E8; }
span { border-color: rgb(134,0,232); }
td.TdClassName
{
border-color: #8600E8;
}
.TagClassName
{
border-color: #8600E8;
}
</style>