Shades of Electric Indigo #8211FE
Tints of Electric Indigo #8211FE
RGB
CMYK
RGB Variations
Color information
#8211FE (or 0x8211FE) is known color: Electric Indigo. HEX triplet: 82, 11 and FE. RGB value is (130,17,254). Sum of RGB (Red+Green+Blue) = 130+17+254=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #8211FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8211FE is #7DEE01. Grayscale: #4C4C4C. Windows color (decimal): -8252930 or 16650626. OLE color: 16650626.
HSL color Cylindrical-coordinate representation of color #8211FE: hue angle of 268.61º 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 #8211FE is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 17 | 254 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.00 |
| HSL | 268.61º | 0.99% | 0.53% | - |
| HSV(B) | 268.61º | 0.93% | 1% | - |
| XYZ | 27.3 | 12.3 | 94.7 | - |
| YUV | 77.81 | 227.44 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 254 | 0.49 | 0.93 | 0 | 0.00 | 268.61 | 0.99 | 0.53 |
| Hex | 82 | 11 | FE | 31 | 5D | 0 | 0 | 10D | 63 | 35 |
| Octal | 202 | 21 | 376 | 61 | 135 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000010 | 10001 | 11111110 | 110001 | 1011101 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #8211FE
Complementary color
Monochromatic Colors of #8211FE
Black with #8211FE
Text Example
Text Example
White with #8211FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8211FE; }
p { color: rgb(130,17,254); }
H1.HeaderClassName
{
color: #8211FE;
}
.AnyTagClassName
{
color: #8211FE;
}
</style>
background-color css
<style>
a { background-color: #8211FE; }
a { background-color: rgb(130,17,254); }
div.DivClassName
{
background-color: #8211FE;
}
.BgClassName
{
background-color: #8211FE;
}
</style>
border-color css
<style>
span { border-color: #8211FE; }
span { border-color: rgb(130,17,254); }
td.TdClassName
{
border-color: #8211FE;
}
.TagClassName
{
border-color: #8211FE;
}
</style>