Shades of Eggplant #990B7B
Tints of Eggplant #990B7B
RGB
CMYK
RGB Variations
Color information
#990B7B (or 0x990B7B) is known color: Eggplant. HEX triplet: 99, 0B and 7B. RGB value is (153,11,123). Sum of RGB (Red+Green+Blue) = 153+11+123=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #990B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B7B is #66F484. Grayscale: #414141. Windows color (decimal): -6747269 or 8063897. OLE color: 8063897.
HSL color Cylindrical-coordinate representation of color #990B7B: hue angle of 312.68º 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 #990B7B is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 123 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.4 |
| HSL | 312.68º | 0.87% | 0.32% | - |
| HSV(B) | 312.68º | 0.93% | 0.6% | - |
| XYZ | 16.83 | 8.44 | 19.48 | - |
| YUV | 66.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 123 | 0 | 0.93 | 0.20 | 0.4 | 312.68 | 0.87 | 0.32 |
| Hex | 99 | B | 7B | 0 | 5D | 14 | 28 | 139 | 57 | 20 |
| Octal | 231 | 13 | 173 | 0 | 135 | 24 | 50 | 471 | 127 | 40 |
| Binary | 10011001 | 1011 | 1111011 | 0 | 1011101 | 10100 | 101000 | 100111001 | 1010111 | 100000 |
Color Harmonies of #990B7B
Complementary color
Monochromatic Colors of #990B7B
Black with #990B7B
Text Example
Text Example
White with #990B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B7B; }
p { color: rgb(153,11,123); }
H1.HeaderClassName
{
color: #990B7B;
}
.AnyTagClassName
{
color: #990B7B;
}
</style>
background-color css
<style>
a { background-color: #990B7B; }
a { background-color: rgb(153,11,123); }
div.DivClassName
{
background-color: #990B7B;
}
.BgClassName
{
background-color: #990B7B;
}
</style>
border-color css
<style>
span { border-color: #990B7B; }
span { border-color: rgb(153,11,123); }
td.TdClassName
{
border-color: #990B7B;
}
.TagClassName
{
border-color: #990B7B;
}
</style>