Shades of Blue Violet #860FEF
Tints of Blue Violet #860FEF
RGB
CMYK
RGB Variations
Color information
#860FEF (or 0x860FEF) is known color: Blue Violet. HEX triplet: 86, 0F and EF. RGB value is (134,15,239). Sum of RGB (Red+Green+Blue) = 134+15+239=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #860FEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860FEF is #79F010. Grayscale: #4B4B4B. Windows color (decimal): -7991313 or 15667078. OLE color: 15667078.
HSL color Cylindrical-coordinate representation of color #860FEF: hue angle of 271.88º degrees, saturation: 0.88, 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 #860FEF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 15 | 239 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.06 |
| HSL | 271.88º | 0.88% | 0.5% | - |
| HSV(B) | 271.88º | 0.94% | 0.94% | - |
| XYZ | 25.58 | 11.64 | 82.56 | - |
| YUV | 76.12 | 219.92 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 239 | 0.44 | 0.94 | 0 | 0.06 | 271.88 | 0.88 | 0.5 |
| Hex | 86 | F | EF | 2C | 5E | 0 | 6 | 110 | 58 | 32 |
| Octal | 206 | 17 | 357 | 54 | 136 | 0 | 6 | 420 | 130 | 62 |
| Binary | 10000110 | 1111 | 11101111 | 101100 | 1011110 | 0 | 110 | 100010000 | 1011000 | 110010 |
Color Harmonies of #860FEF
Complementary color
Monochromatic Colors of #860FEF
Black with #860FEF
Text Example
Text Example
White with #860FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FEF; }
p { color: rgb(134,15,239); }
H1.HeaderClassName
{
color: #860FEF;
}
.AnyTagClassName
{
color: #860FEF;
}
</style>
background-color css
<style>
a { background-color: #860FEF; }
a { background-color: rgb(134,15,239); }
div.DivClassName
{
background-color: #860FEF;
}
.BgClassName
{
background-color: #860FEF;
}
</style>
border-color css
<style>
span { border-color: #860FEF; }
span { border-color: rgb(134,15,239); }
td.TdClassName
{
border-color: #860FEF;
}
.TagClassName
{
border-color: #860FEF;
}
</style>