Shades of Eggplant #960076
Tints of Eggplant #960076
RGB
CMYK
RGB Variations
Color information
#960076 (or 0x960076) is known color: Eggplant. HEX triplet: 96, 00 and 76. RGB value is (150,0,118). Sum of RGB (Red+Green+Blue) = 150+0+118=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #960076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960076 is #69FF89. Grayscale: #393939. Windows color (decimal): -6946698 or 7733398. OLE color: 7733398.
HSL color Cylindrical-coordinate representation of color #960076: hue angle of 312.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960076 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.21 | 0.41 |
| HSL | 312.8º | 1% | 0.29% | - |
| HSV(B) | 312.8º | 1% | 0.59% | - |
| XYZ | 15.85 | 7.79 | 17.81 | - |
| YUV | 58.3 | 161.7 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 118 | 0 | 1 | 0.21 | 0.41 | 312.8 | 1 | 0.29 |
| Hex | 96 | 0 | 76 | 0 | 64 | 15 | 29 | 139 | 64 | 1D |
| Octal | 226 | 0 | 166 | 0 | 144 | 25 | 51 | 471 | 144 | 35 |
| Binary | 10010110 | 0 | 1110110 | 0 | 1100100 | 10101 | 101001 | 100111001 | 1100100 | 11101 |
Color Harmonies of #960076
Complementary color
Monochromatic Colors of #960076
Black with #960076
Text Example
Text Example
White with #960076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960076; }
p { color: rgb(150,0,118); }
H1.HeaderClassName
{
color: #960076;
}
.AnyTagClassName
{
color: #960076;
}
</style>
background-color css
<style>
a { background-color: #960076; }
a { background-color: rgb(150,0,118); }
div.DivClassName
{
background-color: #960076;
}
.BgClassName
{
background-color: #960076;
}
</style>
border-color css
<style>
span { border-color: #960076; }
span { border-color: rgb(150,0,118); }
td.TdClassName
{
border-color: #960076;
}
.TagClassName
{
border-color: #960076;
}
</style>