Shades of Eggplant #990D76
Tints of Eggplant #990D76
RGB
CMYK
RGB Variations
Color information
#990D76 (or 0x990D76) is known color: Eggplant. HEX triplet: 99, 0D and 76. RGB value is (153,13,118). Sum of RGB (Red+Green+Blue) = 153+13+118=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #990D76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D76 is #66F289. Grayscale: #424242. Windows color (decimal): -6746762 or 7736729. OLE color: 7736729.
HSL color Cylindrical-coordinate representation of color #990D76: hue angle of 315º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D76 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 118 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.4 |
| HSL | 315º | 0.84% | 0.33% | - |
| HSV(B) | 315º | 0.92% | 0.6% | - |
| XYZ | 16.55 | 8.37 | 17.88 | - |
| YUV | 66.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 118 | 0 | 0.92 | 0.23 | 0.4 | 315 | 0.84 | 0.33 |
| Hex | 99 | D | 76 | 0 | 5C | 17 | 28 | 13B | 54 | 21 |
| Octal | 231 | 15 | 166 | 0 | 134 | 27 | 50 | 473 | 124 | 41 |
| Binary | 10011001 | 1101 | 1110110 | 0 | 1011100 | 10111 | 101000 | 100111011 | 1010100 | 100001 |
Color Harmonies of #990D76
Complementary color
Monochromatic Colors of #990D76
Black with #990D76
Text Example
Text Example
White with #990D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D76; }
p { color: rgb(153,13,118); }
H1.HeaderClassName
{
color: #990D76;
}
.AnyTagClassName
{
color: #990D76;
}
</style>
background-color css
<style>
a { background-color: #990D76; }
a { background-color: rgb(153,13,118); }
div.DivClassName
{
background-color: #990D76;
}
.BgClassName
{
background-color: #990D76;
}
</style>
border-color css
<style>
span { border-color: #990D76; }
span { border-color: rgb(153,13,118); }
td.TdClassName
{
border-color: #990D76;
}
.TagClassName
{
border-color: #990D76;
}
</style>