Shades of Eggplant #900473
Tints of Eggplant #900473
RGB
CMYK
RGB Variations
Color information
#900473 (or 0x900473) is known color: Eggplant. HEX triplet: 90, 04 and 73. RGB value is (144,4,115). Sum of RGB (Red+Green+Blue) = 144+4+115=263 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.75% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 144 - color contains mainly: red. Hex color #900473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900473 is #6FFB8C. Grayscale: #3A3A3A. Windows color (decimal): -7338893 or 7537808. OLE color: 7537808.
HSL color Cylindrical-coordinate representation of color #900473: hue angle of 312.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900473 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 115 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.44 |
| HSL | 312.43º | 0.95% | 0.29% | - |
| HSV(B) | 312.43º | 0.97% | 0.56% | - |
| XYZ | 14.64 | 7.25 | 16.85 | - |
| YUV | 58.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 115 | 0 | 0.97 | 0.20 | 0.44 | 312.43 | 0.95 | 0.29 |
| Hex | 90 | 4 | 73 | 0 | 61 | 14 | 2C | 138 | 5F | 1D |
| Octal | 220 | 4 | 163 | 0 | 141 | 24 | 54 | 470 | 137 | 35 |
| Binary | 10010000 | 100 | 1110011 | 0 | 1100001 | 10100 | 101100 | 100111000 | 1011111 | 11101 |
Color Harmonies of #900473
Complementary color
Monochromatic Colors of #900473
Black with #900473
Text Example
Text Example
White with #900473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900473; }
p { color: rgb(144,4,115); }
H1.HeaderClassName
{
color: #900473;
}
.AnyTagClassName
{
color: #900473;
}
</style>
background-color css
<style>
a { background-color: #900473; }
a { background-color: rgb(144,4,115); }
div.DivClassName
{
background-color: #900473;
}
.BgClassName
{
background-color: #900473;
}
</style>
border-color css
<style>
span { border-color: #900473; }
span { border-color: rgb(144,4,115); }
td.TdClassName
{
border-color: #900473;
}
.TagClassName
{
border-color: #900473;
}
</style>