Shades of Electric Indigo #8205FF
Tints of Electric Indigo #8205FF
RGB
CMYK
RGB Variations
Color information
#8205FF (or 0x8205FF) is known color: Electric Indigo. HEX triplet: 82, 05 and FF. RGB value is (130,5,255). Sum of RGB (Red+Green+Blue) = 130+5+255=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #8205FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8205FF is #7DFA00. Grayscale: #464646. Windows color (decimal): -8256001 or 16713090. OLE color: 16713090.
HSL color Cylindrical-coordinate representation of color #8205FF: hue angle of 270º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8205FF is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 5 | 255 | - |
| CMYK | 0.49 | 0.98 | 0 | 0 |
| HSL | 270º | 1% | 0.51% | - |
| HSV(B) | 270º | 0.98% | 1% | - |
| XYZ | 27.31 | 12.07 | 95.5 | - |
| YUV | 70.88 | 231.91 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 255 | 0.49 | 0.98 | 0 | 0 | 270 | 1 | 0.51 |
| Hex | 82 | 5 | FF | 31 | 62 | 0 | 0 | 10E | 64 | 33 |
| Octal | 202 | 5 | 377 | 61 | 142 | 0 | 0 | 416 | 144 | 63 |
| Binary | 10000010 | 101 | 11111111 | 110001 | 1100010 | 0 | 0 | 100001110 | 1100100 | 110011 |
Color Harmonies of #8205FF
Complementary color
Monochromatic Colors of #8205FF
Black with #8205FF
Text Example
Text Example
White with #8205FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8205FF; }
p { color: rgb(130,5,255); }
H1.HeaderClassName
{
color: #8205FF;
}
.AnyTagClassName
{
color: #8205FF;
}
</style>
background-color css
<style>
a { background-color: #8205FF; }
a { background-color: rgb(130,5,255); }
div.DivClassName
{
background-color: #8205FF;
}
.BgClassName
{
background-color: #8205FF;
}
</style>
border-color css
<style>
span { border-color: #8205FF; }
span { border-color: rgb(130,5,255); }
td.TdClassName
{
border-color: #8205FF;
}
.TagClassName
{
border-color: #8205FF;
}
</style>