Shades of Electric Indigo #9006FF
Tints of Electric Indigo #9006FF
RGB
CMYK
RGB Variations
Color information
#9006FF (or 0x9006FF) is known color: Electric Indigo. HEX triplet: 90, 06 and FF. RGB value is (144,6,255). Sum of RGB (Red+Green+Blue) = 144+6+255=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 6 (2.73% from 255 or 1.48% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #9006FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006FF is #6FF900. Grayscale: #4A4A4A. Windows color (decimal): -7338241 or 16713360. OLE color: 16713360.
HSL color Cylindrical-coordinate representation of color #9006FF: hue angle of 273.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9006FF is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 6 | 255 | - |
| CMYK | 0.44 | 0.98 | 0 | 0 |
| HSL | 273.25º | 1% | 0.51% | - |
| HSV(B) | 273.25º | 0.98% | 1% | - |
| XYZ | 29.62 | 13.28 | 95.61 | - |
| YUV | 75.65 | 229.22 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 255 | 0.44 | 0.98 | 0 | 0 | 273.25 | 1 | 0.51 |
| Hex | 90 | 6 | FF | 2C | 62 | 0 | 0 | 111 | 64 | 33 |
| Octal | 220 | 6 | 377 | 54 | 142 | 0 | 0 | 421 | 144 | 63 |
| Binary | 10010000 | 110 | 11111111 | 101100 | 1100010 | 0 | 0 | 100010001 | 1100100 | 110011 |
Color Harmonies of #9006FF
Complementary color
Monochromatic Colors of #9006FF
Black with #9006FF
Text Example
Text Example
White with #9006FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006FF; }
p { color: rgb(144,6,255); }
H1.HeaderClassName
{
color: #9006FF;
}
.AnyTagClassName
{
color: #9006FF;
}
</style>
background-color css
<style>
a { background-color: #9006FF; }
a { background-color: rgb(144,6,255); }
div.DivClassName
{
background-color: #9006FF;
}
.BgClassName
{
background-color: #9006FF;
}
</style>
border-color css
<style>
span { border-color: #9006FF; }
span { border-color: rgb(144,6,255); }
td.TdClassName
{
border-color: #9006FF;
}
.TagClassName
{
border-color: #9006FF;
}
</style>