Shades of Eggplant #970A5E
Tints of Eggplant #970A5E
RGB
CMYK
RGB Variations
Color information
#970A5E (or 0x970A5E) is known color: Eggplant. HEX triplet: 97, 0A and 5E. RGB value is (151,10,94). Sum of RGB (Red+Green+Blue) = 151+10+94=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #970A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970A5E is #68F5A1. Grayscale: #3D3D3D. Windows color (decimal): -6878626 or 6163095. OLE color: 6163095.
HSL color Cylindrical-coordinate representation of color #970A5E: hue angle of 324.26º 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 #970A5E is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 94 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.41 |
| HSL | 324.26º | 0.88% | 0.32% | - |
| HSV(B) | 324.26º | 0.93% | 0.59% | - |
| XYZ | 14.89 | 7.6 | 11.27 | - |
| YUV | 61.74 | 146.21 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 94 | 0 | 0.93 | 0.38 | 0.41 | 324.26 | 0.88 | 0.32 |
| Hex | 97 | A | 5E | 0 | 5D | 26 | 29 | 144 | 58 | 20 |
| Octal | 227 | 12 | 136 | 0 | 135 | 46 | 51 | 504 | 130 | 40 |
| Binary | 10010111 | 1010 | 1011110 | 0 | 1011101 | 100110 | 101001 | 101000100 | 1011000 | 100000 |
Color Harmonies of #970A5E
Complementary color
Monochromatic Colors of #970A5E
Black with #970A5E
Text Example
Text Example
White with #970A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A5E; }
p { color: rgb(151,10,94); }
H1.HeaderClassName
{
color: #970A5E;
}
.AnyTagClassName
{
color: #970A5E;
}
</style>
background-color css
<style>
a { background-color: #970A5E; }
a { background-color: rgb(151,10,94); }
div.DivClassName
{
background-color: #970A5E;
}
.BgClassName
{
background-color: #970A5E;
}
</style>
border-color css
<style>
span { border-color: #970A5E; }
span { border-color: rgb(151,10,94); }
td.TdClassName
{
border-color: #970A5E;
}
.TagClassName
{
border-color: #970A5E;
}
</style>