Shades of Electric Indigo #8503FF
Tints of Electric Indigo #8503FF
RGB
CMYK
RGB Variations
Color information
#8503FF (or 0x8503FF) is known color: Electric Indigo. HEX triplet: 85, 03 and FF. RGB value is (133,3,255). Sum of RGB (Red+Green+Blue) = 133+3+255=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 3 (1.56% from 255 or 0.77% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #8503FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8503FF is #7AFC00. Grayscale: #454545. Windows color (decimal): -8059905 or 16712581. OLE color: 16712581.
HSL color Cylindrical-coordinate representation of color #8503FF: hue angle of 270.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8503FF is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 3 | 255 | - |
| CMYK | 0.48 | 0.99 | 0 | 0 |
| HSL | 270.95º | 1% | 0.51% | - |
| HSV(B) | 270.95º | 0.99% | 1% | - |
| XYZ | 27.76 | 12.27 | 95.51 | - |
| YUV | 70.6 | 232.07 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 255 | 0.48 | 0.99 | 0 | 0 | 270.95 | 1 | 0.51 |
| Hex | 85 | 3 | FF | 30 | 63 | 0 | 0 | 10F | 64 | 33 |
| Octal | 205 | 3 | 377 | 60 | 143 | 0 | 0 | 417 | 144 | 63 |
| Binary | 10000101 | 11 | 11111111 | 110000 | 1100011 | 0 | 0 | 100001111 | 1100100 | 110011 |
Color Harmonies of #8503FF
Complementary color
Monochromatic Colors of #8503FF
Black with #8503FF
Text Example
Text Example
White with #8503FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8503FF; }
p { color: rgb(133,3,255); }
H1.HeaderClassName
{
color: #8503FF;
}
.AnyTagClassName
{
color: #8503FF;
}
</style>
background-color css
<style>
a { background-color: #8503FF; }
a { background-color: rgb(133,3,255); }
div.DivClassName
{
background-color: #8503FF;
}
.BgClassName
{
background-color: #8503FF;
}
</style>
border-color css
<style>
span { border-color: #8503FF; }
span { border-color: rgb(133,3,255); }
td.TdClassName
{
border-color: #8503FF;
}
.TagClassName
{
border-color: #8503FF;
}
</style>