Shades of Eggplant #90004F
Tints of Eggplant #90004F
RGB
CMYK
RGB Variations
Color information
#90004F (or 0x90004F) is known color: Eggplant. HEX triplet: 90, 00 and 4F. RGB value is (144,0,79). Sum of RGB (Red+Green+Blue) = 144+0+79=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90004F is #6FFFB0. Grayscale: #333333. Windows color (decimal): -7339953 or 5177488. OLE color: 5177488.
HSL color Cylindrical-coordinate representation of color #90004F: hue angle of 327.08º 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 #90004F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.45 | 0.44 |
| HSL | 327.08º | 1% | 0.28% | - |
| HSV(B) | 327.08º | 1% | 0.56% | - |
| XYZ | 12.91 | 6.49 | 7.97 | - |
| YUV | 52.06 | 143.21 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 79 | 0 | 1 | 0.45 | 0.44 | 327.08 | 1 | 0.28 |
| Hex | 90 | 0 | 4F | 0 | 64 | 2D | 2C | 147 | 64 | 1C |
| Octal | 220 | 0 | 117 | 0 | 144 | 55 | 54 | 507 | 144 | 34 |
| Binary | 10010000 | 0 | 1001111 | 0 | 1100100 | 101101 | 101100 | 101000111 | 1100100 | 11100 |
Color Harmonies of #90004F
Complementary color
Monochromatic Colors of #90004F
Black with #90004F
Text Example
Text Example
White with #90004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90004F; }
p { color: rgb(144,0,79); }
H1.HeaderClassName
{
color: #90004F;
}
.AnyTagClassName
{
color: #90004F;
}
</style>
background-color css
<style>
a { background-color: #90004F; }
a { background-color: rgb(144,0,79); }
div.DivClassName
{
background-color: #90004F;
}
.BgClassName
{
background-color: #90004F;
}
</style>
border-color css
<style>
span { border-color: #90004F; }
span { border-color: rgb(144,0,79); }
td.TdClassName
{
border-color: #90004F;
}
.TagClassName
{
border-color: #90004F;
}
</style>