Shades of Eggplant #97166F
Tints of Eggplant #97166F
RGB
CMYK
RGB Variations
Color information
#97166F (or 0x97166F) is known color: Eggplant. HEX triplet: 97, 16 and 6F. RGB value is (151,22,111). Sum of RGB (Red+Green+Blue) = 151+22+111=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #97166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97166F is #68E990. Grayscale: #464646. Windows color (decimal): -6875537 or 7280279. OLE color: 7280279.
HSL color Cylindrical-coordinate representation of color #97166F: hue angle of 318.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #97166F is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 111 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.41 |
| HSL | 318.6º | 0.75% | 0.34% | - |
| HSV(B) | 318.6º | 0.85% | 0.59% | - |
| XYZ | 15.92 | 8.3 | 15.8 | - |
| YUV | 70.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 111 | 0 | 0.85 | 0.26 | 0.41 | 318.6 | 0.75 | 0.34 |
| Hex | 97 | 16 | 6F | 0 | 55 | 1A | 29 | 13F | 4B | 22 |
| Octal | 227 | 26 | 157 | 0 | 125 | 32 | 51 | 477 | 113 | 42 |
| Binary | 10010111 | 10110 | 1101111 | 0 | 1010101 | 11010 | 101001 | 100111111 | 1001011 | 100010 |
Color Harmonies of #97166F
Complementary color
Monochromatic Colors of #97166F
Black with #97166F
Text Example
Text Example
White with #97166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97166F; }
p { color: rgb(151,22,111); }
H1.HeaderClassName
{
color: #97166F;
}
.AnyTagClassName
{
color: #97166F;
}
</style>
background-color css
<style>
a { background-color: #97166F; }
a { background-color: rgb(151,22,111); }
div.DivClassName
{
background-color: #97166F;
}
.BgClassName
{
background-color: #97166F;
}
</style>
border-color css
<style>
span { border-color: #97166F; }
span { border-color: rgb(151,22,111); }
td.TdClassName
{
border-color: #97166F;
}
.TagClassName
{
border-color: #97166F;
}
</style>