Shades of Blue Violet #860EF5
Tints of Blue Violet #860EF5
RGB
CMYK
RGB Variations
Color information
#860EF5 (or 0x860EF5) is known color: Blue Violet. HEX triplet: 86, 0E and F5. RGB value is (134,14,245). Sum of RGB (Red+Green+Blue) = 134+14+245=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 245 (96.09% from 255 or 62.34% from 393); Max value from RGB is 245 - color contains mainly: blue. Hex color #860EF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EF5 is #79F10A. Grayscale: #4B4B4B. Windows color (decimal): -7991563 or 16060038. OLE color: 16060038.
HSL color Cylindrical-coordinate representation of color #860EF5: hue angle of 271.17º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EF5 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 14 | 245 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.04 |
| HSL | 271.17º | 0.92% | 0.51% | - |
| HSV(B) | 271.17º | 0.94% | 0.96% | - |
| XYZ | 26.47 | 11.97 | 87.3 | - |
| YUV | 76.21 | 223.26 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 245 | 0.45 | 0.94 | 0 | 0.04 | 271.17 | 0.92 | 0.51 |
| Hex | 86 | E | F5 | 2D | 5E | 0 | 4 | 10F | 5C | 33 |
| Octal | 206 | 16 | 365 | 55 | 136 | 0 | 4 | 417 | 134 | 63 |
| Binary | 10000110 | 1110 | 11110101 | 101101 | 1011110 | 0 | 100 | 100001111 | 1011100 | 110011 |
Color Harmonies of #860EF5
Complementary color
Monochromatic Colors of #860EF5
Black with #860EF5
Text Example
Text Example
White with #860EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EF5; }
p { color: rgb(134,14,245); }
H1.HeaderClassName
{
color: #860EF5;
}
.AnyTagClassName
{
color: #860EF5;
}
</style>
background-color css
<style>
a { background-color: #860EF5; }
a { background-color: rgb(134,14,245); }
div.DivClassName
{
background-color: #860EF5;
}
.BgClassName
{
background-color: #860EF5;
}
</style>
border-color css
<style>
span { border-color: #860EF5; }
span { border-color: rgb(134,14,245); }
td.TdClassName
{
border-color: #860EF5;
}
.TagClassName
{
border-color: #860EF5;
}
</style>