Shades of Electric Indigo #9004FE
Tints of Electric Indigo #9004FE
RGB
CMYK
RGB Variations
Color information
#9004FE (or 0x9004FE) is known color: Electric Indigo. HEX triplet: 90, 04 and FE. RGB value is (144,4,254). Sum of RGB (Red+Green+Blue) = 144+4+254=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 4 (1.95% from 255 or 1.00% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #9004FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9004FE is #6FFB01. Grayscale: #494949. Windows color (decimal): -7338754 or 16647312. OLE color: 16647312.
HSL color Cylindrical-coordinate representation of color #9004FE: hue angle of 273.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004FE is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 4 | 254 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.00 |
| HSL | 273.6º | 0.99% | 0.51% | - |
| HSV(B) | 273.6º | 0.98% | 1% | - |
| XYZ | 29.43 | 13.17 | 94.76 | - |
| YUV | 74.36 | 229.38 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 254 | 0.43 | 0.98 | 0 | 0.00 | 273.6 | 0.99 | 0.51 |
| Hex | 90 | 4 | FE | 2B | 62 | 0 | 0 | 112 | 63 | 33 |
| Octal | 220 | 4 | 376 | 53 | 142 | 0 | 0 | 422 | 143 | 63 |
| Binary | 10010000 | 100 | 11111110 | 101011 | 1100010 | 0 | 0 | 100010010 | 1100011 | 110011 |
Color Harmonies of #9004FE
Complementary color
Monochromatic Colors of #9004FE
Black with #9004FE
Text Example
Text Example
White with #9004FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004FE; }
p { color: rgb(144,4,254); }
H1.HeaderClassName
{
color: #9004FE;
}
.AnyTagClassName
{
color: #9004FE;
}
</style>
background-color css
<style>
a { background-color: #9004FE; }
a { background-color: rgb(144,4,254); }
div.DivClassName
{
background-color: #9004FE;
}
.BgClassName
{
background-color: #9004FE;
}
</style>
border-color css
<style>
span { border-color: #9004FE; }
span { border-color: rgb(144,4,254); }
td.TdClassName
{
border-color: #9004FE;
}
.TagClassName
{
border-color: #9004FE;
}
</style>