Shades of Eggplant #990076
Tints of Eggplant #990076
RGB
CMYK
RGB Variations
Color information
#990076 (or 0x990076) is known color: Eggplant. HEX triplet: 99, 00 and 76. RGB value is (153,0,118). Sum of RGB (Red+Green+Blue) = 153+0+118=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990076 is #66FF89. Grayscale: #3A3A3A. Windows color (decimal): -6750090 or 7733401. OLE color: 7733401.
HSL color Cylindrical-coordinate representation of color #990076: hue angle of 313.73º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #990076 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.23 | 0.4 |
| HSL | 313.73º | 1% | 0.3% | - |
| HSV(B) | 313.73º | 1% | 0.6% | - |
| XYZ | 16.41 | 8.08 | 17.83 | - |
| YUV | 59.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 118 | 0 | 1 | 0.23 | 0.4 | 313.73 | 1 | 0.3 |
| Hex | 99 | 0 | 76 | 0 | 64 | 17 | 28 | 13A | 64 | 1E |
| Octal | 231 | 0 | 166 | 0 | 144 | 27 | 50 | 472 | 144 | 36 |
| Binary | 10011001 | 0 | 1110110 | 0 | 1100100 | 10111 | 101000 | 100111010 | 1100100 | 11110 |
Color Harmonies of #990076
Complementary color
Monochromatic Colors of #990076
Black with #990076
Text Example
Text Example
White with #990076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990076; }
p { color: rgb(153,0,118); }
H1.HeaderClassName
{
color: #990076;
}
.AnyTagClassName
{
color: #990076;
}
</style>
background-color css
<style>
a { background-color: #990076; }
a { background-color: rgb(153,0,118); }
div.DivClassName
{
background-color: #990076;
}
.BgClassName
{
background-color: #990076;
}
</style>
border-color css
<style>
span { border-color: #990076; }
span { border-color: rgb(153,0,118); }
td.TdClassName
{
border-color: #990076;
}
.TagClassName
{
border-color: #990076;
}
</style>