Shades of Blue Violet #860FEA
Tints of Blue Violet #860FEA
RGB
CMYK
RGB Variations
Color information
#860FEA (or 0x860FEA) is known color: Blue Violet. HEX triplet: 86, 0F and EA. RGB value is (134,15,234). Sum of RGB (Red+Green+Blue) = 134+15+234=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 15 (6.25% from 255 or 3.92% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #860FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860FEA is #79F015. Grayscale: #4A4A4A. Windows color (decimal): -7991318 or 15339398. OLE color: 15339398.
HSL color Cylindrical-coordinate representation of color #860FEA: hue angle of 272.6º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860FEA is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 134 | 15 | 234 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.08 |
| HSL | 272.6º | 0.88% | 0.49% | - |
| HSV(B) | 272.6º | 0.94% | 0.92% | - |
| XYZ | 24.85 | 11.35 | 78.72 | - |
| YUV | 75.55 | 217.42 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 15 | 234 | 0.43 | 0.94 | 0 | 0.08 | 272.6 | 0.88 | 0.49 |
| Hex | 86 | F | EA | 2B | 5E | 0 | 8 | 111 | 58 | 31 |
| Octal | 206 | 17 | 352 | 53 | 136 | 0 | 10 | 421 | 130 | 61 |
| Binary | 10000110 | 1111 | 11101010 | 101011 | 1011110 | 0 | 1000 | 100010001 | 1011000 | 110001 |
Color Harmonies of #860FEA
Complementary color
Monochromatic Colors of #860FEA
Black with #860FEA
Text Example
Text Example
White with #860FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860FEA; }
p { color: rgb(134,15,234); }
H1.HeaderClassName
{
color: #860FEA;
}
.AnyTagClassName
{
color: #860FEA;
}
</style>
background-color css
<style>
a { background-color: #860FEA; }
a { background-color: rgb(134,15,234); }
div.DivClassName
{
background-color: #860FEA;
}
.BgClassName
{
background-color: #860FEA;
}
</style>
border-color css
<style>
span { border-color: #860FEA; }
span { border-color: rgb(134,15,234); }
td.TdClassName
{
border-color: #860FEA;
}
.TagClassName
{
border-color: #860FEA;
}
</style>