Shades of Eggplant #991373
Tints of Eggplant #991373
RGB
CMYK
RGB Variations
Color information
#991373 (or 0x991373) is known color: Eggplant. HEX triplet: 99, 13 and 73. RGB value is (153,19,115). Sum of RGB (Red+Green+Blue) = 153+19+115=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 115 (45.31% from 255 or 40.07% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991373 is #66EC8C. Grayscale: #454545. Windows color (decimal): -6745229 or 7541657. OLE color: 7541657.
HSL color Cylindrical-coordinate representation of color #991373: hue angle of 317.01º 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 #991373 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 115 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.4 |
| HSL | 317.01º | 0.78% | 0.34% | - |
| HSV(B) | 317.01º | 0.88% | 0.6% | - |
| XYZ | 16.46 | 8.48 | 16.99 | - |
| YUV | 70.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 115 | 0 | 0.88 | 0.25 | 0.4 | 317.01 | 0.78 | 0.34 |
| Hex | 99 | 13 | 73 | 0 | 58 | 19 | 28 | 13D | 4E | 22 |
| Octal | 231 | 23 | 163 | 0 | 130 | 31 | 50 | 475 | 116 | 42 |
| Binary | 10011001 | 10011 | 1110011 | 0 | 1011000 | 11001 | 101000 | 100111101 | 1001110 | 100010 |
Color Harmonies of #991373
Complementary color
Monochromatic Colors of #991373
Black with #991373
Text Example
Text Example
White with #991373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991373; }
p { color: rgb(153,19,115); }
H1.HeaderClassName
{
color: #991373;
}
.AnyTagClassName
{
color: #991373;
}
</style>
background-color css
<style>
a { background-color: #991373; }
a { background-color: rgb(153,19,115); }
div.DivClassName
{
background-color: #991373;
}
.BgClassName
{
background-color: #991373;
}
</style>
border-color css
<style>
span { border-color: #991373; }
span { border-color: rgb(153,19,115); }
td.TdClassName
{
border-color: #991373;
}
.TagClassName
{
border-color: #991373;
}
</style>