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