Shades of Electric Indigo #8501FE
Tints of Electric Indigo #8501FE
RGB
CMYK
RGB Variations
Color information
#8501FE (or 0x8501FE) is known color: Electric Indigo. HEX triplet: 85, 01 and FE. RGB value is (133,1,254). Sum of RGB (Red+Green+Blue) = 133+1+254=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #8501FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501FE is #7AFE01. Grayscale: #444444. Windows color (decimal): -8060418 or 16646533. OLE color: 16646533.
HSL color Cylindrical-coordinate representation of color #8501FE: hue angle of 271.3º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501FE is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 1 | 254 | - |
| CMYK | 0.48 | 1.00 | 0 | 0.00 |
| HSL | 271.3º | 0.99% | 0.5% | - |
| HSV(B) | 271.3º | 1% | 1% | - |
| XYZ | 27.57 | 12.16 | 94.66 | - |
| YUV | 69.31 | 232.23 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 254 | 0.48 | 1.00 | 0 | 0.00 | 271.3 | 0.99 | 0.5 |
| Hex | 85 | 1 | FE | 30 | 64 | 0 | 0 | 10F | 63 | 32 |
| Octal | 205 | 1 | 376 | 60 | 144 | 0 | 0 | 417 | 143 | 62 |
| Binary | 10000101 | 1 | 11111110 | 110000 | 1100100 | 0 | 0 | 100001111 | 1100011 | 110010 |
Color Harmonies of #8501FE
Complementary color
Monochromatic Colors of #8501FE
Black with #8501FE
Text Example
Text Example
White with #8501FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501FE; }
p { color: rgb(133,1,254); }
H1.HeaderClassName
{
color: #8501FE;
}
.AnyTagClassName
{
color: #8501FE;
}
</style>
background-color css
<style>
a { background-color: #8501FE; }
a { background-color: rgb(133,1,254); }
div.DivClassName
{
background-color: #8501FE;
}
.BgClassName
{
background-color: #8501FE;
}
</style>
border-color css
<style>
span { border-color: #8501FE; }
span { border-color: rgb(133,1,254); }
td.TdClassName
{
border-color: #8501FE;
}
.TagClassName
{
border-color: #8501FE;
}
</style>