Shades of Eggplant #96186C
Tints of Eggplant #96186C
RGB
CMYK
RGB Variations
Color information
#96186C (or 0x96186C) is known color: Eggplant. HEX triplet: 96, 18 and 6C. RGB value is (150,24,108). Sum of RGB (Red+Green+Blue) = 150+24+108=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96186C is #69E793. Grayscale: #474747. Windows color (decimal): -6940564 or 7084182. OLE color: 7084182.
HSL color Cylindrical-coordinate representation of color #96186C: hue angle of 320º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96186C is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 108 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.41 |
| HSL | 320º | 0.72% | 0.34% | - |
| HSV(B) | 320º | 0.84% | 0.59% | - |
| XYZ | 15.61 | 8.22 | 14.95 | - |
| YUV | 71.25 | 148.74 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 108 | 0 | 0.84 | 0.28 | 0.41 | 320 | 0.72 | 0.34 |
| Hex | 96 | 18 | 6C | 0 | 54 | 1C | 29 | 140 | 48 | 22 |
| Octal | 226 | 30 | 154 | 0 | 124 | 34 | 51 | 500 | 110 | 42 |
| Binary | 10010110 | 11000 | 1101100 | 0 | 1010100 | 11100 | 101001 | 101000000 | 1001000 | 100010 |
Color Harmonies of #96186C
Complementary color
Monochromatic Colors of #96186C
Black with #96186C
Text Example
Text Example
White with #96186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96186C; }
p { color: rgb(150,24,108); }
H1.HeaderClassName
{
color: #96186C;
}
.AnyTagClassName
{
color: #96186C;
}
</style>
background-color css
<style>
a { background-color: #96186C; }
a { background-color: rgb(150,24,108); }
div.DivClassName
{
background-color: #96186C;
}
.BgClassName
{
background-color: #96186C;
}
</style>
border-color css
<style>
span { border-color: #96186C; }
span { border-color: rgb(150,24,108); }
td.TdClassName
{
border-color: #96186C;
}
.TagClassName
{
border-color: #96186C;
}
</style>