Shades of Eggplant #90076B
Tints of Eggplant #90076B
RGB
CMYK
RGB Variations
Color information
#90076B (or 0x90076B) is known color: Eggplant. HEX triplet: 90, 07 and 6B. RGB value is (144,7,107). Sum of RGB (Red+Green+Blue) = 144+7+107=258 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.81% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 144 - color contains mainly: red. Hex color #90076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90076B is #6FF894. Grayscale: #3B3B3B. Windows color (decimal): -7338133 or 7014288. OLE color: 7014288.
HSL color Cylindrical-coordinate representation of color #90076B: hue angle of 316.2º 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 #90076B is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 107 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.44 |
| HSL | 316.2º | 0.91% | 0.3% | - |
| HSV(B) | 316.2º | 0.95% | 0.56% | - |
| XYZ | 14.23 | 7.14 | 14.54 | - |
| YUV | 59.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 107 | 0 | 0.95 | 0.26 | 0.44 | 316.2 | 0.91 | 0.3 |
| Hex | 90 | 7 | 6B | 0 | 5F | 1A | 2C | 13C | 5B | 1E |
| Octal | 220 | 7 | 153 | 0 | 137 | 32 | 54 | 474 | 133 | 36 |
| Binary | 10010000 | 111 | 1101011 | 0 | 1011111 | 11010 | 101100 | 100111100 | 1011011 | 11110 |
Color Harmonies of #90076B
Complementary color
Monochromatic Colors of #90076B
Black with #90076B
Text Example
Text Example
White with #90076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90076B; }
p { color: rgb(144,7,107); }
H1.HeaderClassName
{
color: #90076B;
}
.AnyTagClassName
{
color: #90076B;
}
</style>
background-color css
<style>
a { background-color: #90076B; }
a { background-color: rgb(144,7,107); }
div.DivClassName
{
background-color: #90076B;
}
.BgClassName
{
background-color: #90076B;
}
</style>
border-color css
<style>
span { border-color: #90076B; }
span { border-color: rgb(144,7,107); }
td.TdClassName
{
border-color: #90076B;
}
.TagClassName
{
border-color: #90076B;
}
</style>