Shades of Eggplant #90045D
Tints of Eggplant #90045D
RGB
CMYK
RGB Variations
Color information
#90045D (or 0x90045D) is known color: Eggplant. HEX triplet: 90, 04 and 5D. RGB value is (144,4,93). Sum of RGB (Red+Green+Blue) = 144+4+93=241 (31% of max value = 765). Red value is 144 (56.64% from 255 or 59.75% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 144 - color contains mainly: red. Hex color #90045D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90045D is #6FFBA2. Grayscale: #373737. Windows color (decimal): -7338915 or 6096016. OLE color: 6096016.
HSL color Cylindrical-coordinate representation of color #90045D: hue angle of 321.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 #90045D is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 93 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.44 |
| HSL | 321.86º | 0.95% | 0.29% | - |
| HSV(B) | 321.86º | 0.97% | 0.56% | - |
| XYZ | 13.52 | 6.81 | 10.96 | - |
| YUV | 56.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 93 | 0 | 0.97 | 0.35 | 0.44 | 321.86 | 0.95 | 0.29 |
| Hex | 90 | 4 | 5D | 0 | 61 | 23 | 2C | 142 | 5F | 1D |
| Octal | 220 | 4 | 135 | 0 | 141 | 43 | 54 | 502 | 137 | 35 |
| Binary | 10010000 | 100 | 1011101 | 0 | 1100001 | 100011 | 101100 | 101000010 | 1011111 | 11101 |
Color Harmonies of #90045D
Complementary color
Monochromatic Colors of #90045D
Black with #90045D
Text Example
Text Example
White with #90045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90045D; }
p { color: rgb(144,4,93); }
H1.HeaderClassName
{
color: #90045D;
}
.AnyTagClassName
{
color: #90045D;
}
</style>
background-color css
<style>
a { background-color: #90045D; }
a { background-color: rgb(144,4,93); }
div.DivClassName
{
background-color: #90045D;
}
.BgClassName
{
background-color: #90045D;
}
</style>
border-color css
<style>
span { border-color: #90045D; }
span { border-color: rgb(144,4,93); }
td.TdClassName
{
border-color: #90045D;
}
.TagClassName
{
border-color: #90045D;
}
</style>