Shades of Electric Indigo #8610FF
Tints of Electric Indigo #8610FF
RGB
CMYK
RGB Variations
Color information
#8610FF (or 0x8610FF) is known color: Electric Indigo. HEX triplet: 86, 10 and FF. RGB value is (134,16,255). Sum of RGB (Red+Green+Blue) = 134+16+255=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 16 (6.64% from 255 or 3.95% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #8610FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8610FF is #79EF00. Grayscale: #4D4D4D. Windows color (decimal): -7991041 or 16715910. OLE color: 16715910.
HSL color Cylindrical-coordinate representation of color #8610FF: hue angle of 269.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8610FF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 16 | 255 | - |
| CMYK | 0.47 | 0.94 | 0 | 0 |
| HSL | 269.62º | 1% | 0.53% | - |
| HSV(B) | 269.62º | 0.94% | 1% | - |
| XYZ | 28.07 | 12.66 | 95.57 | - |
| YUV | 78.53 | 227.59 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 16 | 255 | 0.47 | 0.94 | 0 | 0 | 269.62 | 1 | 0.53 |
| Hex | 86 | 10 | FF | 2F | 5E | 0 | 0 | 10E | 64 | 35 |
| Octal | 206 | 20 | 377 | 57 | 136 | 0 | 0 | 416 | 144 | 65 |
| Binary | 10000110 | 10000 | 11111111 | 101111 | 1011110 | 0 | 0 | 100001110 | 1100100 | 110101 |
Color Harmonies of #8610FF
Complementary color
Monochromatic Colors of #8610FF
Black with #8610FF
Text Example
Text Example
White with #8610FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8610FF; }
p { color: rgb(134,16,255); }
H1.HeaderClassName
{
color: #8610FF;
}
.AnyTagClassName
{
color: #8610FF;
}
</style>
background-color css
<style>
a { background-color: #8610FF; }
a { background-color: rgb(134,16,255); }
div.DivClassName
{
background-color: #8610FF;
}
.BgClassName
{
background-color: #8610FF;
}
</style>
border-color css
<style>
span { border-color: #8610FF; }
span { border-color: rgb(134,16,255); }
td.TdClassName
{
border-color: #8610FF;
}
.TagClassName
{
border-color: #8610FF;
}
</style>