Shades of Eggplant #960977
Tints of Eggplant #960977
RGB
CMYK
RGB Variations
Color information
#960977 (or 0x960977) is known color: Eggplant. HEX triplet: 96, 09 and 77. RGB value is (150,9,119). Sum of RGB (Red+Green+Blue) = 150+9+119=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #960977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960977 is #69F688. Grayscale: #3F3F3F. Windows color (decimal): -6944393 or 7801238. OLE color: 7801238.
HSL color Cylindrical-coordinate representation of color #960977: hue angle of 313.19º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960977 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 119 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.41 |
| HSL | 313.19º | 0.89% | 0.31% | - |
| HSV(B) | 313.19º | 0.94% | 0.59% | - |
| XYZ | 16.01 | 8.01 | 18.16 | - |
| YUV | 63.7 | 159.21 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 119 | 0 | 0.94 | 0.21 | 0.41 | 313.19 | 0.89 | 0.31 |
| Hex | 96 | 9 | 77 | 0 | 5E | 15 | 29 | 139 | 59 | 1F |
| Octal | 226 | 11 | 167 | 0 | 136 | 25 | 51 | 471 | 131 | 37 |
| Binary | 10010110 | 1001 | 1110111 | 0 | 1011110 | 10101 | 101001 | 100111001 | 1011001 | 11111 |
Color Harmonies of #960977
Complementary color
Monochromatic Colors of #960977
Black with #960977
Text Example
Text Example
White with #960977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960977; }
p { color: rgb(150,9,119); }
H1.HeaderClassName
{
color: #960977;
}
.AnyTagClassName
{
color: #960977;
}
</style>
background-color css
<style>
a { background-color: #960977; }
a { background-color: rgb(150,9,119); }
div.DivClassName
{
background-color: #960977;
}
.BgClassName
{
background-color: #960977;
}
</style>
border-color css
<style>
span { border-color: #960977; }
span { border-color: rgb(150,9,119); }
td.TdClassName
{
border-color: #960977;
}
.TagClassName
{
border-color: #960977;
}
</style>