Shades of Eggplant #990B74
Tints of Eggplant #990B74
RGB
CMYK
RGB Variations
Color information
#990B74 (or 0x990B74) is known color: Eggplant. HEX triplet: 99, 0B and 74. RGB value is (153,11,116). Sum of RGB (Red+Green+Blue) = 153+11+116=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #990B74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B74 is #66F48B. Grayscale: #414141. Windows color (decimal): -6747276 or 7605145. OLE color: 7605145.
HSL color Cylindrical-coordinate representation of color #990B74: hue angle of 315.63º degrees, saturation: 0.87, 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 #990B74 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 116 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.4 |
| HSL | 315.63º | 0.87% | 0.32% | - |
| HSV(B) | 315.63º | 0.93% | 0.6% | - |
| XYZ | 16.41 | 8.27 | 17.25 | - |
| YUV | 65.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 116 | 0 | 0.93 | 0.24 | 0.4 | 315.63 | 0.87 | 0.32 |
| Hex | 99 | B | 74 | 0 | 5D | 18 | 28 | 13C | 57 | 20 |
| Octal | 231 | 13 | 164 | 0 | 135 | 30 | 50 | 474 | 127 | 40 |
| Binary | 10011001 | 1011 | 1110100 | 0 | 1011101 | 11000 | 101000 | 100111100 | 1010111 | 100000 |
Color Harmonies of #990B74
Complementary color
Monochromatic Colors of #990B74
Black with #990B74
Text Example
Text Example
White with #990B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B74; }
p { color: rgb(153,11,116); }
H1.HeaderClassName
{
color: #990B74;
}
.AnyTagClassName
{
color: #990B74;
}
</style>
background-color css
<style>
a { background-color: #990B74; }
a { background-color: rgb(153,11,116); }
div.DivClassName
{
background-color: #990B74;
}
.BgClassName
{
background-color: #990B74;
}
</style>
border-color css
<style>
span { border-color: #990B74; }
span { border-color: rgb(153,11,116); }
td.TdClassName
{
border-color: #990B74;
}
.TagClassName
{
border-color: #990B74;
}
</style>