Shades of Electric Indigo #8412FE
Tints of Electric Indigo #8412FE
RGB
CMYK
RGB Variations
Color information
#8412FE (or 0x8412FE) is known color: Electric Indigo. HEX triplet: 84, 12 and FE. RGB value is (132,18,254). Sum of RGB (Red+Green+Blue) = 132+18+254=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 254 (99.61% from 255 or 62.87% from 404); Max value from RGB is 254 - color contains mainly: blue. Hex color #8412FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8412FE is #7BED01. Grayscale: #4E4E4E. Windows color (decimal): -8121602 or 16650884. OLE color: 16650884.
HSL color Cylindrical-coordinate representation of color #8412FE: hue angle of 268.98º 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 #8412FE is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 18 | 254 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.00 |
| HSL | 268.98º | 0.99% | 0.53% | - |
| HSV(B) | 268.98º | 0.93% | 1% | - |
| XYZ | 27.62 | 12.49 | 94.72 | - |
| YUV | 78.99 | 226.77 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 18 | 254 | 0.48 | 0.93 | 0 | 0.00 | 268.98 | 0.99 | 0.53 |
| Hex | 84 | 12 | FE | 30 | 5D | 0 | 0 | 10D | 63 | 35 |
| Octal | 204 | 22 | 376 | 60 | 135 | 0 | 0 | 415 | 143 | 65 |
| Binary | 10000100 | 10010 | 11111110 | 110000 | 1011101 | 0 | 0 | 100001101 | 1100011 | 110101 |
Color Harmonies of #8412FE
Complementary color
Monochromatic Colors of #8412FE
Black with #8412FE
Text Example
Text Example
White with #8412FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8412FE; }
p { color: rgb(132,18,254); }
H1.HeaderClassName
{
color: #8412FE;
}
.AnyTagClassName
{
color: #8412FE;
}
</style>
background-color css
<style>
a { background-color: #8412FE; }
a { background-color: rgb(132,18,254); }
div.DivClassName
{
background-color: #8412FE;
}
.BgClassName
{
background-color: #8412FE;
}
</style>
border-color css
<style>
span { border-color: #8412FE; }
span { border-color: rgb(132,18,254); }
td.TdClassName
{
border-color: #8412FE;
}
.TagClassName
{
border-color: #8412FE;
}
</style>