Shades of Eggplant #971366
Tints of Eggplant #971366
RGB
CMYK
RGB Variations
Color information
#971366 (or 0x971366) is known color: Eggplant. HEX triplet: 97, 13 and 66. RGB value is (151,19,102). Sum of RGB (Red+Green+Blue) = 151+19+102=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #971366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971366 is #68EC99. Grayscale: #434343. Windows color (decimal): -6876314 or 6689687. OLE color: 6689687.
HSL color Cylindrical-coordinate representation of color #971366: hue angle of 322.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971366 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 102 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.41 |
| HSL | 322.27º | 0.78% | 0.33% | - |
| HSV(B) | 322.27º | 0.87% | 0.59% | - |
| XYZ | 15.39 | 8 | 13.3 | - |
| YUV | 67.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 102 | 0 | 0.87 | 0.32 | 0.41 | 322.27 | 0.78 | 0.33 |
| Hex | 97 | 13 | 66 | 0 | 57 | 20 | 29 | 142 | 4E | 21 |
| Octal | 227 | 23 | 146 | 0 | 127 | 40 | 51 | 502 | 116 | 41 |
| Binary | 10010111 | 10011 | 1100110 | 0 | 1010111 | 100000 | 101001 | 101000010 | 1001110 | 100001 |
Color Harmonies of #971366
Complementary color
Monochromatic Colors of #971366
Black with #971366
Text Example
Text Example
White with #971366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971366; }
p { color: rgb(151,19,102); }
H1.HeaderClassName
{
color: #971366;
}
.AnyTagClassName
{
color: #971366;
}
</style>
background-color css
<style>
a { background-color: #971366; }
a { background-color: rgb(151,19,102); }
div.DivClassName
{
background-color: #971366;
}
.BgClassName
{
background-color: #971366;
}
</style>
border-color css
<style>
span { border-color: #971366; }
span { border-color: rgb(151,19,102); }
td.TdClassName
{
border-color: #971366;
}
.TagClassName
{
border-color: #971366;
}
</style>