Shades of Electric Indigo #8210FF
Tints of Electric Indigo #8210FF
RGB
CMYK
RGB Variations
Color information
#8210FF (or 0x8210FF) is known color: Electric Indigo. HEX triplet: 82, 10 and FF. RGB value is (130,16,255). Sum of RGB (Red+Green+Blue) = 130+16+255=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #8210FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210FF is #7DEF00. Grayscale: #4C4C4C. Windows color (decimal): -8253185 or 16715906. OLE color: 16715906.
HSL color Cylindrical-coordinate representation of color #8210FF: hue angle of 268.62º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8210FF is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 16 | 255 | - |
| CMYK | 0.49 | 0.94 | 0 | 0 |
| HSL | 268.62º | 1% | 0.53% | - |
| HSV(B) | 268.62º | 0.94% | 1% | - |
| XYZ | 27.44 | 12.34 | 95.54 | - |
| YUV | 77.33 | 228.27 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 255 | 0.49 | 0.94 | 0 | 0 | 268.62 | 1 | 0.53 |
| Hex | 82 | 10 | FF | 31 | 5E | 0 | 0 | 10D | 64 | 35 |
| Octal | 202 | 20 | 377 | 61 | 136 | 0 | 0 | 415 | 144 | 65 |
| Binary | 10000010 | 10000 | 11111111 | 110001 | 1011110 | 0 | 0 | 100001101 | 1100100 | 110101 |
Color Harmonies of #8210FF
Complementary color
Monochromatic Colors of #8210FF
Black with #8210FF
Text Example
Text Example
White with #8210FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210FF; }
p { color: rgb(130,16,255); }
H1.HeaderClassName
{
color: #8210FF;
}
.AnyTagClassName
{
color: #8210FF;
}
</style>
background-color css
<style>
a { background-color: #8210FF; }
a { background-color: rgb(130,16,255); }
div.DivClassName
{
background-color: #8210FF;
}
.BgClassName
{
background-color: #8210FF;
}
</style>
border-color css
<style>
span { border-color: #8210FF; }
span { border-color: rgb(130,16,255); }
td.TdClassName
{
border-color: #8210FF;
}
.TagClassName
{
border-color: #8210FF;
}
</style>