Shades of Eggplant #960077
Tints of Eggplant #960077
RGB
CMYK
RGB Variations
Color information
#960077 (or 0x960077) is known color: Eggplant. HEX triplet: 96, 00 and 77. RGB value is (150,0,119). Sum of RGB (Red+Green+Blue) = 150+0+119=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #960077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960077 is #69FF88. Grayscale: #3A3A3A. Windows color (decimal): -6946697 or 7798934. OLE color: 7798934.
HSL color Cylindrical-coordinate representation of color #960077: hue angle of 312.4º 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 #960077 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 119 | - |
| CMYK | 0 | 1 | 0.21 | 0.41 |
| HSL | 312.4º | 1% | 0.29% | - |
| HSV(B) | 312.4º | 1% | 0.59% | - |
| XYZ | 15.91 | 7.82 | 18.12 | - |
| YUV | 58.42 | 162.2 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 119 | 0 | 1 | 0.21 | 0.41 | 312.4 | 1 | 0.29 |
| Hex | 96 | 0 | 77 | 0 | 64 | 15 | 29 | 138 | 64 | 1D |
| Octal | 226 | 0 | 167 | 0 | 144 | 25 | 51 | 470 | 144 | 35 |
| Binary | 10010110 | 0 | 1110111 | 0 | 1100100 | 10101 | 101001 | 100111000 | 1100100 | 11101 |
Color Harmonies of #960077
Complementary color
Monochromatic Colors of #960077
Black with #960077
Text Example
Text Example
White with #960077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960077; }
p { color: rgb(150,0,119); }
H1.HeaderClassName
{
color: #960077;
}
.AnyTagClassName
{
color: #960077;
}
</style>
background-color css
<style>
a { background-color: #960077; }
a { background-color: rgb(150,0,119); }
div.DivClassName
{
background-color: #960077;
}
.BgClassName
{
background-color: #960077;
}
</style>
border-color css
<style>
span { border-color: #960077; }
span { border-color: rgb(150,0,119); }
td.TdClassName
{
border-color: #960077;
}
.TagClassName
{
border-color: #960077;
}
</style>