Shades of Electric Indigo #9007FE
Tints of Electric Indigo #9007FE
RGB
CMYK
RGB Variations
Color information
#9007FE (or 0x9007FE) is known color: Electric Indigo. HEX triplet: 90, 07 and FE. RGB value is (144,7,254). Sum of RGB (Red+Green+Blue) = 144+7+254=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 7 (3.12% from 255 or 1.73% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #9007FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9007FE is #6FF801. Grayscale: #4B4B4B. Windows color (decimal): -7337986 or 16648080. OLE color: 16648080.
HSL color Cylindrical-coordinate representation of color #9007FE: hue angle of 273.28º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007FE is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 7 | 254 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.00 |
| HSL | 273.28º | 0.99% | 0.51% | - |
| HSV(B) | 273.28º | 0.97% | 1% | - |
| XYZ | 29.47 | 13.24 | 94.77 | - |
| YUV | 76.12 | 228.39 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 254 | 0.43 | 0.97 | 0 | 0.00 | 273.28 | 0.99 | 0.51 |
| Hex | 90 | 7 | FE | 2B | 61 | 0 | 0 | 111 | 63 | 33 |
| Octal | 220 | 7 | 376 | 53 | 141 | 0 | 0 | 421 | 143 | 63 |
| Binary | 10010000 | 111 | 11111110 | 101011 | 1100001 | 0 | 0 | 100010001 | 1100011 | 110011 |
Color Harmonies of #9007FE
Complementary color
Monochromatic Colors of #9007FE
Black with #9007FE
Text Example
Text Example
White with #9007FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007FE; }
p { color: rgb(144,7,254); }
H1.HeaderClassName
{
color: #9007FE;
}
.AnyTagClassName
{
color: #9007FE;
}
</style>
background-color css
<style>
a { background-color: #9007FE; }
a { background-color: rgb(144,7,254); }
div.DivClassName
{
background-color: #9007FE;
}
.BgClassName
{
background-color: #9007FE;
}
</style>
border-color css
<style>
span { border-color: #9007FE; }
span { border-color: rgb(144,7,254); }
td.TdClassName
{
border-color: #9007FE;
}
.TagClassName
{
border-color: #9007FE;
}
</style>