Shades of Electric Indigo #8006FF
Tints of Electric Indigo #8006FF
RGB
CMYK
RGB Variations
Color information
#8006FF (or 0x8006FF) is known color: Electric Indigo. HEX triplet: 80, 06 and FF. RGB value is (128,6,255). Sum of RGB (Red+Green+Blue) = 128+6+255=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 255 (100% from 255 or 65.55% from 389); Max value from RGB is 255 - color contains mainly: blue. Hex color #8006FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8006FF is #7FF900. Grayscale: #454545. Windows color (decimal): -8386817 or 16713344. OLE color: 16713344.
HSL color Cylindrical-coordinate representation of color #8006FF: hue angle of 269.4º 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 #8006FF is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 6 | 255 | - |
| CMYK | 0.50 | 0.98 | 0 | 0 |
| HSL | 269.4º | 1% | 0.51% | - |
| HSV(B) | 269.4º | 0.98% | 1% | - |
| XYZ | 27.02 | 11.94 | 95.49 | - |
| YUV | 70.86 | 231.92 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 255 | 0.50 | 0.98 | 0 | 0 | 269.4 | 1 | 0.51 |
| Hex | 80 | 6 | FF | 32 | 62 | 0 | 0 | 10D | 64 | 33 |
| Octal | 200 | 6 | 377 | 62 | 142 | 0 | 0 | 415 | 144 | 63 |
| Binary | 10000000 | 110 | 11111111 | 110010 | 1100010 | 0 | 0 | 100001101 | 1100100 | 110011 |
Color Harmonies of #8006FF
Complementary color
Monochromatic Colors of #8006FF
Black with #8006FF
Text Example
Text Example
White with #8006FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8006FF; }
p { color: rgb(128,6,255); }
H1.HeaderClassName
{
color: #8006FF;
}
.AnyTagClassName
{
color: #8006FF;
}
</style>
background-color css
<style>
a { background-color: #8006FF; }
a { background-color: rgb(128,6,255); }
div.DivClassName
{
background-color: #8006FF;
}
.BgClassName
{
background-color: #8006FF;
}
</style>
border-color css
<style>
span { border-color: #8006FF; }
span { border-color: rgb(128,6,255); }
td.TdClassName
{
border-color: #8006FF;
}
.TagClassName
{
border-color: #8006FF;
}
</style>