Shades of Electric Indigo #800FF8
Tints of Electric Indigo #800FF8
RGB
CMYK
RGB Variations
Color information
#800FF8 (or 0x800FF8) is known color: Electric Indigo. HEX triplet: 80, 0F and F8. RGB value is (128,15,248). Sum of RGB (Red+Green+Blue) = 128+15+248=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #800FF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800FF8 is #7FF007. Grayscale: #4A4A4A. Windows color (decimal): -8384520 or 16256896. OLE color: 16256896.
HSL color Cylindrical-coordinate representation of color #800FF8: hue angle of 269.1º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800FF8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 15 | 248 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.03 |
| HSL | 269.1º | 0.94% | 0.52% | - |
| HSV(B) | 269.1º | 0.94% | 0.97% | - |
| XYZ | 26.02 | 11.71 | 89.7 | - |
| YUV | 75.35 | 225.44 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 248 | 0.48 | 0.94 | 0 | 0.03 | 269.1 | 0.94 | 0.52 |
| Hex | 80 | F | F8 | 30 | 5E | 0 | 3 | 10D | 5E | 34 |
| Octal | 200 | 17 | 370 | 60 | 136 | 0 | 3 | 415 | 136 | 64 |
| Binary | 10000000 | 1111 | 11111000 | 110000 | 1011110 | 0 | 11 | 100001101 | 1011110 | 110100 |
Color Harmonies of #800FF8
Complementary color
Monochromatic Colors of #800FF8
Black with #800FF8
Text Example
Text Example
White with #800FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800FF8; }
p { color: rgb(128,15,248); }
H1.HeaderClassName
{
color: #800FF8;
}
.AnyTagClassName
{
color: #800FF8;
}
</style>
background-color css
<style>
a { background-color: #800FF8; }
a { background-color: rgb(128,15,248); }
div.DivClassName
{
background-color: #800FF8;
}
.BgClassName
{
background-color: #800FF8;
}
</style>
border-color css
<style>
span { border-color: #800FF8; }
span { border-color: rgb(128,15,248); }
td.TdClassName
{
border-color: #800FF8;
}
.TagClassName
{
border-color: #800FF8;
}
</style>