Shades of Eggplant #990C7B
Tints of Eggplant #990C7B
RGB
CMYK
RGB Variations
Color information
#990C7B (or 0x990C7B) is known color: Eggplant. HEX triplet: 99, 0C and 7B. RGB value is (153,12,123). Sum of RGB (Red+Green+Blue) = 153+12+123=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 123 (48.44% from 255 or 42.71% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990C7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C7B is #66F384. Grayscale: #424242. Windows color (decimal): -6747013 or 8064153. OLE color: 8064153.
HSL color Cylindrical-coordinate representation of color #990C7B: hue angle of 312.77º 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 #990C7B is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 123 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.4 |
| HSL | 312.77º | 0.85% | 0.32% | - |
| HSV(B) | 312.77º | 0.92% | 0.6% | - |
| XYZ | 16.84 | 8.47 | 19.49 | - |
| YUV | 66.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 123 | 0 | 0.92 | 0.20 | 0.4 | 312.77 | 0.85 | 0.32 |
| Hex | 99 | C | 7B | 0 | 5C | 14 | 28 | 139 | 55 | 20 |
| Octal | 231 | 14 | 173 | 0 | 134 | 24 | 50 | 471 | 125 | 40 |
| Binary | 10011001 | 1100 | 1111011 | 0 | 1011100 | 10100 | 101000 | 100111001 | 1010101 | 100000 |
Color Harmonies of #990C7B
Complementary color
Monochromatic Colors of #990C7B
Black with #990C7B
Text Example
Text Example
White with #990C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C7B; }
p { color: rgb(153,12,123); }
H1.HeaderClassName
{
color: #990C7B;
}
.AnyTagClassName
{
color: #990C7B;
}
</style>
background-color css
<style>
a { background-color: #990C7B; }
a { background-color: rgb(153,12,123); }
div.DivClassName
{
background-color: #990C7B;
}
.BgClassName
{
background-color: #990C7B;
}
</style>
border-color css
<style>
span { border-color: #990C7B; }
span { border-color: rgb(153,12,123); }
td.TdClassName
{
border-color: #990C7B;
}
.TagClassName
{
border-color: #990C7B;
}
</style>