Shades of Electric Indigo #860EFF
Tints of Electric Indigo #860EFF
RGB
CMYK
RGB Variations
Color information
#860EFF (or 0x860EFF) is known color: Electric Indigo. HEX triplet: 86, 0E and FF. RGB value is (134,14,255). Sum of RGB (Red+Green+Blue) = 134+14+255=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #860EFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EFF is #79F100. Grayscale: #4C4C4C. Windows color (decimal): -7991553 or 16715398. OLE color: 16715398.
HSL color Cylindrical-coordinate representation of color #860EFF: hue angle of 269.88º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860EFF is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 14 | 255 | - |
| CMYK | 0.47 | 0.95 | 0 | 0 |
| HSL | 269.88º | 1% | 0.53% | - |
| HSV(B) | 269.88º | 0.95% | 1% | - |
| XYZ | 28.04 | 12.6 | 95.56 | - |
| YUV | 77.35 | 228.26 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 255 | 0.47 | 0.95 | 0 | 0 | 269.88 | 1 | 0.53 |
| Hex | 86 | E | FF | 2F | 5F | 0 | 0 | 10E | 64 | 35 |
| Octal | 206 | 16 | 377 | 57 | 137 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10000110 | 1110 | 11111111 | 101111 | 1011111 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #860EFF
Complementary color
Monochromatic Colors of #860EFF
Black with #860EFF
Text Example
Text Example
White with #860EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EFF; }
p { color: rgb(134,14,255); }
H1.HeaderClassName
{
color: #860EFF;
}
.AnyTagClassName
{
color: #860EFF;
}
</style>
background-color css
<style>
a { background-color: #860EFF; }
a { background-color: rgb(134,14,255); }
div.DivClassName
{
background-color: #860EFF;
}
.BgClassName
{
background-color: #860EFF;
}
</style>
border-color css
<style>
span { border-color: #860EFF; }
span { border-color: rgb(134,14,255); }
td.TdClassName
{
border-color: #860EFF;
}
.TagClassName
{
border-color: #860EFF;
}
</style>