Shades of Eggplant #900472
Tints of Eggplant #900472
RGB
CMYK
RGB Variations
Color information
#900472 (or 0x900472) is known color: Eggplant. HEX triplet: 90, 04 and 72. RGB value is (144,4,114). Sum of RGB (Red+Green+Blue) = 144+4+114=262 (34% of max value = 765). Red value is 144 (56.64% from 255 or 54.96% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 144 - color contains mainly: red. Hex color #900472 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900472 is #6FFB8D. Grayscale: #3A3A3A. Windows color (decimal): -7338894 or 7472272. OLE color: 7472272.
HSL color Cylindrical-coordinate representation of color #900472: hue angle of 312.86º 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 #900472 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 114 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.44 |
| HSL | 312.86º | 0.95% | 0.29% | - |
| HSV(B) | 312.86º | 0.97% | 0.56% | - |
| XYZ | 14.58 | 7.23 | 16.55 | - |
| YUV | 58.4 | 159.38 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 114 | 0 | 0.97 | 0.21 | 0.44 | 312.86 | 0.95 | 0.29 |
| Hex | 90 | 4 | 72 | 0 | 61 | 15 | 2C | 139 | 5F | 1D |
| Octal | 220 | 4 | 162 | 0 | 141 | 25 | 54 | 471 | 137 | 35 |
| Binary | 10010000 | 100 | 1110010 | 0 | 1100001 | 10101 | 101100 | 100111001 | 1011111 | 11101 |
Color Harmonies of #900472
Complementary color
Monochromatic Colors of #900472
Black with #900472
Text Example
Text Example
White with #900472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900472; }
p { color: rgb(144,4,114); }
H1.HeaderClassName
{
color: #900472;
}
.AnyTagClassName
{
color: #900472;
}
</style>
background-color css
<style>
a { background-color: #900472; }
a { background-color: rgb(144,4,114); }
div.DivClassName
{
background-color: #900472;
}
.BgClassName
{
background-color: #900472;
}
</style>
border-color css
<style>
span { border-color: #900472; }
span { border-color: rgb(144,4,114); }
td.TdClassName
{
border-color: #900472;
}
.TagClassName
{
border-color: #900472;
}
</style>