Shades of Electric Indigo #8209FE
Tints of Electric Indigo #8209FE
RGB
CMYK
RGB Variations
Color information
#8209FE (or 0x8209FE) is known color: Electric Indigo. HEX triplet: 82, 09 and FE. RGB value is (130,9,254). Sum of RGB (Red+Green+Blue) = 130+9+254=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #8209FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8209FE is #7DF601. Grayscale: #484848. Windows color (decimal): -8254978 or 16648578. OLE color: 16648578.
HSL color Cylindrical-coordinate representation of color #8209FE: hue angle of 269.63º 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 #8209FE is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 9 | 254 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.00 |
| HSL | 269.63º | 0.99% | 0.52% | - |
| HSV(B) | 269.63º | 0.96% | 1% | - |
| XYZ | 27.19 | 12.1 | 94.67 | - |
| YUV | 73.11 | 230.09 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 254 | 0.49 | 0.96 | 0 | 0.00 | 269.63 | 0.99 | 0.52 |
| Hex | 82 | 9 | FE | 31 | 60 | 0 | 0 | 10E | 63 | 34 |
| Octal | 202 | 11 | 376 | 61 | 140 | 0 | 0 | 416 | 143 | 64 |
| Binary | 10000010 | 1001 | 11111110 | 110001 | 1100000 | 0 | 0 | 100001110 | 1100011 | 110100 |
Color Harmonies of #8209FE
Complementary color
Monochromatic Colors of #8209FE
Black with #8209FE
Text Example
Text Example
White with #8209FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8209FE; }
p { color: rgb(130,9,254); }
H1.HeaderClassName
{
color: #8209FE;
}
.AnyTagClassName
{
color: #8209FE;
}
</style>
background-color css
<style>
a { background-color: #8209FE; }
a { background-color: rgb(130,9,254); }
div.DivClassName
{
background-color: #8209FE;
}
.BgClassName
{
background-color: #8209FE;
}
</style>
border-color css
<style>
span { border-color: #8209FE; }
span { border-color: rgb(130,9,254); }
td.TdClassName
{
border-color: #8209FE;
}
.TagClassName
{
border-color: #8209FE;
}
</style>