Shades of Eggplant #970264
Tints of Eggplant #970264
RGB
CMYK
RGB Variations
Color information
#970264 (or 0x970264) is known color: Eggplant. HEX triplet: 97, 02 and 64. RGB value is (151,2,100). Sum of RGB (Red+Green+Blue) = 151+2+100=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #970264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970264 is #68FD9B. Grayscale: #393939. Windows color (decimal): -6880668 or 6554263. OLE color: 6554263.
HSL color Cylindrical-coordinate representation of color #970264: hue angle of 320.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970264 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.41 |
| HSL | 320.54º | 0.97% | 0.3% | - |
| HSV(B) | 320.54º | 0.99% | 0.59% | - |
| XYZ | 15.08 | 7.54 | 12.72 | - |
| YUV | 57.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 2 | 100 | 0 | 0.99 | 0.34 | 0.41 | 320.54 | 0.97 | 0.3 |
| Hex | 97 | 2 | 64 | 0 | 63 | 22 | 29 | 141 | 61 | 1E |
| Octal | 227 | 2 | 144 | 0 | 143 | 42 | 51 | 501 | 141 | 36 |
| Binary | 10010111 | 10 | 1100100 | 0 | 1100011 | 100010 | 101001 | 101000001 | 1100001 | 11110 |
Color Harmonies of #970264
Complementary color
Monochromatic Colors of #970264
Black with #970264
Text Example
Text Example
White with #970264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970264; }
p { color: rgb(151,2,100); }
H1.HeaderClassName
{
color: #970264;
}
.AnyTagClassName
{
color: #970264;
}
</style>
background-color css
<style>
a { background-color: #970264; }
a { background-color: rgb(151,2,100); }
div.DivClassName
{
background-color: #970264;
}
.BgClassName
{
background-color: #970264;
}
</style>
border-color css
<style>
span { border-color: #970264; }
span { border-color: rgb(151,2,100); }
td.TdClassName
{
border-color: #970264;
}
.TagClassName
{
border-color: #970264;
}
</style>