Shades of Electric Indigo #8414FF
Tints of Electric Indigo #8414FF
RGB
CMYK
RGB Variations
Color information
#8414FF (or 0x8414FF) is known color: Electric Indigo. HEX triplet: 84, 14 and FF. RGB value is (132,20,255). Sum of RGB (Red+Green+Blue) = 132+20+255=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #8414FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8414FF is #7BEB00. Grayscale: #4F4F4F. Windows color (decimal): -8121089 or 16716932. OLE color: 16716932.
HSL color Cylindrical-coordinate representation of color #8414FF: hue angle of 268.6º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8414FF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 132 | 20 | 255 | - |
| CMYK | 0.48 | 0.92 | 0 | 0 |
| HSL | 268.6º | 1% | 0.54% | - |
| HSV(B) | 268.6º | 0.92% | 1% | - |
| XYZ | 27.82 | 12.63 | 95.58 | - |
| YUV | 80.28 | 226.61 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 255 | 0.48 | 0.92 | 0 | 0 | 268.6 | 1 | 0.54 |
| Hex | 84 | 14 | FF | 30 | 5C | 0 | 0 | 10D | 64 | 36 |
| Octal | 204 | 24 | 377 | 60 | 134 | 0 | 0 | 415 | 144 | 66 |
| Binary | 10000100 | 10100 | 11111111 | 110000 | 1011100 | 0 | 0 | 100001101 | 1100100 | 110110 |
Color Harmonies of #8414FF
Complementary color
Monochromatic Colors of #8414FF
Black with #8414FF
Text Example
Text Example
White with #8414FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414FF; }
p { color: rgb(132,20,255); }
H1.HeaderClassName
{
color: #8414FF;
}
.AnyTagClassName
{
color: #8414FF;
}
</style>
background-color css
<style>
a { background-color: #8414FF; }
a { background-color: rgb(132,20,255); }
div.DivClassName
{
background-color: #8414FF;
}
.BgClassName
{
background-color: #8414FF;
}
</style>
border-color css
<style>
span { border-color: #8414FF; }
span { border-color: rgb(132,20,255); }
td.TdClassName
{
border-color: #8414FF;
}
.TagClassName
{
border-color: #8414FF;
}
</style>