Shades of Eggplant #90004D
Tints of Eggplant #90004D
RGB
CMYK
RGB Variations
Color information
#90004D (or 0x90004D) is known color: Eggplant. HEX triplet: 90, 00 and 4D. RGB value is (144,0,77). Sum of RGB (Red+Green+Blue) = 144+0+77=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #90004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90004D is #6FFFB2. Grayscale: #333333. Windows color (decimal): -7339955 or 5046416. OLE color: 5046416.
HSL color Cylindrical-coordinate representation of color #90004D: hue angle of 327.92º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90004D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.47 | 0.44 |
| HSL | 327.92º | 1% | 0.28% | - |
| HSV(B) | 327.92º | 1% | 0.56% | - |
| XYZ | 12.84 | 6.47 | 7.59 | - |
| YUV | 51.83 | 142.21 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 77 | 0 | 1 | 0.47 | 0.44 | 327.92 | 1 | 0.28 |
| Hex | 90 | 0 | 4D | 0 | 64 | 2F | 2C | 148 | 64 | 1C |
| Octal | 220 | 0 | 115 | 0 | 144 | 57 | 54 | 510 | 144 | 34 |
| Binary | 10010000 | 0 | 1001101 | 0 | 1100100 | 101111 | 101100 | 101001000 | 1100100 | 11100 |
Color Harmonies of #90004D
Complementary color
Monochromatic Colors of #90004D
Black with #90004D
Text Example
Text Example
White with #90004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90004D; }
p { color: rgb(144,0,77); }
H1.HeaderClassName
{
color: #90004D;
}
.AnyTagClassName
{
color: #90004D;
}
</style>
background-color css
<style>
a { background-color: #90004D; }
a { background-color: rgb(144,0,77); }
div.DivClassName
{
background-color: #90004D;
}
.BgClassName
{
background-color: #90004D;
}
</style>
border-color css
<style>
span { border-color: #90004D; }
span { border-color: rgb(144,0,77); }
td.TdClassName
{
border-color: #90004D;
}
.TagClassName
{
border-color: #90004D;
}
</style>