Shades of Eggplant #90085F
Tints of Eggplant #90085F
RGB
CMYK
RGB Variations
Color information
#90085F (or 0x90085F) is known color: Eggplant. HEX triplet: 90, 08 and 5F. RGB value is (144,8,95). Sum of RGB (Red+Green+Blue) = 144+8+95=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90085F is #6FF7A0. Grayscale: #3A3A3A. Windows color (decimal): -7337889 or 6228112. OLE color: 6228112.
HSL color Cylindrical-coordinate representation of color #90085F: hue angle of 321.62º 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 #90085F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 95 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.44 |
| HSL | 321.62º | 0.89% | 0.3% | - |
| HSV(B) | 321.62º | 0.94% | 0.56% | - |
| XYZ | 13.65 | 6.93 | 11.44 | - |
| YUV | 58.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 95 | 0 | 0.94 | 0.34 | 0.44 | 321.62 | 0.89 | 0.3 |
| Hex | 90 | 8 | 5F | 0 | 5E | 22 | 2C | 142 | 59 | 1E |
| Octal | 220 | 10 | 137 | 0 | 136 | 42 | 54 | 502 | 131 | 36 |
| Binary | 10010000 | 1000 | 1011111 | 0 | 1011110 | 100010 | 101100 | 101000010 | 1011001 | 11110 |
Color Harmonies of #90085F
Complementary color
Monochromatic Colors of #90085F
Black with #90085F
Text Example
Text Example
White with #90085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90085F; }
p { color: rgb(144,8,95); }
H1.HeaderClassName
{
color: #90085F;
}
.AnyTagClassName
{
color: #90085F;
}
</style>
background-color css
<style>
a { background-color: #90085F; }
a { background-color: rgb(144,8,95); }
div.DivClassName
{
background-color: #90085F;
}
.BgClassName
{
background-color: #90085F;
}
</style>
border-color css
<style>
span { border-color: #90085F; }
span { border-color: rgb(144,8,95); }
td.TdClassName
{
border-color: #90085F;
}
.TagClassName
{
border-color: #90085F;
}
</style>