Shades of Electric Indigo #8908F8
Tints of Electric Indigo #8908F8
RGB
CMYK
RGB Variations
Color information
#8908F8 (or 0x8908F8) is known color: Electric Indigo. HEX triplet: 89, 08 and F8. RGB value is (137,8,248). Sum of RGB (Red+Green+Blue) = 137+8+248=393 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.86% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 248 (97.27% from 255 or 63.10% from 393); Max value from RGB is 248 - color contains mainly: blue. Hex color #8908F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8908F8 is #76F707. Grayscale: #494949. Windows color (decimal): -7796488 or 16255113. OLE color: 16255113.
HSL color Cylindrical-coordinate representation of color #8908F8: hue angle of 272.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8908F8 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 137 | 8 | 248 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.03 |
| HSL | 272.25º | 0.94% | 0.5% | - |
| HSV(B) | 272.25º | 0.97% | 0.97% | - |
| XYZ | 27.35 | 12.27 | 89.73 | - |
| YUV | 73.93 | 226.24 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 248 | 0.45 | 0.97 | 0 | 0.03 | 272.25 | 0.94 | 0.5 |
| Hex | 89 | 8 | F8 | 2D | 61 | 0 | 3 | 110 | 5E | 32 |
| Octal | 211 | 10 | 370 | 55 | 141 | 0 | 3 | 420 | 136 | 62 |
| Binary | 10001001 | 1000 | 11111000 | 101101 | 1100001 | 0 | 11 | 100010000 | 1011110 | 110010 |
Color Harmonies of #8908F8
Complementary color
Monochromatic Colors of #8908F8
Black with #8908F8
Text Example
Text Example
White with #8908F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8908F8; }
p { color: rgb(137,8,248); }
H1.HeaderClassName
{
color: #8908F8;
}
.AnyTagClassName
{
color: #8908F8;
}
</style>
background-color css
<style>
a { background-color: #8908F8; }
a { background-color: rgb(137,8,248); }
div.DivClassName
{
background-color: #8908F8;
}
.BgClassName
{
background-color: #8908F8;
}
</style>
border-color css
<style>
span { border-color: #8908F8; }
span { border-color: rgb(137,8,248); }
td.TdClassName
{
border-color: #8908F8;
}
.TagClassName
{
border-color: #8908F8;
}
</style>