Shades of Eggplant #990B77
Tints of Eggplant #990B77
RGB
CMYK
RGB Variations
Color information
#990B77 (or 0x990B77) is known color: Eggplant. HEX triplet: 99, 0B and 77. RGB value is (153,11,119). Sum of RGB (Red+Green+Blue) = 153+11+119=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #990B77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B77 is #66F488. Grayscale: #414141. Windows color (decimal): -6747273 or 7801753. OLE color: 7801753.
HSL color Cylindrical-coordinate representation of color #990B77: hue angle of 314.37º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B77 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 119 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.4 |
| HSL | 314.37º | 0.87% | 0.32% | - |
| HSV(B) | 314.37º | 0.93% | 0.6% | - |
| XYZ | 16.59 | 8.34 | 18.19 | - |
| YUV | 65.77 | 158.04 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 119 | 0 | 0.93 | 0.22 | 0.4 | 314.37 | 0.87 | 0.32 |
| Hex | 99 | B | 77 | 0 | 5D | 16 | 28 | 13A | 57 | 20 |
| Octal | 231 | 13 | 167 | 0 | 135 | 26 | 50 | 472 | 127 | 40 |
| Binary | 10011001 | 1011 | 1110111 | 0 | 1011101 | 10110 | 101000 | 100111010 | 1010111 | 100000 |
Color Harmonies of #990B77
Complementary color
Monochromatic Colors of #990B77
Black with #990B77
Text Example
Text Example
White with #990B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B77; }
p { color: rgb(153,11,119); }
H1.HeaderClassName
{
color: #990B77;
}
.AnyTagClassName
{
color: #990B77;
}
</style>
background-color css
<style>
a { background-color: #990B77; }
a { background-color: rgb(153,11,119); }
div.DivClassName
{
background-color: #990B77;
}
.BgClassName
{
background-color: #990B77;
}
</style>
border-color css
<style>
span { border-color: #990B77; }
span { border-color: rgb(153,11,119); }
td.TdClassName
{
border-color: #990B77;
}
.TagClassName
{
border-color: #990B77;
}
</style>