Shades of Dark Violet #8602EF
Tints of Dark Violet #8602EF
RGB
CMYK
RGB Variations
Color information
#8602EF (or 0x8602EF) is known color: Dark Violet. HEX triplet: 86, 02 and EF. RGB value is (134,2,239). Sum of RGB (Red+Green+Blue) = 134+2+239=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #8602EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8602EF is #79FD10. Grayscale: #434343. Windows color (decimal): -7994641 or 15663750. OLE color: 15663750.
HSL color Cylindrical-coordinate representation of color #8602EF: hue angle of 273.42º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8602EF is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 2 | 239 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.06 |
| HSL | 273.42º | 0.98% | 0.47% | - |
| HSV(B) | 273.42º | 0.99% | 0.94% | - |
| XYZ | 25.43 | 11.34 | 82.51 | - |
| YUV | 68.49 | 224.23 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 2 | 239 | 0.44 | 0.99 | 0 | 0.06 | 273.42 | 0.98 | 0.47 |
| Hex | 86 | 2 | EF | 2C | 63 | 0 | 6 | 111 | 62 | 2F |
| Octal | 206 | 2 | 357 | 54 | 143 | 0 | 6 | 421 | 142 | 57 |
| Binary | 10000110 | 10 | 11101111 | 101100 | 1100011 | 0 | 110 | 100010001 | 1100010 | 101111 |
Color Harmonies of #8602EF
Complementary color
Monochromatic Colors of #8602EF
Black with #8602EF
Text Example
Text Example
White with #8602EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8602EF; }
p { color: rgb(134,2,239); }
H1.HeaderClassName
{
color: #8602EF;
}
.AnyTagClassName
{
color: #8602EF;
}
</style>
background-color css
<style>
a { background-color: #8602EF; }
a { background-color: rgb(134,2,239); }
div.DivClassName
{
background-color: #8602EF;
}
.BgClassName
{
background-color: #8602EF;
}
</style>
border-color css
<style>
span { border-color: #8602EF; }
span { border-color: rgb(134,2,239); }
td.TdClassName
{
border-color: #8602EF;
}
.TagClassName
{
border-color: #8602EF;
}
</style>