Shades of Eggplant #90005A
Tints of Eggplant #90005A
RGB
CMYK
RGB Variations
Color information
#90005A (or 0x90005A) is known color: Eggplant. HEX triplet: 90, 00 and 5A. RGB value is (144,0,90). Sum of RGB (Red+Green+Blue) = 144+0+90=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #90005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90005A is #6FFFA5. Grayscale: #353535. Windows color (decimal): -7339942 or 5898384. OLE color: 5898384.
HSL color Cylindrical-coordinate representation of color #90005A: hue angle of 322.5º 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 #90005A is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.37 | 0.44 |
| HSL | 322.5º | 1% | 0.28% | - |
| HSV(B) | 322.5º | 1% | 0.56% | - |
| XYZ | 13.35 | 6.67 | 10.26 | - |
| YUV | 53.32 | 148.71 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 90 | 0 | 1 | 0.37 | 0.44 | 322.5 | 1 | 0.28 |
| Hex | 90 | 0 | 5A | 0 | 64 | 25 | 2C | 142 | 64 | 1C |
| Octal | 220 | 0 | 132 | 0 | 144 | 45 | 54 | 502 | 144 | 34 |
| Binary | 10010000 | 0 | 1011010 | 0 | 1100100 | 100101 | 101100 | 101000010 | 1100100 | 11100 |
Color Harmonies of #90005A
Complementary color
Monochromatic Colors of #90005A
Black with #90005A
Text Example
Text Example
White with #90005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90005A; }
p { color: rgb(144,0,90); }
H1.HeaderClassName
{
color: #90005A;
}
.AnyTagClassName
{
color: #90005A;
}
</style>
background-color css
<style>
a { background-color: #90005A; }
a { background-color: rgb(144,0,90); }
div.DivClassName
{
background-color: #90005A;
}
.BgClassName
{
background-color: #90005A;
}
</style>
border-color css
<style>
span { border-color: #90005A; }
span { border-color: rgb(144,0,90); }
td.TdClassName
{
border-color: #90005A;
}
.TagClassName
{
border-color: #90005A;
}
</style>