Shades of Eggplant #970364
Tints of Eggplant #970364
RGB
CMYK
RGB Variations
Color information
#970364 (or 0x970364) is known color: Eggplant. HEX triplet: 97, 03 and 64. RGB value is (151,3,100). Sum of RGB (Red+Green+Blue) = 151+3+100=254 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.45% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 151 - color contains mainly: red. Hex color #970364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970364 is #68FC9B. Grayscale: #3A3A3A. Windows color (decimal): -6880412 or 6554519. OLE color: 6554519.
HSL color Cylindrical-coordinate representation of color #970364: hue angle of 320.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970364 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 100 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.41 |
| HSL | 320.68º | 0.96% | 0.3% | - |
| HSV(B) | 320.68º | 0.98% | 0.59% | - |
| XYZ | 15.1 | 7.56 | 12.72 | - |
| YUV | 58.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 100 | 0 | 0.98 | 0.34 | 0.41 | 320.68 | 0.96 | 0.3 |
| Hex | 97 | 3 | 64 | 0 | 62 | 22 | 29 | 141 | 60 | 1E |
| Octal | 227 | 3 | 144 | 0 | 142 | 42 | 51 | 501 | 140 | 36 |
| Binary | 10010111 | 11 | 1100100 | 0 | 1100010 | 100010 | 101001 | 101000001 | 1100000 | 11110 |
Color Harmonies of #970364
Complementary color
Monochromatic Colors of #970364
Black with #970364
Text Example
Text Example
White with #970364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970364; }
p { color: rgb(151,3,100); }
H1.HeaderClassName
{
color: #970364;
}
.AnyTagClassName
{
color: #970364;
}
</style>
background-color css
<style>
a { background-color: #970364; }
a { background-color: rgb(151,3,100); }
div.DivClassName
{
background-color: #970364;
}
.BgClassName
{
background-color: #970364;
}
</style>
border-color css
<style>
span { border-color: #970364; }
span { border-color: rgb(151,3,100); }
td.TdClassName
{
border-color: #970364;
}
.TagClassName
{
border-color: #970364;
}
</style>