Shades of Eggplant #990F73
Tints of Eggplant #990F73
RGB
CMYK
RGB Variations
Color information
#990F73 (or 0x990F73) is known color: Eggplant. HEX triplet: 99, 0F and 73. RGB value is (153,15,115). Sum of RGB (Red+Green+Blue) = 153+15+115=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #990F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F73 is #66F08C. Grayscale: #434343. Windows color (decimal): -6746253 or 7540633. OLE color: 7540633.
HSL color Cylindrical-coordinate representation of color #990F73: hue angle of 316.52º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F73 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 115 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.4 |
| HSL | 316.52º | 0.82% | 0.33% | - |
| HSV(B) | 316.52º | 0.9% | 0.6% | - |
| XYZ | 16.4 | 8.35 | 16.97 | - |
| YUV | 67.66 | 154.72 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 115 | 0 | 0.90 | 0.25 | 0.4 | 316.52 | 0.82 | 0.33 |
| Hex | 99 | F | 73 | 0 | 5A | 19 | 28 | 13D | 52 | 21 |
| Octal | 231 | 17 | 163 | 0 | 132 | 31 | 50 | 475 | 122 | 41 |
| Binary | 10011001 | 1111 | 1110011 | 0 | 1011010 | 11001 | 101000 | 100111101 | 1010010 | 100001 |
Color Harmonies of #990F73
Complementary color
Monochromatic Colors of #990F73
Black with #990F73
Text Example
Text Example
White with #990F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F73; }
p { color: rgb(153,15,115); }
H1.HeaderClassName
{
color: #990F73;
}
.AnyTagClassName
{
color: #990F73;
}
</style>
background-color css
<style>
a { background-color: #990F73; }
a { background-color: rgb(153,15,115); }
div.DivClassName
{
background-color: #990F73;
}
.BgClassName
{
background-color: #990F73;
}
</style>
border-color css
<style>
span { border-color: #990F73; }
span { border-color: rgb(153,15,115); }
td.TdClassName
{
border-color: #990F73;
}
.TagClassName
{
border-color: #990F73;
}
</style>