Shades of Eggplant #970967
Tints of Eggplant #970967
RGB
CMYK
RGB Variations
Color information
#970967 (or 0x970967) is known color: Eggplant. HEX triplet: 97, 09 and 67. RGB value is (151,9,103). Sum of RGB (Red+Green+Blue) = 151+9+103=263 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.41% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 151 - color contains mainly: red. Hex color #970967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970967 is #68F698. Grayscale: #3D3D3D. Windows color (decimal): -6878873 or 6752663. OLE color: 6752663.
HSL color Cylindrical-coordinate representation of color #970967: hue angle of 320.28º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970967 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 9 | 103 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.41 |
| HSL | 320.28º | 0.89% | 0.31% | - |
| HSV(B) | 320.28º | 0.94% | 0.59% | - |
| XYZ | 15.31 | 7.75 | 13.52 | - |
| YUV | 62.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 9 | 103 | 0 | 0.94 | 0.32 | 0.41 | 320.28 | 0.89 | 0.31 |
| Hex | 97 | 9 | 67 | 0 | 5E | 20 | 29 | 140 | 59 | 1F |
| Octal | 227 | 11 | 147 | 0 | 136 | 40 | 51 | 500 | 131 | 37 |
| Binary | 10010111 | 1001 | 1100111 | 0 | 1011110 | 100000 | 101001 | 101000000 | 1011001 | 11111 |
Color Harmonies of #970967
Complementary color
Monochromatic Colors of #970967
Black with #970967
Text Example
Text Example
White with #970967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970967; }
p { color: rgb(151,9,103); }
H1.HeaderClassName
{
color: #970967;
}
.AnyTagClassName
{
color: #970967;
}
</style>
background-color css
<style>
a { background-color: #970967; }
a { background-color: rgb(151,9,103); }
div.DivClassName
{
background-color: #970967;
}
.BgClassName
{
background-color: #970967;
}
</style>
border-color css
<style>
span { border-color: #970967; }
span { border-color: rgb(151,9,103); }
td.TdClassName
{
border-color: #970967;
}
.TagClassName
{
border-color: #970967;
}
</style>