Shades of Eggplant #990B7A
Tints of Eggplant #990B7A
RGB
CMYK
RGB Variations
Color information
#990B7A (or 0x990B7A) is known color: Eggplant. HEX triplet: 99, 0B and 7A. RGB value is (153,11,122). Sum of RGB (Red+Green+Blue) = 153+11+122=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 122 (48.05% from 255 or 42.66% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #990B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B7A is #66F485. Grayscale: #414141. Windows color (decimal): -6747270 or 7998361. OLE color: 7998361.
HSL color Cylindrical-coordinate representation of color #990B7A: hue angle of 313.1º 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 #990B7A is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 122 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.4 |
| HSL | 313.1º | 0.87% | 0.32% | - |
| HSV(B) | 313.1º | 0.93% | 0.6% | - |
| XYZ | 16.77 | 8.42 | 19.15 | - |
| YUV | 66.11 | 159.54 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 122 | 0 | 0.93 | 0.20 | 0.4 | 313.1 | 0.87 | 0.32 |
| Hex | 99 | B | 7A | 0 | 5D | 14 | 28 | 139 | 57 | 20 |
| Octal | 231 | 13 | 172 | 0 | 135 | 24 | 50 | 471 | 127 | 40 |
| Binary | 10011001 | 1011 | 1111010 | 0 | 1011101 | 10100 | 101000 | 100111001 | 1010111 | 100000 |
Color Harmonies of #990B7A
Complementary color
Monochromatic Colors of #990B7A
Black with #990B7A
Text Example
Text Example
White with #990B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B7A; }
p { color: rgb(153,11,122); }
H1.HeaderClassName
{
color: #990B7A;
}
.AnyTagClassName
{
color: #990B7A;
}
</style>
background-color css
<style>
a { background-color: #990B7A; }
a { background-color: rgb(153,11,122); }
div.DivClassName
{
background-color: #990B7A;
}
.BgClassName
{
background-color: #990B7A;
}
</style>
border-color css
<style>
span { border-color: #990B7A; }
span { border-color: rgb(153,11,122); }
td.TdClassName
{
border-color: #990B7A;
}
.TagClassName
{
border-color: #990B7A;
}
</style>