Shades of Eggplant #990772
Tints of Eggplant #990772
RGB
CMYK
RGB Variations
Color information
#990772 (or 0x990772) is known color: Eggplant. HEX triplet: 99, 07 and 72. RGB value is (153,7,114). Sum of RGB (Red+Green+Blue) = 153+7+114=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990772 is #66F88D. Grayscale: #3E3E3E. Windows color (decimal): -6748302 or 7473049. OLE color: 7473049.
HSL color Cylindrical-coordinate representation of color #990772: hue angle of 316.03º 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 #990772 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 114 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.4 |
| HSL | 316.03º | 0.91% | 0.31% | - |
| HSV(B) | 316.03º | 0.95% | 0.6% | - |
| XYZ | 16.25 | 8.14 | 16.63 | - |
| YUV | 62.85 | 156.87 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 114 | 0 | 0.95 | 0.25 | 0.4 | 316.03 | 0.91 | 0.31 |
| Hex | 99 | 7 | 72 | 0 | 5F | 19 | 28 | 13C | 5B | 1F |
| Octal | 231 | 7 | 162 | 0 | 137 | 31 | 50 | 474 | 133 | 37 |
| Binary | 10011001 | 111 | 1110010 | 0 | 1011111 | 11001 | 101000 | 100111100 | 1011011 | 11111 |
Color Harmonies of #990772
Complementary color
Monochromatic Colors of #990772
Black with #990772
Text Example
Text Example
White with #990772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990772; }
p { color: rgb(153,7,114); }
H1.HeaderClassName
{
color: #990772;
}
.AnyTagClassName
{
color: #990772;
}
</style>
background-color css
<style>
a { background-color: #990772; }
a { background-color: rgb(153,7,114); }
div.DivClassName
{
background-color: #990772;
}
.BgClassName
{
background-color: #990772;
}
</style>
border-color css
<style>
span { border-color: #990772; }
span { border-color: rgb(153,7,114); }
td.TdClassName
{
border-color: #990772;
}
.TagClassName
{
border-color: #990772;
}
</style>