Shades of Electric Indigo #8409FE
Tints of Electric Indigo #8409FE
RGB
CMYK
RGB Variations
Color information
#8409FE (or 0x8409FE) is known color: Electric Indigo. HEX triplet: 84, 09 and FE. RGB value is (132,9,254). Sum of RGB (Red+Green+Blue) = 132+9+254=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 9 (3.91% from 255 or 2.28% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #8409FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409FE is #7BF601. Grayscale: #484848. Windows color (decimal): -8123906 or 16648580. OLE color: 16648580.
HSL color Cylindrical-coordinate representation of color #8409FE: hue angle of 270.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409FE is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 9 | 254 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.00 |
| HSL | 270.12º | 0.99% | 0.52% | - |
| HSV(B) | 270.12º | 0.96% | 1% | - |
| XYZ | 27.5 | 12.26 | 94.68 | - |
| YUV | 73.71 | 229.75 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 254 | 0.48 | 0.96 | 0 | 0.00 | 270.12 | 0.99 | 0.52 |
| Hex | 84 | 9 | FE | 30 | 60 | 0 | 0 | 10E | 63 | 34 |
| Octal | 204 | 11 | 376 | 60 | 140 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000100 | 1001 | 11111110 | 110000 | 1100000 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #8409FE
Complementary color
Monochromatic Colors of #8409FE
Black with #8409FE
Text Example
Text Example
White with #8409FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409FE; }
p { color: rgb(132,9,254); }
H1.HeaderClassName
{
color: #8409FE;
}
.AnyTagClassName
{
color: #8409FE;
}
</style>
background-color css
<style>
a { background-color: #8409FE; }
a { background-color: rgb(132,9,254); }
div.DivClassName
{
background-color: #8409FE;
}
.BgClassName
{
background-color: #8409FE;
}
</style>
border-color css
<style>
span { border-color: #8409FE; }
span { border-color: rgb(132,9,254); }
td.TdClassName
{
border-color: #8409FE;
}
.TagClassName
{
border-color: #8409FE;
}
</style>