Shades of Eggplant #970A64
Tints of Eggplant #970A64
RGB
CMYK
RGB Variations
Color information
#970A64 (or 0x970A64) is known color: Eggplant. HEX triplet: 97, 0A and 64. RGB value is (151,10,100). Sum of RGB (Red+Green+Blue) = 151+10+100=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #970A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A64 is #68F59B. Grayscale: #3E3E3E. Windows color (decimal): -6878620 or 6556311. OLE color: 6556311.
HSL color Cylindrical-coordinate representation of color #970A64: hue angle of 321.7º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A64 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 100 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.41 |
| HSL | 321.7º | 0.88% | 0.32% | - |
| HSV(B) | 321.7º | 0.93% | 0.59% | - |
| XYZ | 15.17 | 7.72 | 12.75 | - |
| YUV | 62.42 | 149.21 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 100 | 0 | 0.93 | 0.34 | 0.41 | 321.7 | 0.88 | 0.32 |
| Hex | 97 | A | 64 | 0 | 5D | 22 | 29 | 142 | 58 | 20 |
| Octal | 227 | 12 | 144 | 0 | 135 | 42 | 51 | 502 | 130 | 40 |
| Binary | 10010111 | 1010 | 1100100 | 0 | 1011101 | 100010 | 101001 | 101000010 | 1011000 | 100000 |
Color Harmonies of #970A64
Complementary color
Monochromatic Colors of #970A64
Black with #970A64
Text Example
Text Example
White with #970A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A64; }
p { color: rgb(151,10,100); }
H1.HeaderClassName
{
color: #970A64;
}
.AnyTagClassName
{
color: #970A64;
}
</style>
background-color css
<style>
a { background-color: #970A64; }
a { background-color: rgb(151,10,100); }
div.DivClassName
{
background-color: #970A64;
}
.BgClassName
{
background-color: #970A64;
}
</style>
border-color css
<style>
span { border-color: #970A64; }
span { border-color: rgb(151,10,100); }
td.TdClassName
{
border-color: #970A64;
}
.TagClassName
{
border-color: #970A64;
}
</style>