Shades of Electric Indigo #8906FF
Tints of Electric Indigo #8906FF
RGB
CMYK
RGB Variations
Color information
#8906FF (or 0x8906FF) is known color: Electric Indigo. HEX triplet: 89, 06 and FF. RGB value is (137,6,255). Sum of RGB (Red+Green+Blue) = 137+6+255=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #8906FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8906FF is #76F900. Grayscale: #484848. Windows color (decimal): -7796993 or 16713353. OLE color: 16713353.
HSL color Cylindrical-coordinate representation of color #8906FF: hue angle of 271.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8906FF is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 6 | 255 | - |
| CMYK | 0.46 | 0.98 | 0 | 0 |
| HSL | 271.57º | 1% | 0.51% | - |
| HSV(B) | 271.57º | 0.98% | 1% | - |
| XYZ | 28.43 | 12.67 | 95.55 | - |
| YUV | 73.56 | 230.4 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 255 | 0.46 | 0.98 | 0 | 0 | 271.57 | 1 | 0.51 |
| Hex | 89 | 6 | FF | 2E | 62 | 0 | 0 | 110 | 64 | 33 |
| Octal | 211 | 6 | 377 | 56 | 142 | 0 | 0 | 420 | 144 | 63 |
| Binary | 10001001 | 110 | 11111111 | 101110 | 1100010 | 0 | 0 | 100010000 | 1100100 | 110011 |
Color Harmonies of #8906FF
Complementary color
Monochromatic Colors of #8906FF
Black with #8906FF
Text Example
Text Example
White with #8906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8906FF; }
p { color: rgb(137,6,255); }
H1.HeaderClassName
{
color: #8906FF;
}
.AnyTagClassName
{
color: #8906FF;
}
</style>
background-color css
<style>
a { background-color: #8906FF; }
a { background-color: rgb(137,6,255); }
div.DivClassName
{
background-color: #8906FF;
}
.BgClassName
{
background-color: #8906FF;
}
</style>
border-color css
<style>
span { border-color: #8906FF; }
span { border-color: rgb(137,6,255); }
td.TdClassName
{
border-color: #8906FF;
}
.TagClassName
{
border-color: #8906FF;
}
</style>