Shades of Electric Indigo #8603FA
Tints of Electric Indigo #8603FA
RGB
CMYK
RGB Variations
Color information
#8603FA (or 0x8603FA) is known color: Electric Indigo. HEX triplet: 86, 03 and FA. RGB value is (134,3,250). Sum of RGB (Red+Green+Blue) = 134+3+250=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #8603FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8603FA is #79FC05. Grayscale: #454545. Windows color (decimal): -7994374 or 16384902. OLE color: 16384902.
HSL color Cylindrical-coordinate representation of color #8603FA: hue angle of 271.82º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8603FA is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 3 | 250 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.02 |
| HSL | 271.82º | 0.98% | 0.5% | - |
| HSV(B) | 271.82º | 0.99% | 0.98% | - |
| XYZ | 27.12 | 12.04 | 91.34 | - |
| YUV | 70.33 | 229.4 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 250 | 0.46 | 0.99 | 0 | 0.02 | 271.82 | 0.98 | 0.5 |
| Hex | 86 | 3 | FA | 2E | 63 | 0 | 2 | 110 | 62 | 32 |
| Octal | 206 | 3 | 372 | 56 | 143 | 0 | 2 | 420 | 142 | 62 |
| Binary | 10000110 | 11 | 11111010 | 101110 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110010 |
Color Harmonies of #8603FA
Complementary color
Monochromatic Colors of #8603FA
Black with #8603FA
Text Example
Text Example
White with #8603FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603FA; }
p { color: rgb(134,3,250); }
H1.HeaderClassName
{
color: #8603FA;
}
.AnyTagClassName
{
color: #8603FA;
}
</style>
background-color css
<style>
a { background-color: #8603FA; }
a { background-color: rgb(134,3,250); }
div.DivClassName
{
background-color: #8603FA;
}
.BgClassName
{
background-color: #8603FA;
}
</style>
border-color css
<style>
span { border-color: #8603FA; }
span { border-color: rgb(134,3,250); }
td.TdClassName
{
border-color: #8603FA;
}
.TagClassName
{
border-color: #8603FA;
}
</style>