Shades of Eggplant #971171
Tints of Eggplant #971171
RGB
CMYK
RGB Variations
Color information
#971171 (or 0x971171) is known color: Eggplant. HEX triplet: 97, 11 and 71. RGB value is (151,17,113). Sum of RGB (Red+Green+Blue) = 151+17+113=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #971171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971171 is #68EE8E. Grayscale: #434343. Windows color (decimal): -6876815 or 7410071. OLE color: 7410071.
HSL color Cylindrical-coordinate representation of color #971171: hue angle of 317.01º 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 #971171 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 113 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.41 |
| HSL | 317.01º | 0.8% | 0.33% | - |
| HSV(B) | 317.01º | 0.89% | 0.59% | - |
| XYZ | 15.94 | 8.17 | 16.36 | - |
| YUV | 68.01 | 153.39 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 113 | 0 | 0.89 | 0.25 | 0.41 | 317.01 | 0.8 | 0.33 |
| Hex | 97 | 11 | 71 | 0 | 59 | 19 | 29 | 13D | 50 | 21 |
| Octal | 227 | 21 | 161 | 0 | 131 | 31 | 51 | 475 | 120 | 41 |
| Binary | 10010111 | 10001 | 1110001 | 0 | 1011001 | 11001 | 101001 | 100111101 | 1010000 | 100001 |
Color Harmonies of #971171
Complementary color
Monochromatic Colors of #971171
Black with #971171
Text Example
Text Example
White with #971171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971171; }
p { color: rgb(151,17,113); }
H1.HeaderClassName
{
color: #971171;
}
.AnyTagClassName
{
color: #971171;
}
</style>
background-color css
<style>
a { background-color: #971171; }
a { background-color: rgb(151,17,113); }
div.DivClassName
{
background-color: #971171;
}
.BgClassName
{
background-color: #971171;
}
</style>
border-color css
<style>
span { border-color: #971171; }
span { border-color: rgb(151,17,113); }
td.TdClassName
{
border-color: #971171;
}
.TagClassName
{
border-color: #971171;
}
</style>