Shades of Electric Indigo #8908FF
Tints of Electric Indigo #8908FF
RGB
CMYK
RGB Variations
Color information
#8908FF (or 0x8908FF) is known color: Electric Indigo. HEX triplet: 89, 08 and FF. RGB value is (137,8,255). Sum of RGB (Red+Green+Blue) = 137+8+255=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 8 (3.52% from 255 or 2% 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 #8908FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8908FF is #76F700. Grayscale: #494949. Windows color (decimal): -7796481 or 16713865. OLE color: 16713865.
HSL color Cylindrical-coordinate representation of color #8908FF: hue angle of 271.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8908FF is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 8 | 255 | - |
| CMYK | 0.46 | 0.97 | 0 | 0 |
| HSL | 271.34º | 1% | 0.52% | - |
| HSV(B) | 271.34º | 0.97% | 1% | - |
| XYZ | 28.45 | 12.71 | 95.56 | - |
| YUV | 74.73 | 229.74 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 255 | 0.46 | 0.97 | 0 | 0 | 271.34 | 1 | 0.52 |
| Hex | 89 | 8 | FF | 2E | 61 | 0 | 0 | 10F | 64 | 34 |
| Octal | 211 | 10 | 377 | 56 | 141 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001001 | 1000 | 11111111 | 101110 | 1100001 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #8908FF
Complementary color
Monochromatic Colors of #8908FF
Black with #8908FF
Text Example
Text Example
White with #8908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8908FF; }
p { color: rgb(137,8,255); }
H1.HeaderClassName
{
color: #8908FF;
}
.AnyTagClassName
{
color: #8908FF;
}
</style>
background-color css
<style>
a { background-color: #8908FF; }
a { background-color: rgb(137,8,255); }
div.DivClassName
{
background-color: #8908FF;
}
.BgClassName
{
background-color: #8908FF;
}
</style>
border-color css
<style>
span { border-color: #8908FF; }
span { border-color: rgb(137,8,255); }
td.TdClassName
{
border-color: #8908FF;
}
.TagClassName
{
border-color: #8908FF;
}
</style>