Shades of Eggplant #990D6B
Tints of Eggplant #990D6B
RGB
CMYK
RGB Variations
Color information
#990D6B (or 0x990D6B) is known color: Eggplant. HEX triplet: 99, 0D and 6B. RGB value is (153,13,107). Sum of RGB (Red+Green+Blue) = 153+13+107=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D6B is #66F294. Grayscale: #414141. Windows color (decimal): -6746773 or 7015833. OLE color: 7015833.
HSL color Cylindrical-coordinate representation of color #990D6B: hue angle of 319.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D6B is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 107 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.4 |
| HSL | 319.71º | 0.84% | 0.33% | - |
| HSV(B) | 319.71º | 0.92% | 0.6% | - |
| XYZ | 15.93 | 8.12 | 14.64 | - |
| YUV | 65.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 107 | 0 | 0.92 | 0.30 | 0.4 | 319.71 | 0.84 | 0.33 |
| Hex | 99 | D | 6B | 0 | 5C | 1E | 28 | 140 | 54 | 21 |
| Octal | 231 | 15 | 153 | 0 | 134 | 36 | 50 | 500 | 124 | 41 |
| Binary | 10011001 | 1101 | 1101011 | 0 | 1011100 | 11110 | 101000 | 101000000 | 1010100 | 100001 |
Color Harmonies of #990D6B
Complementary color
Monochromatic Colors of #990D6B
Black with #990D6B
Text Example
Text Example
White with #990D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D6B; }
p { color: rgb(153,13,107); }
H1.HeaderClassName
{
color: #990D6B;
}
.AnyTagClassName
{
color: #990D6B;
}
</style>
background-color css
<style>
a { background-color: #990D6B; }
a { background-color: rgb(153,13,107); }
div.DivClassName
{
background-color: #990D6B;
}
.BgClassName
{
background-color: #990D6B;
}
</style>
border-color css
<style>
span { border-color: #990D6B; }
span { border-color: rgb(153,13,107); }
td.TdClassName
{
border-color: #990D6B;
}
.TagClassName
{
border-color: #990D6B;
}
</style>