Shades of Eggplant #90085A
Tints of Eggplant #90085A
RGB
CMYK
RGB Variations
Color information
#90085A (or 0x90085A) is known color: Eggplant. HEX triplet: 90, 08 and 5A. RGB value is (144,8,90). Sum of RGB (Red+Green+Blue) = 144+8+90=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #90085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90085A is #6FF7A5. Grayscale: #393939. Windows color (decimal): -7337894 or 5900432. OLE color: 5900432.
HSL color Cylindrical-coordinate representation of color #90085A: hue angle of 323.82º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90085A is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 90 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.44 |
| HSL | 323.82º | 0.89% | 0.3% | - |
| HSV(B) | 323.82º | 0.94% | 0.56% | - |
| XYZ | 13.43 | 6.84 | 10.29 | - |
| YUV | 58.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 90 | 0 | 0.94 | 0.37 | 0.44 | 323.82 | 0.89 | 0.3 |
| Hex | 90 | 8 | 5A | 0 | 5E | 25 | 2C | 144 | 59 | 1E |
| Octal | 220 | 10 | 132 | 0 | 136 | 45 | 54 | 504 | 131 | 36 |
| Binary | 10010000 | 1000 | 1011010 | 0 | 1011110 | 100101 | 101100 | 101000100 | 1011001 | 11110 |
Color Harmonies of #90085A
Complementary color
Monochromatic Colors of #90085A
Black with #90085A
Text Example
Text Example
White with #90085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90085A; }
p { color: rgb(144,8,90); }
H1.HeaderClassName
{
color: #90085A;
}
.AnyTagClassName
{
color: #90085A;
}
</style>
background-color css
<style>
a { background-color: #90085A; }
a { background-color: rgb(144,8,90); }
div.DivClassName
{
background-color: #90085A;
}
.BgClassName
{
background-color: #90085A;
}
</style>
border-color css
<style>
span { border-color: #90085A; }
span { border-color: rgb(144,8,90); }
td.TdClassName
{
border-color: #90085A;
}
.TagClassName
{
border-color: #90085A;
}
</style>