Shades of Eggplant #970566
Tints of Eggplant #970566
RGB
CMYK
RGB Variations
Color information
#970566 (or 0x970566) is known color: Eggplant. HEX triplet: 97, 05 and 66. RGB value is (151,5,102). Sum of RGB (Red+Green+Blue) = 151+5+102=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #970566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970566 is #68FA99. Grayscale: #3B3B3B. Windows color (decimal): -6879898 or 6686103. OLE color: 6686103.
HSL color Cylindrical-coordinate representation of color #970566: hue angle of 320.14º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #970566 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.41 |
| HSL | 320.14º | 0.94% | 0.31% | - |
| HSV(B) | 320.14º | 0.97% | 0.59% | - |
| XYZ | 15.22 | 7.65 | 13.24 | - |
| YUV | 59.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 5 | 102 | 0 | 0.97 | 0.32 | 0.41 | 320.14 | 0.94 | 0.31 |
| Hex | 97 | 5 | 66 | 0 | 61 | 20 | 29 | 140 | 5E | 1F |
| Octal | 227 | 5 | 146 | 0 | 141 | 40 | 51 | 500 | 136 | 37 |
| Binary | 10010111 | 101 | 1100110 | 0 | 1100001 | 100000 | 101001 | 101000000 | 1011110 | 11111 |
Color Harmonies of #970566
Complementary color
Monochromatic Colors of #970566
Black with #970566
Text Example
Text Example
White with #970566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970566; }
p { color: rgb(151,5,102); }
H1.HeaderClassName
{
color: #970566;
}
.AnyTagClassName
{
color: #970566;
}
</style>
background-color css
<style>
a { background-color: #970566; }
a { background-color: rgb(151,5,102); }
div.DivClassName
{
background-color: #970566;
}
.BgClassName
{
background-color: #970566;
}
</style>
border-color css
<style>
span { border-color: #970566; }
span { border-color: rgb(151,5,102); }
td.TdClassName
{
border-color: #970566;
}
.TagClassName
{
border-color: #970566;
}
</style>