Shades of Eggplant #96166D
Tints of Eggplant #96166D
RGB
CMYK
RGB Variations
Color information
#96166D (or 0x96166D) is known color: Eggplant. HEX triplet: 96, 16 and 6D. RGB value is (150,22,109). Sum of RGB (Red+Green+Blue) = 150+22+109=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96166D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96166D is #69E992. Grayscale: #454545. Windows color (decimal): -6941075 or 7149206. OLE color: 7149206.
HSL color Cylindrical-coordinate representation of color #96166D: hue angle of 319.22º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96166D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 109 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.41 |
| HSL | 319.22º | 0.74% | 0.34% | - |
| HSV(B) | 319.22º | 0.85% | 0.59% | - |
| XYZ | 15.62 | 8.16 | 15.22 | - |
| YUV | 70.19 | 149.91 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 109 | 0 | 0.85 | 0.27 | 0.41 | 319.22 | 0.74 | 0.34 |
| Hex | 96 | 16 | 6D | 0 | 55 | 1B | 29 | 13F | 4A | 22 |
| Octal | 226 | 26 | 155 | 0 | 125 | 33 | 51 | 477 | 112 | 42 |
| Binary | 10010110 | 10110 | 1101101 | 0 | 1010101 | 11011 | 101001 | 100111111 | 1001010 | 100010 |
Color Harmonies of #96166D
Complementary color
Monochromatic Colors of #96166D
Black with #96166D
Text Example
Text Example
White with #96166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96166D; }
p { color: rgb(150,22,109); }
H1.HeaderClassName
{
color: #96166D;
}
.AnyTagClassName
{
color: #96166D;
}
</style>
background-color css
<style>
a { background-color: #96166D; }
a { background-color: rgb(150,22,109); }
div.DivClassName
{
background-color: #96166D;
}
.BgClassName
{
background-color: #96166D;
}
</style>
border-color css
<style>
span { border-color: #96166D; }
span { border-color: rgb(150,22,109); }
td.TdClassName
{
border-color: #96166D;
}
.TagClassName
{
border-color: #96166D;
}
</style>