Shades of Eggplant #96166E
Tints of Eggplant #96166E
RGB
CMYK
RGB Variations
Color information
#96166E (or 0x96166E) is known color: Eggplant. HEX triplet: 96, 16 and 6E. RGB value is (150,22,110). Sum of RGB (Red+Green+Blue) = 150+22+110=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96166E is #69E991. Grayscale: #464646. Windows color (decimal): -6941074 or 7214742. OLE color: 7214742.
HSL color Cylindrical-coordinate representation of color #96166E: hue angle of 318.75º 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 #96166E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 110 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.41 |
| HSL | 318.75º | 0.74% | 0.34% | - |
| HSV(B) | 318.75º | 0.85% | 0.59% | - |
| XYZ | 15.68 | 8.18 | 15.51 | - |
| YUV | 70.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 110 | 0 | 0.85 | 0.27 | 0.41 | 318.75 | 0.74 | 0.34 |
| Hex | 96 | 16 | 6E | 0 | 55 | 1B | 29 | 13F | 4A | 22 |
| Octal | 226 | 26 | 156 | 0 | 125 | 33 | 51 | 477 | 112 | 42 |
| Binary | 10010110 | 10110 | 1101110 | 0 | 1010101 | 11011 | 101001 | 100111111 | 1001010 | 100010 |
Color Harmonies of #96166E
Complementary color
Monochromatic Colors of #96166E
Black with #96166E
Text Example
Text Example
White with #96166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96166E; }
p { color: rgb(150,22,110); }
H1.HeaderClassName
{
color: #96166E;
}
.AnyTagClassName
{
color: #96166E;
}
</style>
background-color css
<style>
a { background-color: #96166E; }
a { background-color: rgb(150,22,110); }
div.DivClassName
{
background-color: #96166E;
}
.BgClassName
{
background-color: #96166E;
}
</style>
border-color css
<style>
span { border-color: #96166E; }
span { border-color: rgb(150,22,110); }
td.TdClassName
{
border-color: #96166E;
}
.TagClassName
{
border-color: #96166E;
}
</style>