Shades of Electric Indigo #8409FA
Tints of Electric Indigo #8409FA
RGB
CMYK
RGB Variations
Color information
#8409FA (or 0x8409FA) is known color: Electric Indigo. HEX triplet: 84, 09 and FA. RGB value is (132,9,250). Sum of RGB (Red+Green+Blue) = 132+9+250=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #8409FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8409FA is #7BF605. Grayscale: #484848. Windows color (decimal): -8123910 or 16386436. OLE color: 16386436.
HSL color Cylindrical-coordinate representation of color #8409FA: hue angle of 270.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8409FA is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 9 | 250 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.02 |
| HSL | 270.62º | 0.96% | 0.51% | - |
| HSV(B) | 270.62º | 0.96% | 0.98% | - |
| XYZ | 26.87 | 12 | 91.34 | - |
| YUV | 73.25 | 227.75 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 250 | 0.47 | 0.96 | 0 | 0.02 | 270.62 | 0.96 | 0.51 |
| Hex | 84 | 9 | FA | 2F | 60 | 0 | 2 | 10F | 60 | 33 |
| Octal | 204 | 11 | 372 | 57 | 140 | 0 | 2 | 417 | 140 | 63 |
| Binary | 10000100 | 1001 | 11111010 | 101111 | 1100000 | 0 | 10 | 100001111 | 1100000 | 110011 |
Color Harmonies of #8409FA
Complementary color
Monochromatic Colors of #8409FA
Black with #8409FA
Text Example
Text Example
White with #8409FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8409FA; }
p { color: rgb(132,9,250); }
H1.HeaderClassName
{
color: #8409FA;
}
.AnyTagClassName
{
color: #8409FA;
}
</style>
background-color css
<style>
a { background-color: #8409FA; }
a { background-color: rgb(132,9,250); }
div.DivClassName
{
background-color: #8409FA;
}
.BgClassName
{
background-color: #8409FA;
}
</style>
border-color css
<style>
span { border-color: #8409FA; }
span { border-color: rgb(132,9,250); }
td.TdClassName
{
border-color: #8409FA;
}
.TagClassName
{
border-color: #8409FA;
}
</style>