Shades of Eggplant #90085C
Tints of Eggplant #90085C
RGB
CMYK
RGB Variations
Color information
#90085C (or 0x90085C) is known color: Eggplant. HEX triplet: 90, 08 and 5C. RGB value is (144,8,92). Sum of RGB (Red+Green+Blue) = 144+8+92=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90085C is #6FF7A3. Grayscale: #3A3A3A. Windows color (decimal): -7337892 or 6031504. OLE color: 6031504.
HSL color Cylindrical-coordinate representation of color #90085C: hue angle of 322.94º 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 #90085C is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 92 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.44 |
| HSL | 322.94º | 0.89% | 0.3% | - |
| HSV(B) | 322.94º | 0.94% | 0.56% | - |
| XYZ | 13.52 | 6.88 | 10.74 | - |
| YUV | 58.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 92 | 0 | 0.94 | 0.36 | 0.44 | 322.94 | 0.89 | 0.3 |
| Hex | 90 | 8 | 5C | 0 | 5E | 24 | 2C | 143 | 59 | 1E |
| Octal | 220 | 10 | 134 | 0 | 136 | 44 | 54 | 503 | 131 | 36 |
| Binary | 10010000 | 1000 | 1011100 | 0 | 1011110 | 100100 | 101100 | 101000011 | 1011001 | 11110 |
Color Harmonies of #90085C
Complementary color
Monochromatic Colors of #90085C
Black with #90085C
Text Example
Text Example
White with #90085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90085C; }
p { color: rgb(144,8,92); }
H1.HeaderClassName
{
color: #90085C;
}
.AnyTagClassName
{
color: #90085C;
}
</style>
background-color css
<style>
a { background-color: #90085C; }
a { background-color: rgb(144,8,92); }
div.DivClassName
{
background-color: #90085C;
}
.BgClassName
{
background-color: #90085C;
}
</style>
border-color css
<style>
span { border-color: #90085C; }
span { border-color: rgb(144,8,92); }
td.TdClassName
{
border-color: #90085C;
}
.TagClassName
{
border-color: #90085C;
}
</style>