Shades of Eggplant #970977
Tints of Eggplant #970977
RGB
CMYK
RGB Variations
Color information
#970977 (or 0x970977) is known color: Eggplant. HEX triplet: 97, 09 and 77. RGB value is (151,9,119). Sum of RGB (Red+Green+Blue) = 151+9+119=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 119 (46.88% from 255 or 42.65% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #970977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970977 is #68F688. Grayscale: #3F3F3F. Windows color (decimal): -6878857 or 7801239. OLE color: 7801239.
HSL color Cylindrical-coordinate representation of color #970977: hue angle of 313.52º 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 #970977 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 9 | 119 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.41 |
| HSL | 313.52º | 0.89% | 0.31% | - |
| HSV(B) | 313.52º | 0.94% | 0.59% | - |
| XYZ | 16.19 | 8.11 | 18.16 | - |
| YUV | 64 | 159.04 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 119 | 0 | 0.94 | 0.21 | 0.41 | 313.52 | 0.89 | 0.31 |
| Hex | 97 | 9 | 77 | 0 | 5E | 15 | 29 | 13A | 59 | 1F |
| Octal | 227 | 11 | 167 | 0 | 136 | 25 | 51 | 472 | 131 | 37 |
| Binary | 10010111 | 1001 | 1110111 | 0 | 1011110 | 10101 | 101001 | 100111010 | 1011001 | 11111 |
Color Harmonies of #970977
Complementary color
Monochromatic Colors of #970977
Black with #970977
Text Example
Text Example
White with #970977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970977; }
p { color: rgb(151,9,119); }
H1.HeaderClassName
{
color: #970977;
}
.AnyTagClassName
{
color: #970977;
}
</style>
background-color css
<style>
a { background-color: #970977; }
a { background-color: rgb(151,9,119); }
div.DivClassName
{
background-color: #970977;
}
.BgClassName
{
background-color: #970977;
}
</style>
border-color css
<style>
span { border-color: #970977; }
span { border-color: rgb(151,9,119); }
td.TdClassName
{
border-color: #970977;
}
.TagClassName
{
border-color: #970977;
}
</style>