Shades of Eggplant #990C6D
Tints of Eggplant #990C6D
RGB
CMYK
RGB Variations
Color information
#990C6D (or 0x990C6D) is known color: Eggplant. HEX triplet: 99, 0C and 6D. RGB value is (153,12,109). Sum of RGB (Red+Green+Blue) = 153+12+109=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990C6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C6D is #66F392. Grayscale: #404040. Windows color (decimal): -6747027 or 7146649. OLE color: 7146649.
HSL color Cylindrical-coordinate representation of color #990C6D: hue angle of 318.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C6D is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 109 | - |
| CMYK | 0 | 0.92 | 0.29 | 0.4 |
| HSL | 318.72º | 0.85% | 0.32% | - |
| HSV(B) | 318.72º | 0.92% | 0.6% | - |
| XYZ | 16.03 | 8.14 | 15.19 | - |
| YUV | 65.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 109 | 0 | 0.92 | 0.29 | 0.4 | 318.72 | 0.85 | 0.32 |
| Hex | 99 | C | 6D | 0 | 5C | 1D | 28 | 13F | 55 | 20 |
| Octal | 231 | 14 | 155 | 0 | 134 | 35 | 50 | 477 | 125 | 40 |
| Binary | 10011001 | 1100 | 1101101 | 0 | 1011100 | 11101 | 101000 | 100111111 | 1010101 | 100000 |
Color Harmonies of #990C6D
Complementary color
Monochromatic Colors of #990C6D
Black with #990C6D
Text Example
Text Example
White with #990C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C6D; }
p { color: rgb(153,12,109); }
H1.HeaderClassName
{
color: #990C6D;
}
.AnyTagClassName
{
color: #990C6D;
}
</style>
background-color css
<style>
a { background-color: #990C6D; }
a { background-color: rgb(153,12,109); }
div.DivClassName
{
background-color: #990C6D;
}
.BgClassName
{
background-color: #990C6D;
}
</style>
border-color css
<style>
span { border-color: #990C6D; }
span { border-color: rgb(153,12,109); }
td.TdClassName
{
border-color: #990C6D;
}
.TagClassName
{
border-color: #990C6D;
}
</style>