Shades of Electric Indigo #8605FE
Tints of Electric Indigo #8605FE
RGB
CMYK
RGB Variations
Color information
#8605FE (or 0x8605FE) is known color: Electric Indigo. HEX triplet: 86, 05 and FE. RGB value is (134,5,254). Sum of RGB (Red+Green+Blue) = 134+5+254=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #8605FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8605FE is #79FA01. Grayscale: #474747. Windows color (decimal): -7993858 or 16647558. OLE color: 16647558.
HSL color Cylindrical-coordinate representation of color #8605FE: hue angle of 271.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8605FE is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 134 | 5 | 254 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.00 |
| HSL | 271.08º | 0.99% | 0.51% | - |
| HSV(B) | 271.08º | 0.98% | 1% | - |
| XYZ | 27.78 | 12.33 | 94.68 | - |
| YUV | 71.96 | 230.74 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 254 | 0.47 | 0.98 | 0 | 0.00 | 271.08 | 0.99 | 0.51 |
| Hex | 86 | 5 | FE | 2F | 62 | 0 | 0 | 10F | 63 | 33 |
| Octal | 206 | 5 | 376 | 57 | 142 | 0 | 0 | 417 | 143 | 63 |
| Binary | 10000110 | 101 | 11111110 | 101111 | 1100010 | 0 | 0 | 100001111 | 1100011 | 110011 |
Color Harmonies of #8605FE
Complementary color
Monochromatic Colors of #8605FE
Black with #8605FE
Text Example
Text Example
White with #8605FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8605FE; }
p { color: rgb(134,5,254); }
H1.HeaderClassName
{
color: #8605FE;
}
.AnyTagClassName
{
color: #8605FE;
}
</style>
background-color css
<style>
a { background-color: #8605FE; }
a { background-color: rgb(134,5,254); }
div.DivClassName
{
background-color: #8605FE;
}
.BgClassName
{
background-color: #8605FE;
}
</style>
border-color css
<style>
span { border-color: #8605FE; }
span { border-color: rgb(134,5,254); }
td.TdClassName
{
border-color: #8605FE;
}
.TagClassName
{
border-color: #8605FE;
}
</style>