Shades of Electric Indigo #9000FE
Tints of Electric Indigo #9000FE
RGB
CMYK
RGB Variations
Color information
#9000FE (or 0x9000FE) is known color: Electric Indigo. HEX triplet: 90, 00 and FE. RGB value is (144,0,254). Sum of RGB (Red+Green+Blue) = 144+0+254=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #9000FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9000FE is #6FFF01. Grayscale: #474747. Windows color (decimal): -7339778 or 16646288. OLE color: 16646288.
HSL color Cylindrical-coordinate representation of color #9000FE: hue angle of 274.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000FE is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 0 | 254 | - |
| CMYK | 0.43 | 1 | 0 | 0.00 |
| HSL | 274.02º | 1% | 0.5% | - |
| HSV(B) | 274.02º | 1% | 1% | - |
| XYZ | 29.39 | 13.09 | 94.74 | - |
| YUV | 72.01 | 230.71 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 254 | 0.43 | 1 | 0 | 0.00 | 274.02 | 1 | 0.5 |
| Hex | 90 | 0 | FE | 2B | 64 | 0 | 0 | 112 | 64 | 32 |
| Octal | 220 | 0 | 376 | 53 | 144 | 0 | 0 | 422 | 144 | 62 |
| Binary | 10010000 | 0 | 11111110 | 101011 | 1100100 | 0 | 0 | 100010010 | 1100100 | 110010 |
Color Harmonies of #9000FE
Complementary color
Monochromatic Colors of #9000FE
Black with #9000FE
Text Example
Text Example
White with #9000FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000FE; }
p { color: rgb(144,0,254); }
H1.HeaderClassName
{
color: #9000FE;
}
.AnyTagClassName
{
color: #9000FE;
}
</style>
background-color css
<style>
a { background-color: #9000FE; }
a { background-color: rgb(144,0,254); }
div.DivClassName
{
background-color: #9000FE;
}
.BgClassName
{
background-color: #9000FE;
}
</style>
border-color css
<style>
span { border-color: #9000FE; }
span { border-color: rgb(144,0,254); }
td.TdClassName
{
border-color: #9000FE;
}
.TagClassName
{
border-color: #9000FE;
}
</style>