Shades of Electric Indigo #8909FF
Tints of Electric Indigo #8909FF
RGB
CMYK
RGB Variations
Color information
#8909FF (or 0x8909FF) is known color: Electric Indigo. HEX triplet: 89, 09 and FF. RGB value is (137,9,255). Sum of RGB (Red+Green+Blue) = 137+9+255=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #8909FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8909FF is #76F600. Grayscale: #4A4A4A. Windows color (decimal): -7796225 or 16714121. OLE color: 16714121.
HSL color Cylindrical-coordinate representation of color #8909FF: hue angle of 271.22º 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 #8909FF is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 9 | 255 | - |
| CMYK | 0.46 | 0.96 | 0 | 0 |
| HSL | 271.22º | 1% | 0.52% | - |
| HSV(B) | 271.22º | 0.96% | 1% | - |
| XYZ | 28.46 | 12.73 | 95.57 | - |
| YUV | 75.32 | 229.41 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 255 | 0.46 | 0.96 | 0 | 0 | 271.22 | 1 | 0.52 |
| Hex | 89 | 9 | FF | 2E | 60 | 0 | 0 | 10F | 64 | 34 |
| Octal | 211 | 11 | 377 | 56 | 140 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001001 | 1001 | 11111111 | 101110 | 1100000 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #8909FF
Complementary color
Monochromatic Colors of #8909FF
Black with #8909FF
Text Example
Text Example
White with #8909FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8909FF; }
p { color: rgb(137,9,255); }
H1.HeaderClassName
{
color: #8909FF;
}
.AnyTagClassName
{
color: #8909FF;
}
</style>
background-color css
<style>
a { background-color: #8909FF; }
a { background-color: rgb(137,9,255); }
div.DivClassName
{
background-color: #8909FF;
}
.BgClassName
{
background-color: #8909FF;
}
</style>
border-color css
<style>
span { border-color: #8909FF; }
span { border-color: rgb(137,9,255); }
td.TdClassName
{
border-color: #8909FF;
}
.TagClassName
{
border-color: #8909FF;
}
</style>