Shades of Electric Indigo #9003FE
Tints of Electric Indigo #9003FE
RGB
CMYK
RGB Variations
Color information
#9003FE (or 0x9003FE) is known color: Electric Indigo. HEX triplet: 90, 03 and FE. RGB value is (144,3,254). Sum of RGB (Red+Green+Blue) = 144+3+254=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #9003FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9003FE is #6FFC01. Grayscale: #484848. Windows color (decimal): -7339010 or 16647056. OLE color: 16647056.
HSL color Cylindrical-coordinate representation of color #9003FE: hue angle of 273.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9003FE is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 3 | 254 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.00 |
| HSL | 273.71º | 0.99% | 0.5% | - |
| HSV(B) | 273.71º | 0.99% | 1% | - |
| XYZ | 29.42 | 13.15 | 94.75 | - |
| YUV | 73.77 | 229.71 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 254 | 0.43 | 0.99 | 0 | 0.00 | 273.71 | 0.99 | 0.5 |
| Hex | 90 | 3 | FE | 2B | 63 | 0 | 0 | 112 | 63 | 32 |
| Octal | 220 | 3 | 376 | 53 | 143 | 0 | 0 | 422 | 143 | 62 |
| Binary | 10010000 | 11 | 11111110 | 101011 | 1100011 | 0 | 0 | 100010010 | 1100011 | 110010 |
Color Harmonies of #9003FE
Complementary color
Monochromatic Colors of #9003FE
Black with #9003FE
Text Example
Text Example
White with #9003FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9003FE; }
p { color: rgb(144,3,254); }
H1.HeaderClassName
{
color: #9003FE;
}
.AnyTagClassName
{
color: #9003FE;
}
</style>
background-color css
<style>
a { background-color: #9003FE; }
a { background-color: rgb(144,3,254); }
div.DivClassName
{
background-color: #9003FE;
}
.BgClassName
{
background-color: #9003FE;
}
</style>
border-color css
<style>
span { border-color: #9003FE; }
span { border-color: rgb(144,3,254); }
td.TdClassName
{
border-color: #9003FE;
}
.TagClassName
{
border-color: #9003FE;
}
</style>