Shades of Eggplant #970972
Tints of Eggplant #970972
RGB
CMYK
RGB Variations
Color information
#970972 (or 0x970972) is known color: Eggplant. HEX triplet: 97, 09 and 72. RGB value is (151,9,114). Sum of RGB (Red+Green+Blue) = 151+9+114=274 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.11% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 151 - color contains mainly: red. Hex color #970972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970972 is #68F68D. Grayscale: #3F3F3F. Windows color (decimal): -6878862 or 7473559. OLE color: 7473559.
HSL color Cylindrical-coordinate representation of color #970972: hue angle of 315.63º 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 #970972 is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 9 | 114 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.41 |
| HSL | 315.63º | 0.89% | 0.31% | - |
| HSV(B) | 315.63º | 0.94% | 0.59% | - |
| XYZ | 15.9 | 7.99 | 16.62 | - |
| YUV | 63.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 114 | 0 | 0.94 | 0.25 | 0.41 | 315.63 | 0.89 | 0.31 |
| Hex | 97 | 9 | 72 | 0 | 5E | 19 | 29 | 13C | 59 | 1F |
| Octal | 227 | 11 | 162 | 0 | 136 | 31 | 51 | 474 | 131 | 37 |
| Binary | 10010111 | 1001 | 1110010 | 0 | 1011110 | 11001 | 101001 | 100111100 | 1011001 | 11111 |
Color Harmonies of #970972
Complementary color
Monochromatic Colors of #970972
Black with #970972
Text Example
Text Example
White with #970972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970972; }
p { color: rgb(151,9,114); }
H1.HeaderClassName
{
color: #970972;
}
.AnyTagClassName
{
color: #970972;
}
</style>
background-color css
<style>
a { background-color: #970972; }
a { background-color: rgb(151,9,114); }
div.DivClassName
{
background-color: #970972;
}
.BgClassName
{
background-color: #970972;
}
</style>
border-color css
<style>
span { border-color: #970972; }
span { border-color: rgb(151,9,114); }
td.TdClassName
{
border-color: #970972;
}
.TagClassName
{
border-color: #970972;
}
</style>