Shades of Eggplant #970666
Tints of Eggplant #970666
RGB
CMYK
RGB Variations
Color information
#970666 (or 0x970666) is known color: Eggplant. HEX triplet: 97, 06 and 66. RGB value is (151,6,102). Sum of RGB (Red+Green+Blue) = 151+6+102=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #970666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970666 is #68F999. Grayscale: #3C3C3C. Windows color (decimal): -6879642 or 6686359. OLE color: 6686359.
HSL color Cylindrical-coordinate representation of color #970666: hue angle of 320.28º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970666 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.41 |
| HSL | 320.28º | 0.92% | 0.31% | - |
| HSV(B) | 320.28º | 0.96% | 0.59% | - |
| XYZ | 15.23 | 7.67 | 13.25 | - |
| YUV | 60.3 | 151.54 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 102 | 0 | 0.96 | 0.32 | 0.41 | 320.28 | 0.92 | 0.31 |
| Hex | 97 | 6 | 66 | 0 | 60 | 20 | 29 | 140 | 5C | 1F |
| Octal | 227 | 6 | 146 | 0 | 140 | 40 | 51 | 500 | 134 | 37 |
| Binary | 10010111 | 110 | 1100110 | 0 | 1100000 | 100000 | 101001 | 101000000 | 1011100 | 11111 |
Color Harmonies of #970666
Complementary color
Monochromatic Colors of #970666
Black with #970666
Text Example
Text Example
White with #970666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970666; }
p { color: rgb(151,6,102); }
H1.HeaderClassName
{
color: #970666;
}
.AnyTagClassName
{
color: #970666;
}
</style>
background-color css
<style>
a { background-color: #970666; }
a { background-color: rgb(151,6,102); }
div.DivClassName
{
background-color: #970666;
}
.BgClassName
{
background-color: #970666;
}
</style>
border-color css
<style>
span { border-color: #970666; }
span { border-color: rgb(151,6,102); }
td.TdClassName
{
border-color: #970666;
}
.TagClassName
{
border-color: #970666;
}
</style>