Shades of Eggplant #99146E
Tints of Eggplant #99146E
RGB
CMYK
RGB Variations
Color information
#99146E (or 0x99146E) is known color: Eggplant. HEX triplet: 99, 14 and 6E. RGB value is (153,20,110). Sum of RGB (Red+Green+Blue) = 153+20+110=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #99146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99146E is #66EB91. Grayscale: #454545. Windows color (decimal): -6744978 or 7214233. OLE color: 7214233.
HSL color Cylindrical-coordinate representation of color #99146E: hue angle of 319.4º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #99146E is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 110 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.4 |
| HSL | 319.4º | 0.77% | 0.34% | - |
| HSV(B) | 319.4º | 0.87% | 0.6% | - |
| XYZ | 16.2 | 8.4 | 15.52 | - |
| YUV | 70.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 110 | 0 | 0.87 | 0.28 | 0.4 | 319.4 | 0.77 | 0.34 |
| Hex | 99 | 14 | 6E | 0 | 57 | 1C | 28 | 13F | 4D | 22 |
| Octal | 231 | 24 | 156 | 0 | 127 | 34 | 50 | 477 | 115 | 42 |
| Binary | 10011001 | 10100 | 1101110 | 0 | 1010111 | 11100 | 101000 | 100111111 | 1001101 | 100010 |
Color Harmonies of #99146E
Complementary color
Monochromatic Colors of #99146E
Black with #99146E
Text Example
Text Example
White with #99146E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99146E; }
p { color: rgb(153,20,110); }
H1.HeaderClassName
{
color: #99146E;
}
.AnyTagClassName
{
color: #99146E;
}
</style>
background-color css
<style>
a { background-color: #99146E; }
a { background-color: rgb(153,20,110); }
div.DivClassName
{
background-color: #99146E;
}
.BgClassName
{
background-color: #99146E;
}
</style>
border-color css
<style>
span { border-color: #99146E; }
span { border-color: rgb(153,20,110); }
td.TdClassName
{
border-color: #99146E;
}
.TagClassName
{
border-color: #99146E;
}
</style>