Shades of Blue Violet #860FEE
Tints of Blue Violet #860FEE
RGB
CMYK
RGB Variations
Color information
#860FEE (or 0x860FEE) is known color: Blue Violet. HEX triplet: 86, 0F and EE. RGB value is (134,15,238). Sum of RGB (Red+Green+Blue) = 134+15+238=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 15 (6.25% from 255 or 3.88% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #860FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860FEE is #79F011. Grayscale: #4B4B4B. Windows color (decimal): -7991314 or 15601542. OLE color: 15601542.
HSL color Cylindrical-coordinate representation of color #860FEE: hue angle of 272.02º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860FEE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 15 | 238 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.07 |
| HSL | 272.02º | 0.88% | 0.5% | - |
| HSV(B) | 272.02º | 0.94% | 0.93% | - |
| XYZ | 25.43 | 11.58 | 81.78 | - |
| YUV | 76 | 219.42 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 238 | 0.44 | 0.94 | 0 | 0.07 | 272.02 | 0.88 | 0.5 |
| Hex | 86 | F | EE | 2C | 5E | 0 | 7 | 110 | 58 | 32 |
| Octal | 206 | 17 | 356 | 54 | 136 | 0 | 7 | 420 | 130 | 62 |
| Binary | 10000110 | 1111 | 11101110 | 101100 | 1011110 | 0 | 111 | 100010000 | 1011000 | 110010 |
Color Harmonies of #860FEE
Complementary color
Monochromatic Colors of #860FEE
Black with #860FEE
Text Example
Text Example
White with #860FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FEE; }
p { color: rgb(134,15,238); }
H1.HeaderClassName
{
color: #860FEE;
}
.AnyTagClassName
{
color: #860FEE;
}
</style>
background-color css
<style>
a { background-color: #860FEE; }
a { background-color: rgb(134,15,238); }
div.DivClassName
{
background-color: #860FEE;
}
.BgClassName
{
background-color: #860FEE;
}
</style>
border-color css
<style>
span { border-color: #860FEE; }
span { border-color: rgb(134,15,238); }
td.TdClassName
{
border-color: #860FEE;
}
.TagClassName
{
border-color: #860FEE;
}
</style>