Shades of Electric Indigo #8502FF
Tints of Electric Indigo #8502FF
RGB
CMYK
RGB Variations
Color information
#8502FF (or 0x8502FF) is known color: Electric Indigo. HEX triplet: 85, 02 and FF. RGB value is (133,2,255). Sum of RGB (Red+Green+Blue) = 133+2+255=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #8502FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8502FF is #7AFD00. Grayscale: #454545. Windows color (decimal): -8060161 or 16712325. OLE color: 16712325.
HSL color Cylindrical-coordinate representation of color #8502FF: hue angle of 271.07º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8502FF is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 2 | 255 | - |
| CMYK | 0.48 | 0.99 | 0 | 0 |
| HSL | 271.07º | 1% | 0.5% | - |
| HSV(B) | 271.07º | 0.99% | 1% | - |
| XYZ | 27.74 | 12.25 | 95.51 | - |
| YUV | 70.01 | 232.4 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 255 | 0.48 | 0.99 | 0 | 0 | 271.07 | 1 | 0.5 |
| Hex | 85 | 2 | FF | 30 | 63 | 0 | 0 | 10F | 64 | 32 |
| Octal | 205 | 2 | 377 | 60 | 143 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000101 | 10 | 11111111 | 110000 | 1100011 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8502FF
Complementary color
Monochromatic Colors of #8502FF
Black with #8502FF
Text Example
Text Example
White with #8502FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8502FF; }
p { color: rgb(133,2,255); }
H1.HeaderClassName
{
color: #8502FF;
}
.AnyTagClassName
{
color: #8502FF;
}
</style>
background-color css
<style>
a { background-color: #8502FF; }
a { background-color: rgb(133,2,255); }
div.DivClassName
{
background-color: #8502FF;
}
.BgClassName
{
background-color: #8502FF;
}
</style>
border-color css
<style>
span { border-color: #8502FF; }
span { border-color: rgb(133,2,255); }
td.TdClassName
{
border-color: #8502FF;
}
.TagClassName
{
border-color: #8502FF;
}
</style>