Shades of Eggplant #96156C
Tints of Eggplant #96156C
RGB
CMYK
RGB Variations
Color information
#96156C (or 0x96156C) is known color: Eggplant. HEX triplet: 96, 15 and 6C. RGB value is (150,21,108). Sum of RGB (Red+Green+Blue) = 150+21+108=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96156C is #69EA93. Grayscale: #454545. Windows color (decimal): -6941332 or 7083414. OLE color: 7083414.
HSL color Cylindrical-coordinate representation of color #96156C: hue angle of 319.53º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96156C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 21 | 108 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.41 |
| HSL | 319.53º | 0.75% | 0.34% | - |
| HSV(B) | 319.53º | 0.86% | 0.59% | - |
| XYZ | 15.55 | 8.1 | 14.93 | - |
| YUV | 69.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 21 | 108 | 0 | 0.86 | 0.28 | 0.41 | 319.53 | 0.75 | 0.34 |
| Hex | 96 | 15 | 6C | 0 | 56 | 1C | 29 | 140 | 4B | 22 |
| Octal | 226 | 25 | 154 | 0 | 126 | 34 | 51 | 500 | 113 | 42 |
| Binary | 10010110 | 10101 | 1101100 | 0 | 1010110 | 11100 | 101001 | 101000000 | 1001011 | 100010 |
Color Harmonies of #96156C
Complementary color
Monochromatic Colors of #96156C
Black with #96156C
Text Example
Text Example
White with #96156C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96156C; }
p { color: rgb(150,21,108); }
H1.HeaderClassName
{
color: #96156C;
}
.AnyTagClassName
{
color: #96156C;
}
</style>
background-color css
<style>
a { background-color: #96156C; }
a { background-color: rgb(150,21,108); }
div.DivClassName
{
background-color: #96156C;
}
.BgClassName
{
background-color: #96156C;
}
</style>
border-color css
<style>
span { border-color: #96156C; }
span { border-color: rgb(150,21,108); }
td.TdClassName
{
border-color: #96156C;
}
.TagClassName
{
border-color: #96156C;
}
</style>