Shades of Electric Indigo #8809FF
Tints of Electric Indigo #8809FF
RGB
CMYK
RGB Variations
Color information
#8809FF (or 0x8809FF) is known color: Electric Indigo. HEX triplet: 88, 09 and FF. RGB value is (136,9,255). Sum of RGB (Red+Green+Blue) = 136+9+255=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 255 (100% from 255 or 63.75% from 400); Max value from RGB is 255 - color contains mainly: blue. Hex color #8809FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8809FF is #77F600. Grayscale: #4A4A4A. Windows color (decimal): -7861761 or 16714120. OLE color: 16714120.
HSL color Cylindrical-coordinate representation of color #8809FF: hue angle of 270.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8809FF is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 9 | 255 | - |
| CMYK | 0.47 | 0.96 | 0 | 0 |
| HSL | 270.98º | 1% | 0.52% | - |
| HSV(B) | 270.98º | 0.96% | 1% | - |
| XYZ | 28.3 | 12.65 | 95.56 | - |
| YUV | 75.02 | 229.58 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 255 | 0.47 | 0.96 | 0 | 0 | 270.98 | 1 | 0.52 |
| Hex | 88 | 9 | FF | 2F | 60 | 0 | 0 | 10F | 64 | 34 |
| Octal | 210 | 11 | 377 | 57 | 140 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001000 | 1001 | 11111111 | 101111 | 1100000 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #8809FF
Complementary color
Monochromatic Colors of #8809FF
Black with #8809FF
Text Example
Text Example
White with #8809FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8809FF; }
p { color: rgb(136,9,255); }
H1.HeaderClassName
{
color: #8809FF;
}
.AnyTagClassName
{
color: #8809FF;
}
</style>
background-color css
<style>
a { background-color: #8809FF; }
a { background-color: rgb(136,9,255); }
div.DivClassName
{
background-color: #8809FF;
}
.BgClassName
{
background-color: #8809FF;
}
</style>
border-color css
<style>
span { border-color: #8809FF; }
span { border-color: rgb(136,9,255); }
td.TdClassName
{
border-color: #8809FF;
}
.TagClassName
{
border-color: #8809FF;
}
</style>