Shades of Eggplant #970864
Tints of Eggplant #970864
RGB
CMYK
RGB Variations
Color information
#970864 (or 0x970864) is known color: Eggplant. HEX triplet: 97, 08 and 64. RGB value is (151,8,100). Sum of RGB (Red+Green+Blue) = 151+8+100=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #970864 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970864 is #68F79B. Grayscale: #3D3D3D. Windows color (decimal): -6879132 or 6555799. OLE color: 6555799.
HSL color Cylindrical-coordinate representation of color #970864: hue angle of 321.4º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970864 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 8 | 100 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.41 |
| HSL | 321.4º | 0.9% | 0.31% | - |
| HSV(B) | 321.4º | 0.95% | 0.59% | - |
| XYZ | 15.15 | 7.67 | 12.74 | - |
| YUV | 61.25 | 149.88 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 100 | 0 | 0.95 | 0.34 | 0.41 | 321.4 | 0.9 | 0.31 |
| Hex | 97 | 8 | 64 | 0 | 5F | 22 | 29 | 141 | 5A | 1F |
| Octal | 227 | 10 | 144 | 0 | 137 | 42 | 51 | 501 | 132 | 37 |
| Binary | 10010111 | 1000 | 1100100 | 0 | 1011111 | 100010 | 101001 | 101000001 | 1011010 | 11111 |
Color Harmonies of #970864
Complementary color
Monochromatic Colors of #970864
Black with #970864
Text Example
Text Example
White with #970864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970864; }
p { color: rgb(151,8,100); }
H1.HeaderClassName
{
color: #970864;
}
.AnyTagClassName
{
color: #970864;
}
</style>
background-color css
<style>
a { background-color: #970864; }
a { background-color: rgb(151,8,100); }
div.DivClassName
{
background-color: #970864;
}
.BgClassName
{
background-color: #970864;
}
</style>
border-color css
<style>
span { border-color: #970864; }
span { border-color: rgb(151,8,100); }
td.TdClassName
{
border-color: #970864;
}
.TagClassName
{
border-color: #970864;
}
</style>