Shades of Eggplant #970056
Tints of Eggplant #970056
RGB
CMYK
RGB Variations
Color information
#970056 (or 0x970056) is known color: Eggplant. HEX triplet: 97, 00 and 56. RGB value is (151,0,86). Sum of RGB (Red+Green+Blue) = 151+0+86=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #970056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970056 is #68FFA9. Grayscale: #363636. Windows color (decimal): -6881194 or 5636247. OLE color: 5636247.
HSL color Cylindrical-coordinate representation of color #970056: hue angle of 325.83º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970056 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.43 | 0.41 |
| HSL | 325.83º | 1% | 0.3% | - |
| HSV(B) | 325.83º | 1% | 0.59% | - |
| XYZ | 14.44 | 7.25 | 9.44 | - |
| YUV | 54.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 86 | 0 | 1 | 0.43 | 0.41 | 325.83 | 1 | 0.3 |
| Hex | 97 | 0 | 56 | 0 | 64 | 2B | 29 | 146 | 64 | 1E |
| Octal | 227 | 0 | 126 | 0 | 144 | 53 | 51 | 506 | 144 | 36 |
| Binary | 10010111 | 0 | 1010110 | 0 | 1100100 | 101011 | 101001 | 101000110 | 1100100 | 11110 |
Color Harmonies of #970056
Complementary color
Monochromatic Colors of #970056
Black with #970056
Text Example
Text Example
White with #970056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970056; }
p { color: rgb(151,0,86); }
H1.HeaderClassName
{
color: #970056;
}
.AnyTagClassName
{
color: #970056;
}
</style>
background-color css
<style>
a { background-color: #970056; }
a { background-color: rgb(151,0,86); }
div.DivClassName
{
background-color: #970056;
}
.BgClassName
{
background-color: #970056;
}
</style>
border-color css
<style>
span { border-color: #970056; }
span { border-color: rgb(151,0,86); }
td.TdClassName
{
border-color: #970056;
}
.TagClassName
{
border-color: #970056;
}
</style>