Shades of Eggplant #990B6B
Tints of Eggplant #990B6B
RGB
CMYK
RGB Variations
Color information
#990B6B (or 0x990B6B) is known color: Eggplant. HEX triplet: 99, 0B and 6B. RGB value is (153,11,107). Sum of RGB (Red+Green+Blue) = 153+11+107=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990B6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B6B is #66F494. Grayscale: #404040. Windows color (decimal): -6747285 or 7015321. OLE color: 7015321.
HSL color Cylindrical-coordinate representation of color #990B6B: hue angle of 319.44º 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 #990B6B is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 11 | 107 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.4 |
| HSL | 319.44º | 0.87% | 0.32% | - |
| HSV(B) | 319.44º | 0.93% | 0.6% | - |
| XYZ | 15.91 | 8.07 | 14.63 | - |
| YUV | 64.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 11 | 107 | 0 | 0.93 | 0.30 | 0.4 | 319.44 | 0.87 | 0.32 |
| Hex | 99 | B | 6B | 0 | 5D | 1E | 28 | 13F | 57 | 20 |
| Octal | 231 | 13 | 153 | 0 | 135 | 36 | 50 | 477 | 127 | 40 |
| Binary | 10011001 | 1011 | 1101011 | 0 | 1011101 | 11110 | 101000 | 100111111 | 1010111 | 100000 |
Color Harmonies of #990B6B
Complementary color
Monochromatic Colors of #990B6B
Black with #990B6B
Text Example
Text Example
White with #990B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990B6B; }
p { color: rgb(153,11,107); }
H1.HeaderClassName
{
color: #990B6B;
}
.AnyTagClassName
{
color: #990B6B;
}
</style>
background-color css
<style>
a { background-color: #990B6B; }
a { background-color: rgb(153,11,107); }
div.DivClassName
{
background-color: #990B6B;
}
.BgClassName
{
background-color: #990B6B;
}
</style>
border-color css
<style>
span { border-color: #990B6B; }
span { border-color: rgb(153,11,107); }
td.TdClassName
{
border-color: #990B6B;
}
.TagClassName
{
border-color: #990B6B;
}
</style>