Shades of Eggplant #971164
Tints of Eggplant #971164
RGB
CMYK
RGB Variations
Color information
#971164 (or 0x971164) is known color: Eggplant. HEX triplet: 97, 11 and 64. RGB value is (151,17,100). Sum of RGB (Red+Green+Blue) = 151+17+100=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #971164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971164 is #68EE9B. Grayscale: #424242. Windows color (decimal): -6876828 or 6558103. OLE color: 6558103.
HSL color Cylindrical-coordinate representation of color #971164: hue angle of 322.84º 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 #971164 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 100 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.41 |
| HSL | 322.84º | 0.8% | 0.33% | - |
| HSV(B) | 322.84º | 0.89% | 0.59% | - |
| XYZ | 15.26 | 7.9 | 12.78 | - |
| YUV | 66.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 100 | 0 | 0.89 | 0.34 | 0.41 | 322.84 | 0.8 | 0.33 |
| Hex | 97 | 11 | 64 | 0 | 59 | 22 | 29 | 143 | 50 | 21 |
| Octal | 227 | 21 | 144 | 0 | 131 | 42 | 51 | 503 | 120 | 41 |
| Binary | 10010111 | 10001 | 1100100 | 0 | 1011001 | 100010 | 101001 | 101000011 | 1010000 | 100001 |
Color Harmonies of #971164
Complementary color
Monochromatic Colors of #971164
Black with #971164
Text Example
Text Example
White with #971164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971164; }
p { color: rgb(151,17,100); }
H1.HeaderClassName
{
color: #971164;
}
.AnyTagClassName
{
color: #971164;
}
</style>
background-color css
<style>
a { background-color: #971164; }
a { background-color: rgb(151,17,100); }
div.DivClassName
{
background-color: #971164;
}
.BgClassName
{
background-color: #971164;
}
</style>
border-color css
<style>
span { border-color: #971164; }
span { border-color: rgb(151,17,100); }
td.TdClassName
{
border-color: #971164;
}
.TagClassName
{
border-color: #971164;
}
</style>