Shades of Electric Indigo #8410FE
Tints of Electric Indigo #8410FE
RGB
CMYK
RGB Variations
Color information
#8410FE (or 0x8410FE) is known color: Electric Indigo. HEX triplet: 84, 10 and FE. RGB value is (132,16,254). Sum of RGB (Red+Green+Blue) = 132+16+254=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #8410FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8410FE is #7BEF01. Grayscale: #4C4C4C. Windows color (decimal): -8122114 or 16650372. OLE color: 16650372.
HSL color Cylindrical-coordinate representation of color #8410FE: 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.94%. Process color model (Four color, CMYK) of #8410FE is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 16 | 254 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.00 |
| HSL | 269.24º | 0.99% | 0.53% | - |
| HSV(B) | 269.24º | 0.94% | 1% | - |
| XYZ | 27.59 | 12.43 | 94.71 | - |
| YUV | 77.82 | 227.43 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 254 | 0.48 | 0.94 | 0 | 0.00 | 269.24 | 0.99 | 0.53 |
| Hex | 84 | 10 | FE | 30 | 5E | 0 | 0 | 10D | 63 | 35 |
| Octal | 204 | 20 | 376 | 60 | 136 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000100 | 10000 | 11111110 | 110000 | 1011110 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #8410FE
Complementary color
Monochromatic Colors of #8410FE
Black with #8410FE
Text Example
Text Example
White with #8410FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8410FE; }
p { color: rgb(132,16,254); }
H1.HeaderClassName
{
color: #8410FE;
}
.AnyTagClassName
{
color: #8410FE;
}
</style>
background-color css
<style>
a { background-color: #8410FE; }
a { background-color: rgb(132,16,254); }
div.DivClassName
{
background-color: #8410FE;
}
.BgClassName
{
background-color: #8410FE;
}
</style>
border-color css
<style>
span { border-color: #8410FE; }
span { border-color: rgb(132,16,254); }
td.TdClassName
{
border-color: #8410FE;
}
.TagClassName
{
border-color: #8410FE;
}
</style>