Shades of Eggplant #990E6B
Tints of Eggplant #990E6B
RGB
CMYK
RGB Variations
Color information
#990E6B (or 0x990E6B) is known color: Eggplant. HEX triplet: 99, 0E and 6B. RGB value is (153,14,107). Sum of RGB (Red+Green+Blue) = 153+14+107=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E6B is #66F194. Grayscale: #414141. Windows color (decimal): -6746517 or 7016089. OLE color: 7016089.
HSL color Cylindrical-coordinate representation of color #990E6B: hue angle of 319.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E6B is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 107 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.4 |
| HSL | 319.86º | 0.83% | 0.33% | - |
| HSV(B) | 319.86º | 0.91% | 0.6% | - |
| XYZ | 15.95 | 8.15 | 14.64 | - |
| YUV | 66.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 107 | 0 | 0.91 | 0.30 | 0.4 | 319.86 | 0.83 | 0.33 |
| Hex | 99 | E | 6B | 0 | 5B | 1E | 28 | 140 | 53 | 21 |
| Octal | 231 | 16 | 153 | 0 | 133 | 36 | 50 | 500 | 123 | 41 |
| Binary | 10011001 | 1110 | 1101011 | 0 | 1011011 | 11110 | 101000 | 101000000 | 1010011 | 100001 |
Color Harmonies of #990E6B
Complementary color
Monochromatic Colors of #990E6B
Black with #990E6B
Text Example
Text Example
White with #990E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E6B; }
p { color: rgb(153,14,107); }
H1.HeaderClassName
{
color: #990E6B;
}
.AnyTagClassName
{
color: #990E6B;
}
</style>
background-color css
<style>
a { background-color: #990E6B; }
a { background-color: rgb(153,14,107); }
div.DivClassName
{
background-color: #990E6B;
}
.BgClassName
{
background-color: #990E6B;
}
</style>
border-color css
<style>
span { border-color: #990E6B; }
span { border-color: rgb(153,14,107); }
td.TdClassName
{
border-color: #990E6B;
}
.TagClassName
{
border-color: #990E6B;
}
</style>