Shades of Eggplant #990B7C
Tints of Eggplant #990B7C
RGB
CMYK
RGB Variations
Color information
#990B7C (or 0x990B7C) is known color: Eggplant. HEX triplet: 99, 0B and 7C. RGB value is (153,11,124). Sum of RGB (Red+Green+Blue) = 153+11+124=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B7C is #66F483. Grayscale: #424242. Windows color (decimal): -6747268 or 8129433. OLE color: 8129433.
HSL color Cylindrical-coordinate representation of color #990B7C: hue angle of 312.25º 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 #990B7C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 124 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.4 |
| HSL | 312.25º | 0.87% | 0.32% | - |
| HSV(B) | 312.25º | 0.93% | 0.6% | - |
| XYZ | 16.89 | 8.47 | 19.81 | - |
| YUV | 66.34 | 160.54 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 124 | 0 | 0.93 | 0.19 | 0.4 | 312.25 | 0.87 | 0.32 |
| Hex | 99 | B | 7C | 0 | 5D | 13 | 28 | 138 | 57 | 20 |
| Octal | 231 | 13 | 174 | 0 | 135 | 23 | 50 | 470 | 127 | 40 |
| Binary | 10011001 | 1011 | 1111100 | 0 | 1011101 | 10011 | 101000 | 100111000 | 1010111 | 100000 |
Color Harmonies of #990B7C
Complementary color
Monochromatic Colors of #990B7C
Black with #990B7C
Text Example
Text Example
White with #990B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B7C; }
p { color: rgb(153,11,124); }
H1.HeaderClassName
{
color: #990B7C;
}
.AnyTagClassName
{
color: #990B7C;
}
</style>
background-color css
<style>
a { background-color: #990B7C; }
a { background-color: rgb(153,11,124); }
div.DivClassName
{
background-color: #990B7C;
}
.BgClassName
{
background-color: #990B7C;
}
</style>
border-color css
<style>
span { border-color: #990B7C; }
span { border-color: rgb(153,11,124); }
td.TdClassName
{
border-color: #990B7C;
}
.TagClassName
{
border-color: #990B7C;
}
</style>