Shades of Eggplant #990C7A
Tints of Eggplant #990C7A
RGB
CMYK
RGB Variations
Color information
#990C7A (or 0x990C7A) is known color: Eggplant. HEX triplet: 99, 0C and 7A. RGB value is (153,12,122). Sum of RGB (Red+Green+Blue) = 153+12+122=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #990C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C7A is #66F385. Grayscale: #424242. Windows color (decimal): -6747014 or 7998617. OLE color: 7998617.
HSL color Cylindrical-coordinate representation of color #990C7A: hue angle of 313.19º 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 #990C7A is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 122 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.4 |
| HSL | 313.19º | 0.85% | 0.32% | - |
| HSV(B) | 313.19º | 0.92% | 0.6% | - |
| XYZ | 16.78 | 8.44 | 19.16 | - |
| YUV | 66.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 122 | 0 | 0.92 | 0.20 | 0.4 | 313.19 | 0.85 | 0.32 |
| Hex | 99 | C | 7A | 0 | 5C | 14 | 28 | 139 | 55 | 20 |
| Octal | 231 | 14 | 172 | 0 | 134 | 24 | 50 | 471 | 125 | 40 |
| Binary | 10011001 | 1100 | 1111010 | 0 | 1011100 | 10100 | 101000 | 100111001 | 1010101 | 100000 |
Color Harmonies of #990C7A
Complementary color
Monochromatic Colors of #990C7A
Black with #990C7A
Text Example
Text Example
White with #990C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C7A; }
p { color: rgb(153,12,122); }
H1.HeaderClassName
{
color: #990C7A;
}
.AnyTagClassName
{
color: #990C7A;
}
</style>
background-color css
<style>
a { background-color: #990C7A; }
a { background-color: rgb(153,12,122); }
div.DivClassName
{
background-color: #990C7A;
}
.BgClassName
{
background-color: #990C7A;
}
</style>
border-color css
<style>
span { border-color: #990C7A; }
span { border-color: rgb(153,12,122); }
td.TdClassName
{
border-color: #990C7A;
}
.TagClassName
{
border-color: #990C7A;
}
</style>