Shades of Electric Indigo #8512FE
Tints of Electric Indigo #8512FE
RGB
CMYK
RGB Variations
Color information
#8512FE (or 0x8512FE) is known color: Electric Indigo. HEX triplet: 85, 12 and FE. RGB value is (133,18,254). Sum of RGB (Red+Green+Blue) = 133+18+254=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #8512FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8512FE is #7AED01. Grayscale: #4E4E4E. Windows color (decimal): -8056066 or 16650885. OLE color: 16650885.
HSL color Cylindrical-coordinate representation of color #8512FE: hue angle of 269.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8512FE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 18 | 254 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.00 |
| HSL | 269.24º | 0.99% | 0.53% | - |
| HSV(B) | 269.24º | 0.93% | 1% | - |
| XYZ | 27.78 | 12.57 | 94.73 | - |
| YUV | 79.29 | 226.6 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 18 | 254 | 0.48 | 0.93 | 0 | 0.00 | 269.24 | 0.99 | 0.53 |
| Hex | 85 | 12 | FE | 30 | 5D | 0 | 0 | 10D | 63 | 35 |
| Octal | 205 | 22 | 376 | 60 | 135 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000101 | 10010 | 11111110 | 110000 | 1011101 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #8512FE
Complementary color
Monochromatic Colors of #8512FE
Black with #8512FE
Text Example
Text Example
White with #8512FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8512FE; }
p { color: rgb(133,18,254); }
H1.HeaderClassName
{
color: #8512FE;
}
.AnyTagClassName
{
color: #8512FE;
}
</style>
background-color css
<style>
a { background-color: #8512FE; }
a { background-color: rgb(133,18,254); }
div.DivClassName
{
background-color: #8512FE;
}
.BgClassName
{
background-color: #8512FE;
}
</style>
border-color css
<style>
span { border-color: #8512FE; }
span { border-color: rgb(133,18,254); }
td.TdClassName
{
border-color: #8512FE;
}
.TagClassName
{
border-color: #8512FE;
}
</style>