Shades of Eggplant #90045C
Tints of Eggplant #90045C
RGB
CMYK
RGB Variations
Color information
#90045C (or 0x90045C) is known color: Eggplant. HEX triplet: 90, 04 and 5C. RGB value is (144,4,92). Sum of RGB (Red+Green+Blue) = 144+4+92=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #90045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90045C is #6FFBA3. Grayscale: #373737. Windows color (decimal): -7338916 or 6030480. OLE color: 6030480.
HSL color Cylindrical-coordinate representation of color #90045C: hue angle of 322.29º 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 #90045C is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.44 |
| HSL | 322.29º | 0.95% | 0.29% | - |
| HSV(B) | 322.29º | 0.97% | 0.56% | - |
| XYZ | 13.48 | 6.79 | 10.73 | - |
| YUV | 55.89 | 148.38 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 92 | 0 | 0.97 | 0.36 | 0.44 | 322.29 | 0.95 | 0.29 |
| Hex | 90 | 4 | 5C | 0 | 61 | 24 | 2C | 142 | 5F | 1D |
| Octal | 220 | 4 | 134 | 0 | 141 | 44 | 54 | 502 | 137 | 35 |
| Binary | 10010000 | 100 | 1011100 | 0 | 1100001 | 100100 | 101100 | 101000010 | 1011111 | 11101 |
Color Harmonies of #90045C
Complementary color
Monochromatic Colors of #90045C
Black with #90045C
Text Example
Text Example
White with #90045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90045C; }
p { color: rgb(144,4,92); }
H1.HeaderClassName
{
color: #90045C;
}
.AnyTagClassName
{
color: #90045C;
}
</style>
background-color css
<style>
a { background-color: #90045C; }
a { background-color: rgb(144,4,92); }
div.DivClassName
{
background-color: #90045C;
}
.BgClassName
{
background-color: #90045C;
}
</style>
border-color css
<style>
span { border-color: #90045C; }
span { border-color: rgb(144,4,92); }
td.TdClassName
{
border-color: #90045C;
}
.TagClassName
{
border-color: #90045C;
}
</style>