Shades of Electric Indigo #8605FF
Tints of Electric Indigo #8605FF
RGB
CMYK
RGB Variations
Color information
#8605FF (or 0x8605FF) is known color: Electric Indigo. HEX triplet: 86, 05 and FF. RGB value is (134,5,255). Sum of RGB (Red+Green+Blue) = 134+5+255=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #8605FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8605FF is #79FA00. Grayscale: #474747. Windows color (decimal): -7993857 or 16713094. OLE color: 16713094.
HSL color Cylindrical-coordinate representation of color #8605FF: hue angle of 270.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8605FF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 134 | 5 | 255 | - |
| CMYK | 0.47 | 0.98 | 0 | 0 |
| HSL | 270.96º | 1% | 0.51% | - |
| HSV(B) | 270.96º | 0.98% | 1% | - |
| XYZ | 27.94 | 12.4 | 95.53 | - |
| YUV | 72.07 | 231.24 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 5 | 255 | 0.47 | 0.98 | 0 | 0 | 270.96 | 1 | 0.51 |
| Hex | 86 | 5 | FF | 2F | 62 | 0 | 0 | 10F | 64 | 33 |
| Octal | 206 | 5 | 377 | 57 | 142 | 0 | 0 | 417 | 144 | 63 |
| Binary | 10000110 | 101 | 11111111 | 101111 | 1100010 | 0 | 0 | 100001111 | 1100100 | 110011 |
Color Harmonies of #8605FF
Complementary color
Monochromatic Colors of #8605FF
Black with #8605FF
Text Example
Text Example
White with #8605FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8605FF; }
p { color: rgb(134,5,255); }
H1.HeaderClassName
{
color: #8605FF;
}
.AnyTagClassName
{
color: #8605FF;
}
</style>
background-color css
<style>
a { background-color: #8605FF; }
a { background-color: rgb(134,5,255); }
div.DivClassName
{
background-color: #8605FF;
}
.BgClassName
{
background-color: #8605FF;
}
</style>
border-color css
<style>
span { border-color: #8605FF; }
span { border-color: rgb(134,5,255); }
td.TdClassName
{
border-color: #8605FF;
}
.TagClassName
{
border-color: #8605FF;
}
</style>