Shades of Eggplant #970960
Tints of Eggplant #970960
RGB
CMYK
RGB Variations
Color information
#970960 (or 0x970960) is known color: Eggplant. HEX triplet: 97, 09 and 60. RGB value is (151,9,96). Sum of RGB (Red+Green+Blue) = 151+9+96=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #970960 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970960 is #68F69F. Grayscale: #3D3D3D. Windows color (decimal): -6878880 or 6293911. OLE color: 6293911.
HSL color Cylindrical-coordinate representation of color #970960: hue angle of 323.24º 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 #970960 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 9 | 96 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.41 |
| HSL | 323.24º | 0.89% | 0.31% | - |
| HSV(B) | 323.24º | 0.94% | 0.59% | - |
| XYZ | 14.97 | 7.62 | 11.75 | - |
| YUV | 61.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 96 | 0 | 0.94 | 0.36 | 0.41 | 323.24 | 0.89 | 0.31 |
| Hex | 97 | 9 | 60 | 0 | 5E | 24 | 29 | 143 | 59 | 1F |
| Octal | 227 | 11 | 140 | 0 | 136 | 44 | 51 | 503 | 131 | 37 |
| Binary | 10010111 | 1001 | 1100000 | 0 | 1011110 | 100100 | 101001 | 101000011 | 1011001 | 11111 |
Color Harmonies of #970960
Complementary color
Monochromatic Colors of #970960
Black with #970960
Text Example
Text Example
White with #970960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970960; }
p { color: rgb(151,9,96); }
H1.HeaderClassName
{
color: #970960;
}
.AnyTagClassName
{
color: #970960;
}
</style>
background-color css
<style>
a { background-color: #970960; }
a { background-color: rgb(151,9,96); }
div.DivClassName
{
background-color: #970960;
}
.BgClassName
{
background-color: #970960;
}
</style>
border-color css
<style>
span { border-color: #970960; }
span { border-color: rgb(151,9,96); }
td.TdClassName
{
border-color: #970960;
}
.TagClassName
{
border-color: #970960;
}
</style>