Shades of Electric Indigo #880AF6
Tints of Electric Indigo #880AF6
RGB
CMYK
RGB Variations
Color information
#880AF6 (or 0x880AF6) is known color: Electric Indigo. HEX triplet: 88, 0A and F6. RGB value is (136,10,246). Sum of RGB (Red+Green+Blue) = 136+10+246=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 10 (4.30% from 255 or 2.55% from 392); Blue value is 246 (96.48% from 255 or 62.76% from 392); Max value from RGB is 246 - color contains mainly: blue. Hex color #880AF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AF6 is #77F509. Grayscale: #494949. Windows color (decimal): -7861514 or 16124552. OLE color: 16124552.
HSL color Cylindrical-coordinate representation of color #880AF6: hue angle of 272.03º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880AF6 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 10 | 246 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.04 |
| HSL | 272.03º | 0.93% | 0.5% | - |
| HSV(B) | 272.03º | 0.96% | 0.96% | - |
| XYZ | 26.9 | 12.11 | 88.11 | - |
| YUV | 74.58 | 224.74 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 246 | 0.45 | 0.96 | 0 | 0.04 | 272.03 | 0.93 | 0.5 |
| Hex | 88 | A | F6 | 2D | 60 | 0 | 4 | 110 | 5D | 32 |
| Octal | 210 | 12 | 366 | 55 | 140 | 0 | 4 | 420 | 135 | 62 |
| Binary | 10001000 | 1010 | 11110110 | 101101 | 1100000 | 0 | 100 | 100010000 | 1011101 | 110010 |
Color Harmonies of #880AF6
Complementary color
Monochromatic Colors of #880AF6
Black with #880AF6
Text Example
Text Example
White with #880AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AF6; }
p { color: rgb(136,10,246); }
H1.HeaderClassName
{
color: #880AF6;
}
.AnyTagClassName
{
color: #880AF6;
}
</style>
background-color css
<style>
a { background-color: #880AF6; }
a { background-color: rgb(136,10,246); }
div.DivClassName
{
background-color: #880AF6;
}
.BgClassName
{
background-color: #880AF6;
}
</style>
border-color css
<style>
span { border-color: #880AF6; }
span { border-color: rgb(136,10,246); }
td.TdClassName
{
border-color: #880AF6;
}
.TagClassName
{
border-color: #880AF6;
}
</style>