Shades of Blue Violet #860EE6
Tints of Blue Violet #860EE6
RGB
CMYK
RGB Variations
Color information
#860EE6 (or 0x860EE6) is known color: Blue Violet. HEX triplet: 86, 0E and E6. RGB value is (134,14,230). Sum of RGB (Red+Green+Blue) = 134+14+230=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #860EE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EE6 is #79F119. Grayscale: #494949. Windows color (decimal): -7991578 or 15076998. OLE color: 15076998.
HSL color Cylindrical-coordinate representation of color #860EE6: hue angle of 273.33º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EE6 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 134 | 14 | 230 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.10 |
| HSL | 273.33º | 0.89% | 0.48% | - |
| HSV(B) | 273.33º | 0.94% | 0.9% | - |
| XYZ | 24.27 | 11.1 | 75.73 | - |
| YUV | 74.5 | 215.76 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 230 | 0.42 | 0.94 | 0 | 0.10 | 273.33 | 0.89 | 0.48 |
| Hex | 86 | E | E6 | 2A | 5E | 0 | A | 111 | 59 | 30 |
| Octal | 206 | 16 | 346 | 52 | 136 | 0 | 12 | 421 | 131 | 60 |
| Binary | 10000110 | 1110 | 11100110 | 101010 | 1011110 | 0 | 1010 | 100010001 | 1011001 | 110000 |
Color Harmonies of #860EE6
Complementary color
Monochromatic Colors of #860EE6
Black with #860EE6
Text Example
Text Example
White with #860EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EE6; }
p { color: rgb(134,14,230); }
H1.HeaderClassName
{
color: #860EE6;
}
.AnyTagClassName
{
color: #860EE6;
}
</style>
background-color css
<style>
a { background-color: #860EE6; }
a { background-color: rgb(134,14,230); }
div.DivClassName
{
background-color: #860EE6;
}
.BgClassName
{
background-color: #860EE6;
}
</style>
border-color css
<style>
span { border-color: #860EE6; }
span { border-color: rgb(134,14,230); }
td.TdClassName
{
border-color: #860EE6;
}
.TagClassName
{
border-color: #860EE6;
}
</style>