Shades of Electric Indigo #8513FE
Tints of Electric Indigo #8513FE
RGB
CMYK
RGB Variations
Color information
#8513FE (or 0x8513FE) is known color: Electric Indigo. HEX triplet: 85, 13 and FE. RGB value is (133,19,254). Sum of RGB (Red+Green+Blue) = 133+19+254=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #8513FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8513FE is #7AEC01. Grayscale: #4F4F4F. Windows color (decimal): -8055810 or 16651141. OLE color: 16651141.
HSL color Cylindrical-coordinate representation of color #8513FE: hue angle of 269.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8513FE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 19 | 254 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.00 |
| HSL | 269.11º | 0.99% | 0.54% | - |
| HSV(B) | 269.11º | 0.93% | 1% | - |
| XYZ | 27.8 | 12.61 | 94.73 | - |
| YUV | 79.88 | 226.27 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 254 | 0.48 | 0.93 | 0 | 0.00 | 269.11 | 0.99 | 0.54 |
| Hex | 85 | 13 | FE | 30 | 5D | 0 | 0 | 10D | 63 | 36 |
| Octal | 205 | 23 | 376 | 60 | 135 | 0 | 0 | 415 | 143 | 66 |
| Binary | 10000101 | 10011 | 11111110 | 110000 | 1011101 | 0 | 0 | 100001101 | 1100011 | 110110 |
Color Harmonies of #8513FE
Complementary color
Monochromatic Colors of #8513FE
Black with #8513FE
Text Example
Text Example
White with #8513FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513FE; }
p { color: rgb(133,19,254); }
H1.HeaderClassName
{
color: #8513FE;
}
.AnyTagClassName
{
color: #8513FE;
}
</style>
background-color css
<style>
a { background-color: #8513FE; }
a { background-color: rgb(133,19,254); }
div.DivClassName
{
background-color: #8513FE;
}
.BgClassName
{
background-color: #8513FE;
}
</style>
border-color css
<style>
span { border-color: #8513FE; }
span { border-color: rgb(133,19,254); }
td.TdClassName
{
border-color: #8513FE;
}
.TagClassName
{
border-color: #8513FE;
}
</style>