Shades of Eggplant #990B76
Tints of Eggplant #990B76
RGB
CMYK
RGB Variations
Color information
#990B76 (or 0x990B76) is known color: Eggplant. HEX triplet: 99, 0B and 76. RGB value is (153,11,118). Sum of RGB (Red+Green+Blue) = 153+11+118=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990B76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B76 is #66F489. Grayscale: #414141. Windows color (decimal): -6747274 or 7736217. OLE color: 7736217.
HSL color Cylindrical-coordinate representation of color #990B76: hue angle of 314.79º 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 #990B76 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 118 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.4 |
| HSL | 314.79º | 0.87% | 0.32% | - |
| HSV(B) | 314.79º | 0.93% | 0.6% | - |
| XYZ | 16.53 | 8.32 | 17.87 | - |
| YUV | 65.66 | 157.54 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 118 | 0 | 0.93 | 0.23 | 0.4 | 314.79 | 0.87 | 0.32 |
| Hex | 99 | B | 76 | 0 | 5D | 17 | 28 | 13B | 57 | 20 |
| Octal | 231 | 13 | 166 | 0 | 135 | 27 | 50 | 473 | 127 | 40 |
| Binary | 10011001 | 1011 | 1110110 | 0 | 1011101 | 10111 | 101000 | 100111011 | 1010111 | 100000 |
Color Harmonies of #990B76
Complementary color
Monochromatic Colors of #990B76
Black with #990B76
Text Example
Text Example
White with #990B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B76; }
p { color: rgb(153,11,118); }
H1.HeaderClassName
{
color: #990B76;
}
.AnyTagClassName
{
color: #990B76;
}
</style>
background-color css
<style>
a { background-color: #990B76; }
a { background-color: rgb(153,11,118); }
div.DivClassName
{
background-color: #990B76;
}
.BgClassName
{
background-color: #990B76;
}
</style>
border-color css
<style>
span { border-color: #990B76; }
span { border-color: rgb(153,11,118); }
td.TdClassName
{
border-color: #990B76;
}
.TagClassName
{
border-color: #990B76;
}
</style>