Shades of Electric Indigo #8706FF
Tints of Electric Indigo #8706FF
RGB
CMYK
RGB Variations
Color information
#8706FF (or 0x8706FF) is known color: Electric Indigo. HEX triplet: 87, 06 and FF. RGB value is (135,6,255). Sum of RGB (Red+Green+Blue) = 135+6+255=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #8706FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8706FF is #78F900. Grayscale: #484848. Windows color (decimal): -7928065 or 16713351. OLE color: 16713351.
HSL color Cylindrical-coordinate representation of color #8706FF: hue angle of 271.08º 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 #8706FF is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 6 | 255 | - |
| CMYK | 0.47 | 0.98 | 0 | 0 |
| HSL | 271.08º | 1% | 0.51% | - |
| HSV(B) | 271.08º | 0.98% | 1% | - |
| XYZ | 28.11 | 12.5 | 95.54 | - |
| YUV | 72.96 | 230.74 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 6 | 255 | 0.47 | 0.98 | 0 | 0 | 271.08 | 1 | 0.51 |
| Hex | 87 | 6 | FF | 2F | 62 | 0 | 0 | 10F | 64 | 33 |
| Octal | 207 | 6 | 377 | 57 | 142 | 0 | 0 | 417 | 144 | 63 |
| Binary | 10000111 | 110 | 11111111 | 101111 | 1100010 | 0 | 0 | 100001111 | 1100100 | 110011 |
Color Harmonies of #8706FF
Complementary color
Monochromatic Colors of #8706FF
Black with #8706FF
Text Example
Text Example
White with #8706FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8706FF; }
p { color: rgb(135,6,255); }
H1.HeaderClassName
{
color: #8706FF;
}
.AnyTagClassName
{
color: #8706FF;
}
</style>
background-color css
<style>
a { background-color: #8706FF; }
a { background-color: rgb(135,6,255); }
div.DivClassName
{
background-color: #8706FF;
}
.BgClassName
{
background-color: #8706FF;
}
</style>
border-color css
<style>
span { border-color: #8706FF; }
span { border-color: rgb(135,6,255); }
td.TdClassName
{
border-color: #8706FF;
}
.TagClassName
{
border-color: #8706FF;
}
</style>