Shades of Electric Indigo #8503FA
Tints of Electric Indigo #8503FA
RGB
CMYK
RGB Variations
Color information
#8503FA (or 0x8503FA) is known color: Electric Indigo. HEX triplet: 85, 03 and FA. RGB value is (133,3,250). Sum of RGB (Red+Green+Blue) = 133+3+250=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #8503FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8503FA is #7AFC05. Grayscale: #454545. Windows color (decimal): -8059910 or 16384901. OLE color: 16384901.
HSL color Cylindrical-coordinate representation of color #8503FA: hue angle of 271.58º 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 #8503FA is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 3 | 250 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.02 |
| HSL | 271.58º | 0.98% | 0.5% | - |
| HSV(B) | 271.58º | 0.99% | 0.98% | - |
| XYZ | 26.96 | 11.95 | 91.33 | - |
| YUV | 70.03 | 229.57 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 250 | 0.47 | 0.99 | 0 | 0.02 | 271.58 | 0.98 | 0.5 |
| Hex | 85 | 3 | FA | 2F | 63 | 0 | 2 | 110 | 62 | 32 |
| Octal | 205 | 3 | 372 | 57 | 143 | 0 | 2 | 420 | 142 | 62 |
| Binary | 10000101 | 11 | 11111010 | 101111 | 1100011 | 0 | 10 | 100010000 | 1100010 | 110010 |
Color Harmonies of #8503FA
Complementary color
Monochromatic Colors of #8503FA
Black with #8503FA
Text Example
Text Example
White with #8503FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8503FA; }
p { color: rgb(133,3,250); }
H1.HeaderClassName
{
color: #8503FA;
}
.AnyTagClassName
{
color: #8503FA;
}
</style>
background-color css
<style>
a { background-color: #8503FA; }
a { background-color: rgb(133,3,250); }
div.DivClassName
{
background-color: #8503FA;
}
.BgClassName
{
background-color: #8503FA;
}
</style>
border-color css
<style>
span { border-color: #8503FA; }
span { border-color: rgb(133,3,250); }
td.TdClassName
{
border-color: #8503FA;
}
.TagClassName
{
border-color: #8503FA;
}
</style>