Shades of Electric Indigo #860EFD
Tints of Electric Indigo #860EFD
RGB
CMYK
RGB Variations
Color information
#860EFD (or 0x860EFD) is known color: Electric Indigo. HEX triplet: 86, 0E and FD. RGB value is (134,14,253). Sum of RGB (Red+Green+Blue) = 134+14+253=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #860EFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #860EFD is #79F102. Grayscale: #4C4C4C. Windows color (decimal): -7991555 or 16584326. OLE color: 16584326.
HSL color Cylindrical-coordinate representation of color #860EFD: hue angle of 270.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #860EFD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 134 | 14 | 253 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.01 |
| HSL | 270.13º | 0.98% | 0.52% | - |
| HSV(B) | 270.13º | 0.94% | 0.99% | - |
| XYZ | 27.72 | 12.47 | 93.88 | - |
| YUV | 77.13 | 227.26 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 14 | 253 | 0.47 | 0.94 | 0 | 0.01 | 270.13 | 0.98 | 0.52 |
| Hex | 86 | E | FD | 2F | 5E | 0 | 1 | 10E | 62 | 34 |
| Octal | 206 | 16 | 375 | 57 | 136 | 0 | 1 | 416 | 142 | 64 |
| Binary | 10000110 | 1110 | 11111101 | 101111 | 1011110 | 0 | 1 | 100001110 | 1100010 | 110100 |
Color Harmonies of #860EFD
Complementary color
Monochromatic Colors of #860EFD
Black with #860EFD
Text Example
Text Example
White with #860EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860EFD; }
p { color: rgb(134,14,253); }
H1.HeaderClassName
{
color: #860EFD;
}
.AnyTagClassName
{
color: #860EFD;
}
</style>
background-color css
<style>
a { background-color: #860EFD; }
a { background-color: rgb(134,14,253); }
div.DivClassName
{
background-color: #860EFD;
}
.BgClassName
{
background-color: #860EFD;
}
</style>
border-color css
<style>
span { border-color: #860EFD; }
span { border-color: rgb(134,14,253); }
td.TdClassName
{
border-color: #860EFD;
}
.TagClassName
{
border-color: #860EFD;
}
</style>