Shades of Eggplant #991374
Tints of Eggplant #991374
RGB
CMYK
RGB Variations
Color information
#991374 (or 0x991374) is known color: Eggplant. HEX triplet: 99, 13 and 74. RGB value is (153,19,116). Sum of RGB (Red+Green+Blue) = 153+19+116=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #991374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991374 is #66EC8B. Grayscale: #454545. Windows color (decimal): -6745228 or 7607193. OLE color: 7607193.
HSL color Cylindrical-coordinate representation of color #991374: hue angle of 316.57º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991374 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 116 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.4 |
| HSL | 316.57º | 0.78% | 0.34% | - |
| HSV(B) | 316.57º | 0.88% | 0.6% | - |
| XYZ | 16.52 | 8.5 | 17.29 | - |
| YUV | 70.12 | 153.89 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 116 | 0 | 0.88 | 0.24 | 0.4 | 316.57 | 0.78 | 0.34 |
| Hex | 99 | 13 | 74 | 0 | 58 | 18 | 28 | 13D | 4E | 22 |
| Octal | 231 | 23 | 164 | 0 | 130 | 30 | 50 | 475 | 116 | 42 |
| Binary | 10011001 | 10011 | 1110100 | 0 | 1011000 | 11000 | 101000 | 100111101 | 1001110 | 100010 |
Color Harmonies of #991374
Complementary color
Monochromatic Colors of #991374
Black with #991374
Text Example
Text Example
White with #991374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991374; }
p { color: rgb(153,19,116); }
H1.HeaderClassName
{
color: #991374;
}
.AnyTagClassName
{
color: #991374;
}
</style>
background-color css
<style>
a { background-color: #991374; }
a { background-color: rgb(153,19,116); }
div.DivClassName
{
background-color: #991374;
}
.BgClassName
{
background-color: #991374;
}
</style>
border-color css
<style>
span { border-color: #991374; }
span { border-color: rgb(153,19,116); }
td.TdClassName
{
border-color: #991374;
}
.TagClassName
{
border-color: #991374;
}
</style>