Shades of Eggplant #990776
Tints of Eggplant #990776
RGB
CMYK
RGB Variations
Color information
#990776 (or 0x990776) is known color: Eggplant. HEX triplet: 99, 07 and 76. RGB value is (153,7,118). Sum of RGB (Red+Green+Blue) = 153+7+118=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #990776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990776 is #66F889. Grayscale: #3F3F3F. Windows color (decimal): -6748298 or 7735193. OLE color: 7735193.
HSL color Cylindrical-coordinate representation of color #990776: hue angle of 314.38º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990776 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 118 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.4 |
| HSL | 314.38º | 0.91% | 0.31% | - |
| HSV(B) | 314.38º | 0.95% | 0.6% | - |
| XYZ | 16.48 | 8.23 | 17.86 | - |
| YUV | 63.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 118 | 0 | 0.95 | 0.23 | 0.4 | 314.38 | 0.91 | 0.31 |
| Hex | 99 | 7 | 76 | 0 | 5F | 17 | 28 | 13A | 5B | 1F |
| Octal | 231 | 7 | 166 | 0 | 137 | 27 | 50 | 472 | 133 | 37 |
| Binary | 10011001 | 111 | 1110110 | 0 | 1011111 | 10111 | 101000 | 100111010 | 1011011 | 11111 |
Color Harmonies of #990776
Complementary color
Monochromatic Colors of #990776
Black with #990776
Text Example
Text Example
White with #990776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990776; }
p { color: rgb(153,7,118); }
H1.HeaderClassName
{
color: #990776;
}
.AnyTagClassName
{
color: #990776;
}
</style>
background-color css
<style>
a { background-color: #990776; }
a { background-color: rgb(153,7,118); }
div.DivClassName
{
background-color: #990776;
}
.BgClassName
{
background-color: #990776;
}
</style>
border-color css
<style>
span { border-color: #990776; }
span { border-color: rgb(153,7,118); }
td.TdClassName
{
border-color: #990776;
}
.TagClassName
{
border-color: #990776;
}
</style>