Shades of Electric Indigo #8901FC
Tints of Electric Indigo #8901FC
RGB
CMYK
RGB Variations
Color information
#8901FC (or 0x8901FC) is known color: Electric Indigo. HEX triplet: 89, 01 and FC. RGB value is (137,1,252). Sum of RGB (Red+Green+Blue) = 137+1+252=390 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.13% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #8901FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8901FC is #76FE03. Grayscale: #454545. Windows color (decimal): -7798276 or 16515465. OLE color: 16515465.
HSL color Cylindrical-coordinate representation of color #8901FC: hue angle of 272.51º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901FC is Cyan = 0.46, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 1 | 252 | - |
| CMYK | 0.46 | 1.00 | 0 | 0.01 |
| HSL | 272.51º | 0.99% | 0.5% | - |
| HSV(B) | 272.51º | 1% | 0.99% | - |
| XYZ | 27.9 | 12.37 | 93.01 | - |
| YUV | 70.28 | 230.56 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 252 | 0.46 | 1.00 | 0 | 0.01 | 272.51 | 0.99 | 0.5 |
| Hex | 89 | 1 | FC | 2E | 64 | 0 | 1 | 111 | 63 | 32 |
| Octal | 211 | 1 | 374 | 56 | 144 | 0 | 1 | 421 | 143 | 62 |
| Binary | 10001001 | 1 | 11111100 | 101110 | 1100100 | 0 | 1 | 100010001 | 1100011 | 110010 |
Color Harmonies of #8901FC
Complementary color
Monochromatic Colors of #8901FC
Black with #8901FC
Text Example
Text Example
White with #8901FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901FC; }
p { color: rgb(137,1,252); }
H1.HeaderClassName
{
color: #8901FC;
}
.AnyTagClassName
{
color: #8901FC;
}
</style>
background-color css
<style>
a { background-color: #8901FC; }
a { background-color: rgb(137,1,252); }
div.DivClassName
{
background-color: #8901FC;
}
.BgClassName
{
background-color: #8901FC;
}
</style>
border-color css
<style>
span { border-color: #8901FC; }
span { border-color: rgb(137,1,252); }
td.TdClassName
{
border-color: #8901FC;
}
.TagClassName
{
border-color: #8901FC;
}
</style>