Shades of Blue Violet #860EF0
Tints of Blue Violet #860EF0
RGB
CMYK
RGB Variations
Color information
#860EF0 (or 0x860EF0) is known color: Blue Violet. HEX triplet: 86, 0E and F0. RGB value is (134,14,240). Sum of RGB (Red+Green+Blue) = 134+14+240=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 240 (94.14% from 255 or 61.86% from 388); Max value from RGB is 240 - color contains mainly: blue. Hex color #860EF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EF0 is #79F10F. Grayscale: #4A4A4A. Windows color (decimal): -7991568 or 15732358. OLE color: 15732358.
HSL color Cylindrical-coordinate representation of color #860EF0: hue angle of 271.86º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EF0 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 14 | 240 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.06 |
| HSL | 271.86º | 0.89% | 0.5% | - |
| HSV(B) | 271.86º | 0.94% | 0.94% | - |
| XYZ | 25.72 | 11.67 | 83.34 | - |
| YUV | 75.64 | 220.76 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 240 | 0.44 | 0.94 | 0 | 0.06 | 271.86 | 0.89 | 0.5 |
| Hex | 86 | E | F0 | 2C | 5E | 0 | 6 | 110 | 59 | 32 |
| Octal | 206 | 16 | 360 | 54 | 136 | 0 | 6 | 420 | 131 | 62 |
| Binary | 10000110 | 1110 | 11110000 | 101100 | 1011110 | 0 | 110 | 100010000 | 1011001 | 110010 |
Color Harmonies of #860EF0
Complementary color
Monochromatic Colors of #860EF0
Black with #860EF0
Text Example
Text Example
White with #860EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EF0; }
p { color: rgb(134,14,240); }
H1.HeaderClassName
{
color: #860EF0;
}
.AnyTagClassName
{
color: #860EF0;
}
</style>
background-color css
<style>
a { background-color: #860EF0; }
a { background-color: rgb(134,14,240); }
div.DivClassName
{
background-color: #860EF0;
}
.BgClassName
{
background-color: #860EF0;
}
</style>
border-color css
<style>
span { border-color: #860EF0; }
span { border-color: rgb(134,14,240); }
td.TdClassName
{
border-color: #860EF0;
}
.TagClassName
{
border-color: #860EF0;
}
</style>