Shades of Electric Indigo #8501FF
Tints of Electric Indigo #8501FF
RGB
CMYK
RGB Variations
Color information
#8501FF (or 0x8501FF) is known color: Electric Indigo. HEX triplet: 85, 01 and FF. RGB value is (133,1,255). Sum of RGB (Red+Green+Blue) = 133+1+255=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #8501FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8501FF is #7AFE00. Grayscale: #444444. Windows color (decimal): -8060417 or 16712069. OLE color: 16712069.
HSL color Cylindrical-coordinate representation of color #8501FF: hue angle of 271.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8501FF is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 1 | 255 | - |
| CMYK | 0.48 | 1.00 | 0 | 0 |
| HSL | 271.18º | 1% | 0.5% | - |
| HSV(B) | 271.18º | 1% | 1% | - |
| XYZ | 27.73 | 12.23 | 95.51 | - |
| YUV | 69.42 | 232.73 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 255 | 0.48 | 1.00 | 0 | 0 | 271.18 | 1 | 0.5 |
| Hex | 85 | 1 | FF | 30 | 64 | 0 | 0 | 10F | 64 | 32 |
| Octal | 205 | 1 | 377 | 60 | 144 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000101 | 1 | 11111111 | 110000 | 1100100 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8501FF
Complementary color
Monochromatic Colors of #8501FF
Black with #8501FF
Text Example
Text Example
White with #8501FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8501FF; }
p { color: rgb(133,1,255); }
H1.HeaderClassName
{
color: #8501FF;
}
.AnyTagClassName
{
color: #8501FF;
}
</style>
background-color css
<style>
a { background-color: #8501FF; }
a { background-color: rgb(133,1,255); }
div.DivClassName
{
background-color: #8501FF;
}
.BgClassName
{
background-color: #8501FF;
}
</style>
border-color css
<style>
span { border-color: #8501FF; }
span { border-color: rgb(133,1,255); }
td.TdClassName
{
border-color: #8501FF;
}
.TagClassName
{
border-color: #8501FF;
}
</style>