Shades of Eggplant #90076C
Tints of Eggplant #90076C
RGB
CMYK
RGB Variations
Color information
#90076C (or 0x90076C) is known color: Eggplant. HEX triplet: 90, 07 and 6C. RGB value is (144,7,108). Sum of RGB (Red+Green+Blue) = 144+7+108=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90076C is #6FF893. Grayscale: #3B3B3B. Windows color (decimal): -7338132 or 7079824. OLE color: 7079824.
HSL color Cylindrical-coordinate representation of color #90076C: hue angle of 315.77º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90076C is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 108 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.44 |
| HSL | 315.77º | 0.91% | 0.3% | - |
| HSV(B) | 315.77º | 0.95% | 0.56% | - |
| XYZ | 14.28 | 7.16 | 14.82 | - |
| YUV | 59.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 108 | 0 | 0.95 | 0.25 | 0.44 | 315.77 | 0.91 | 0.3 |
| Hex | 90 | 7 | 6C | 0 | 5F | 19 | 2C | 13C | 5B | 1E |
| Octal | 220 | 7 | 154 | 0 | 137 | 31 | 54 | 474 | 133 | 36 |
| Binary | 10010000 | 111 | 1101100 | 0 | 1011111 | 11001 | 101100 | 100111100 | 1011011 | 11110 |
Color Harmonies of #90076C
Complementary color
Monochromatic Colors of #90076C
Black with #90076C
Text Example
Text Example
White with #90076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90076C; }
p { color: rgb(144,7,108); }
H1.HeaderClassName
{
color: #90076C;
}
.AnyTagClassName
{
color: #90076C;
}
</style>
background-color css
<style>
a { background-color: #90076C; }
a { background-color: rgb(144,7,108); }
div.DivClassName
{
background-color: #90076C;
}
.BgClassName
{
background-color: #90076C;
}
</style>
border-color css
<style>
span { border-color: #90076C; }
span { border-color: rgb(144,7,108); }
td.TdClassName
{
border-color: #90076C;
}
.TagClassName
{
border-color: #90076C;
}
</style>