Shades of Eggplant #990D73
Tints of Eggplant #990D73
RGB
CMYK
RGB Variations
Color information
#990D73 (or 0x990D73) is known color: Eggplant. HEX triplet: 99, 0D and 73. RGB value is (153,13,115). Sum of RGB (Red+Green+Blue) = 153+13+115=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 115 (45.31% from 255 or 40.93% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D73 is #66F28C. Grayscale: #424242. Windows color (decimal): -6746765 or 7540121. OLE color: 7540121.
HSL color Cylindrical-coordinate representation of color #990D73: hue angle of 316.29º 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 #990D73 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 115 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.4 |
| HSL | 316.29º | 0.84% | 0.33% | - |
| HSV(B) | 316.29º | 0.92% | 0.6% | - |
| XYZ | 16.38 | 8.3 | 16.96 | - |
| YUV | 66.49 | 155.38 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 115 | 0 | 0.92 | 0.25 | 0.4 | 316.29 | 0.84 | 0.33 |
| Hex | 99 | D | 73 | 0 | 5C | 19 | 28 | 13C | 54 | 21 |
| Octal | 231 | 15 | 163 | 0 | 134 | 31 | 50 | 474 | 124 | 41 |
| Binary | 10011001 | 1101 | 1110011 | 0 | 1011100 | 11001 | 101000 | 100111100 | 1010100 | 100001 |
Color Harmonies of #990D73
Complementary color
Monochromatic Colors of #990D73
Black with #990D73
Text Example
Text Example
White with #990D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D73; }
p { color: rgb(153,13,115); }
H1.HeaderClassName
{
color: #990D73;
}
.AnyTagClassName
{
color: #990D73;
}
</style>
background-color css
<style>
a { background-color: #990D73; }
a { background-color: rgb(153,13,115); }
div.DivClassName
{
background-color: #990D73;
}
.BgClassName
{
background-color: #990D73;
}
</style>
border-color css
<style>
span { border-color: #990D73; }
span { border-color: rgb(153,13,115); }
td.TdClassName
{
border-color: #990D73;
}
.TagClassName
{
border-color: #990D73;
}
</style>