Shades of Eggplant #971174
Tints of Eggplant #971174
RGB
CMYK
RGB Variations
Color information
#971174 (or 0x971174) is known color: Eggplant. HEX triplet: 97, 11 and 74. RGB value is (151,17,116). Sum of RGB (Red+Green+Blue) = 151+17+116=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #971174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971174 is #68EE8B. Grayscale: #444444. Windows color (decimal): -6876812 or 7606679. OLE color: 7606679.
HSL color Cylindrical-coordinate representation of color #971174: hue angle of 315.67º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971174 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 116 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.41 |
| HSL | 315.67º | 0.8% | 0.33% | - |
| HSV(B) | 315.67º | 0.89% | 0.59% | - |
| XYZ | 16.12 | 8.24 | 17.26 | - |
| YUV | 68.35 | 154.89 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 116 | 0 | 0.89 | 0.23 | 0.41 | 315.67 | 0.8 | 0.33 |
| Hex | 97 | 11 | 74 | 0 | 59 | 17 | 29 | 13C | 50 | 21 |
| Octal | 227 | 21 | 164 | 0 | 131 | 27 | 51 | 474 | 120 | 41 |
| Binary | 10010111 | 10001 | 1110100 | 0 | 1011001 | 10111 | 101001 | 100111100 | 1010000 | 100001 |
Color Harmonies of #971174
Complementary color
Monochromatic Colors of #971174
Black with #971174
Text Example
Text Example
White with #971174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971174; }
p { color: rgb(151,17,116); }
H1.HeaderClassName
{
color: #971174;
}
.AnyTagClassName
{
color: #971174;
}
</style>
background-color css
<style>
a { background-color: #971174; }
a { background-color: rgb(151,17,116); }
div.DivClassName
{
background-color: #971174;
}
.BgClassName
{
background-color: #971174;
}
</style>
border-color css
<style>
span { border-color: #971174; }
span { border-color: rgb(151,17,116); }
td.TdClassName
{
border-color: #971174;
}
.TagClassName
{
border-color: #971174;
}
</style>