Shades of Blue Violet #860EF1
Tints of Blue Violet #860EF1
RGB
CMYK
RGB Variations
Color information
#860EF1 (or 0x860EF1) is known color: Blue Violet. HEX triplet: 86, 0E and F1. RGB value is (134,14,241). Sum of RGB (Red+Green+Blue) = 134+14+241=389 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.45% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #860EF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EF1 is #79F10E. Grayscale: #4A4A4A. Windows color (decimal): -7991567 or 15797894. OLE color: 15797894.
HSL color Cylindrical-coordinate representation of color #860EF1: hue angle of 271.72º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EF1 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 14 | 241 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.05 |
| HSL | 271.72º | 0.89% | 0.5% | - |
| HSV(B) | 271.72º | 0.94% | 0.95% | - |
| XYZ | 25.87 | 11.73 | 84.12 | - |
| YUV | 75.76 | 221.26 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 241 | 0.44 | 0.94 | 0 | 0.05 | 271.72 | 0.89 | 0.5 |
| Hex | 86 | E | F1 | 2C | 5E | 0 | 5 | 110 | 59 | 32 |
| Octal | 206 | 16 | 361 | 54 | 136 | 0 | 5 | 420 | 131 | 62 |
| Binary | 10000110 | 1110 | 11110001 | 101100 | 1011110 | 0 | 101 | 100010000 | 1011001 | 110010 |
Color Harmonies of #860EF1
Complementary color
Monochromatic Colors of #860EF1
Black with #860EF1
Text Example
Text Example
White with #860EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EF1; }
p { color: rgb(134,14,241); }
H1.HeaderClassName
{
color: #860EF1;
}
.AnyTagClassName
{
color: #860EF1;
}
</style>
background-color css
<style>
a { background-color: #860EF1; }
a { background-color: rgb(134,14,241); }
div.DivClassName
{
background-color: #860EF1;
}
.BgClassName
{
background-color: #860EF1;
}
</style>
border-color css
<style>
span { border-color: #860EF1; }
span { border-color: rgb(134,14,241); }
td.TdClassName
{
border-color: #860EF1;
}
.TagClassName
{
border-color: #860EF1;
}
</style>