Shades of Eggplant #971075
Tints of Eggplant #971075
RGB
CMYK
RGB Variations
Color information
#971075 (or 0x971075) is known color: Eggplant. HEX triplet: 97, 10 and 75. RGB value is (151,16,117). Sum of RGB (Red+Green+Blue) = 151+16+117=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #971075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971075 is #68EF8A. Grayscale: #434343. Windows color (decimal): -6877067 or 7671959. OLE color: 7671959.
HSL color Cylindrical-coordinate representation of color #971075: hue angle of 315.11º degrees, saturation: 0.81, 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 #971075 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 117 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.41 |
| HSL | 315.11º | 0.81% | 0.33% | - |
| HSV(B) | 315.11º | 0.89% | 0.59% | - |
| XYZ | 16.16 | 8.23 | 17.57 | - |
| YUV | 67.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 117 | 0 | 0.89 | 0.23 | 0.41 | 315.11 | 0.81 | 0.33 |
| Hex | 97 | 10 | 75 | 0 | 59 | 17 | 29 | 13B | 51 | 21 |
| Octal | 227 | 20 | 165 | 0 | 131 | 27 | 51 | 473 | 121 | 41 |
| Binary | 10010111 | 10000 | 1110101 | 0 | 1011001 | 10111 | 101001 | 100111011 | 1010001 | 100001 |
Color Harmonies of #971075
Complementary color
Monochromatic Colors of #971075
Black with #971075
Text Example
Text Example
White with #971075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971075; }
p { color: rgb(151,16,117); }
H1.HeaderClassName
{
color: #971075;
}
.AnyTagClassName
{
color: #971075;
}
</style>
background-color css
<style>
a { background-color: #971075; }
a { background-color: rgb(151,16,117); }
div.DivClassName
{
background-color: #971075;
}
.BgClassName
{
background-color: #971075;
}
</style>
border-color css
<style>
span { border-color: #971075; }
span { border-color: rgb(151,16,117); }
td.TdClassName
{
border-color: #971075;
}
.TagClassName
{
border-color: #971075;
}
</style>