Shades of Electric Indigo #8705FA
Tints of Electric Indigo #8705FA
RGB
CMYK
RGB Variations
Color information
#8705FA (or 0x8705FA) is known color: Electric Indigo. HEX triplet: 87, 05 and FA. RGB value is (135,5,250). Sum of RGB (Red+Green+Blue) = 135+5+250=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #8705FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8705FA is #78FA05. Grayscale: #464646. Windows color (decimal): -7928326 or 16385415. OLE color: 16385415.
HSL color Cylindrical-coordinate representation of color #8705FA: hue angle of 271.84º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8705FA is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 5 | 250 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.02 |
| HSL | 271.84º | 0.96% | 0.5% | - |
| HSV(B) | 271.84º | 0.98% | 0.98% | - |
| XYZ | 27.3 | 12.16 | 91.35 | - |
| YUV | 71.8 | 228.57 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 5 | 250 | 0.46 | 0.98 | 0 | 0.02 | 271.84 | 0.96 | 0.5 |
| Hex | 87 | 5 | FA | 2E | 62 | 0 | 2 | 110 | 60 | 32 |
| Octal | 207 | 5 | 372 | 56 | 142 | 0 | 2 | 420 | 140 | 62 |
| Binary | 10000111 | 101 | 11111010 | 101110 | 1100010 | 0 | 10 | 100010000 | 1100000 | 110010 |
Color Harmonies of #8705FA
Complementary color
Monochromatic Colors of #8705FA
Black with #8705FA
Text Example
Text Example
White with #8705FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8705FA; }
p { color: rgb(135,5,250); }
H1.HeaderClassName
{
color: #8705FA;
}
.AnyTagClassName
{
color: #8705FA;
}
</style>
background-color css
<style>
a { background-color: #8705FA; }
a { background-color: rgb(135,5,250); }
div.DivClassName
{
background-color: #8705FA;
}
.BgClassName
{
background-color: #8705FA;
}
</style>
border-color css
<style>
span { border-color: #8705FA; }
span { border-color: rgb(135,5,250); }
td.TdClassName
{
border-color: #8705FA;
}
.TagClassName
{
border-color: #8705FA;
}
</style>