Shades of Electric Indigo #8901FB
Tints of Electric Indigo #8901FB
RGB
CMYK
RGB Variations
Color information
#8901FB (or 0x8901FB) is known color: Electric Indigo. HEX triplet: 89, 01 and FB. RGB value is (137,1,251). Sum of RGB (Red+Green+Blue) = 137+1+251=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #8901FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8901FB is #76FE04. Grayscale: #454545. Windows color (decimal): -7798277 or 16449929. OLE color: 16449929.
HSL color Cylindrical-coordinate representation of color #8901FB: hue angle of 272.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8901FB is Cyan = 0.45, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 137 | 1 | 251 | - |
| CMYK | 0.45 | 1.00 | 0 | 0.02 |
| HSL | 272.64º | 0.99% | 0.49% | - |
| HSV(B) | 272.64º | 1% | 0.98% | - |
| XYZ | 27.74 | 12.31 | 92.18 | - |
| YUV | 70.16 | 230.06 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 251 | 0.45 | 1.00 | 0 | 0.02 | 272.64 | 0.99 | 0.49 |
| Hex | 89 | 1 | FB | 2D | 64 | 0 | 2 | 111 | 63 | 31 |
| Octal | 211 | 1 | 373 | 55 | 144 | 0 | 2 | 421 | 143 | 61 |
| Binary | 10001001 | 1 | 11111011 | 101101 | 1100100 | 0 | 10 | 100010001 | 1100011 | 110001 |
Color Harmonies of #8901FB
Complementary color
Monochromatic Colors of #8901FB
Black with #8901FB
Text Example
Text Example
White with #8901FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8901FB; }
p { color: rgb(137,1,251); }
H1.HeaderClassName
{
color: #8901FB;
}
.AnyTagClassName
{
color: #8901FB;
}
</style>
background-color css
<style>
a { background-color: #8901FB; }
a { background-color: rgb(137,1,251); }
div.DivClassName
{
background-color: #8901FB;
}
.BgClassName
{
background-color: #8901FB;
}
</style>
border-color css
<style>
span { border-color: #8901FB; }
span { border-color: rgb(137,1,251); }
td.TdClassName
{
border-color: #8901FB;
}
.TagClassName
{
border-color: #8901FB;
}
</style>