Shades of Eggplant #97116B
Tints of Eggplant #97116B
RGB
CMYK
RGB Variations
Color information
#97116B (or 0x97116B) is known color: Eggplant. HEX triplet: 97, 11 and 6B. RGB value is (151,17,107). Sum of RGB (Red+Green+Blue) = 151+17+107=275 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 151 - color contains mainly: red. Hex color #97116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97116B is #68EE94. Grayscale: #434343. Windows color (decimal): -6876821 or 7016855. OLE color: 7016855.
HSL color Cylindrical-coordinate representation of color #97116B: hue angle of 319.7º 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 #97116B is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 107 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.41 |
| HSL | 319.7º | 0.8% | 0.33% | - |
| HSV(B) | 319.7º | 0.89% | 0.59% | - |
| XYZ | 15.62 | 8.04 | 14.64 | - |
| YUV | 67.33 | 150.39 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 107 | 0 | 0.89 | 0.29 | 0.41 | 319.7 | 0.8 | 0.33 |
| Hex | 97 | 11 | 6B | 0 | 59 | 1D | 29 | 140 | 50 | 21 |
| Octal | 227 | 21 | 153 | 0 | 131 | 35 | 51 | 500 | 120 | 41 |
| Binary | 10010111 | 10001 | 1101011 | 0 | 1011001 | 11101 | 101001 | 101000000 | 1010000 | 100001 |
Color Harmonies of #97116B
Complementary color
Monochromatic Colors of #97116B
Black with #97116B
Text Example
Text Example
White with #97116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97116B; }
p { color: rgb(151,17,107); }
H1.HeaderClassName
{
color: #97116B;
}
.AnyTagClassName
{
color: #97116B;
}
</style>
background-color css
<style>
a { background-color: #97116B; }
a { background-color: rgb(151,17,107); }
div.DivClassName
{
background-color: #97116B;
}
.BgClassName
{
background-color: #97116B;
}
</style>
border-color css
<style>
span { border-color: #97116B; }
span { border-color: rgb(151,17,107); }
td.TdClassName
{
border-color: #97116B;
}
.TagClassName
{
border-color: #97116B;
}
</style>