Shades of Eggplant #990A74
Tints of Eggplant #990A74
RGB
CMYK
RGB Variations
Color information
#990A74 (or 0x990A74) is known color: Eggplant. HEX triplet: 99, 0A and 74. RGB value is (153,10,116). Sum of RGB (Red+Green+Blue) = 153+10+116=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #990A74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A74 is #66F58B. Grayscale: #404040. Windows color (decimal): -6747532 or 7604889. OLE color: 7604889.
HSL color Cylindrical-coordinate representation of color #990A74: hue angle of 315.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A74 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 116 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.4 |
| HSL | 315.52º | 0.88% | 0.32% | - |
| HSV(B) | 315.52º | 0.93% | 0.6% | - |
| XYZ | 16.4 | 8.25 | 17.25 | - |
| YUV | 64.84 | 156.88 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 116 | 0 | 0.93 | 0.24 | 0.4 | 315.52 | 0.88 | 0.32 |
| Hex | 99 | A | 74 | 0 | 5D | 18 | 28 | 13C | 58 | 20 |
| Octal | 231 | 12 | 164 | 0 | 135 | 30 | 50 | 474 | 130 | 40 |
| Binary | 10011001 | 1010 | 1110100 | 0 | 1011101 | 11000 | 101000 | 100111100 | 1011000 | 100000 |
Color Harmonies of #990A74
Complementary color
Monochromatic Colors of #990A74
Black with #990A74
Text Example
Text Example
White with #990A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A74; }
p { color: rgb(153,10,116); }
H1.HeaderClassName
{
color: #990A74;
}
.AnyTagClassName
{
color: #990A74;
}
</style>
background-color css
<style>
a { background-color: #990A74; }
a { background-color: rgb(153,10,116); }
div.DivClassName
{
background-color: #990A74;
}
.BgClassName
{
background-color: #990A74;
}
</style>
border-color css
<style>
span { border-color: #990A74; }
span { border-color: rgb(153,10,116); }
td.TdClassName
{
border-color: #990A74;
}
.TagClassName
{
border-color: #990A74;
}
</style>