Shades of Electric Indigo #8200FF
Tints of Electric Indigo #8200FF
RGB
CMYK
RGB Variations
Color information
#8200FF (or 0x8200FF) is known color: Electric Indigo. HEX triplet: 82, 00 and FF. RGB value is (130,0,255). Sum of RGB (Red+Green+Blue) = 130+0+255=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #8200FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8200FF is #7DFF00. Grayscale: #434343. Windows color (decimal): -8257281 or 16711810. OLE color: 16711810.
HSL color Cylindrical-coordinate representation of color #8200FF: hue angle of 270.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8200FF is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 0 | 255 | - |
| CMYK | 0.49 | 1 | 0 | 0 |
| HSL | 270.59º | 1% | 0.5% | - |
| HSV(B) | 270.59º | 1% | 1% | - |
| XYZ | 27.26 | 11.97 | 95.48 | - |
| YUV | 67.94 | 233.57 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 255 | 0.49 | 1 | 0 | 0 | 270.59 | 1 | 0.5 |
| Hex | 82 | 0 | FF | 31 | 64 | 0 | 0 | 10F | 64 | 32 |
| Octal | 202 | 0 | 377 | 61 | 144 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000010 | 0 | 11111111 | 110001 | 1100100 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8200FF
Complementary color
Monochromatic Colors of #8200FF
Black with #8200FF
Text Example
Text Example
White with #8200FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8200FF; }
p { color: rgb(130,0,255); }
H1.HeaderClassName
{
color: #8200FF;
}
.AnyTagClassName
{
color: #8200FF;
}
</style>
background-color css
<style>
a { background-color: #8200FF; }
a { background-color: rgb(130,0,255); }
div.DivClassName
{
background-color: #8200FF;
}
.BgClassName
{
background-color: #8200FF;
}
</style>
border-color css
<style>
span { border-color: #8200FF; }
span { border-color: rgb(130,0,255); }
td.TdClassName
{
border-color: #8200FF;
}
.TagClassName
{
border-color: #8200FF;
}
</style>