Shades of Eggplant #990C76
Tints of Eggplant #990C76
RGB
CMYK
RGB Variations
Color information
#990C76 (or 0x990C76) is known color: Eggplant. HEX triplet: 99, 0C and 76. RGB value is (153,12,118). Sum of RGB (Red+Green+Blue) = 153+12+118=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #990C76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C76 is #66F389. Grayscale: #414141. Windows color (decimal): -6747018 or 7736473. OLE color: 7736473.
HSL color Cylindrical-coordinate representation of color #990C76: hue angle of 314.89º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C76 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 118 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.4 |
| HSL | 314.89º | 0.85% | 0.32% | - |
| HSV(B) | 314.89º | 0.92% | 0.6% | - |
| XYZ | 16.54 | 8.34 | 17.88 | - |
| YUV | 66.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 118 | 0 | 0.92 | 0.23 | 0.4 | 314.89 | 0.85 | 0.32 |
| Hex | 99 | C | 76 | 0 | 5C | 17 | 28 | 13B | 55 | 20 |
| Octal | 231 | 14 | 166 | 0 | 134 | 27 | 50 | 473 | 125 | 40 |
| Binary | 10011001 | 1100 | 1110110 | 0 | 1011100 | 10111 | 101000 | 100111011 | 1010101 | 100000 |
Color Harmonies of #990C76
Complementary color
Monochromatic Colors of #990C76
Black with #990C76
Text Example
Text Example
White with #990C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C76; }
p { color: rgb(153,12,118); }
H1.HeaderClassName
{
color: #990C76;
}
.AnyTagClassName
{
color: #990C76;
}
</style>
background-color css
<style>
a { background-color: #990C76; }
a { background-color: rgb(153,12,118); }
div.DivClassName
{
background-color: #990C76;
}
.BgClassName
{
background-color: #990C76;
}
</style>
border-color css
<style>
span { border-color: #990C76; }
span { border-color: rgb(153,12,118); }
td.TdClassName
{
border-color: #990C76;
}
.TagClassName
{
border-color: #990C76;
}
</style>