Shades of Eggplant #99146F
Tints of Eggplant #99146F
RGB
CMYK
RGB Variations
Color information
#99146F (or 0x99146F) is known color: Eggplant. HEX triplet: 99, 14 and 6F. RGB value is (153,20,111). Sum of RGB (Red+Green+Blue) = 153+20+111=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99146F is #66EB90. Grayscale: #454545. Windows color (decimal): -6744977 or 7279769. OLE color: 7279769.
HSL color Cylindrical-coordinate representation of color #99146F: hue angle of 318.95º 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 #99146F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 111 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.4 |
| HSL | 318.95º | 0.77% | 0.34% | - |
| HSV(B) | 318.95º | 0.87% | 0.6% | - |
| XYZ | 16.26 | 8.42 | 15.81 | - |
| YUV | 70.14 | 151.06 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 111 | 0 | 0.87 | 0.27 | 0.4 | 318.95 | 0.77 | 0.34 |
| Hex | 99 | 14 | 6F | 0 | 57 | 1B | 28 | 13F | 4D | 22 |
| Octal | 231 | 24 | 157 | 0 | 127 | 33 | 50 | 477 | 115 | 42 |
| Binary | 10011001 | 10100 | 1101111 | 0 | 1010111 | 11011 | 101000 | 100111111 | 1001101 | 100010 |
Color Harmonies of #99146F
Complementary color
Monochromatic Colors of #99146F
Black with #99146F
Text Example
Text Example
White with #99146F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99146F; }
p { color: rgb(153,20,111); }
H1.HeaderClassName
{
color: #99146F;
}
.AnyTagClassName
{
color: #99146F;
}
</style>
background-color css
<style>
a { background-color: #99146F; }
a { background-color: rgb(153,20,111); }
div.DivClassName
{
background-color: #99146F;
}
.BgClassName
{
background-color: #99146F;
}
</style>
border-color css
<style>
span { border-color: #99146F; }
span { border-color: rgb(153,20,111); }
td.TdClassName
{
border-color: #99146F;
}
.TagClassName
{
border-color: #99146F;
}
</style>