Shades of Eggplant #960573
Tints of Eggplant #960573
RGB
CMYK
RGB Variations
Color information
#960573 (or 0x960573) is known color: Eggplant. HEX triplet: 96, 05 and 73. RGB value is (150,5,115). Sum of RGB (Red+Green+Blue) = 150+5+115=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960573 is #69FA8C. Grayscale: #3C3C3C. Windows color (decimal): -6945421 or 7538070. OLE color: 7538070.
HSL color Cylindrical-coordinate representation of color #960573: hue angle of 314.48º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960573 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 115 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.41 |
| HSL | 314.48º | 0.94% | 0.3% | - |
| HSV(B) | 314.48º | 0.97% | 0.59% | - |
| XYZ | 15.73 | 7.83 | 16.9 | - |
| YUV | 60.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 115 | 0 | 0.97 | 0.23 | 0.41 | 314.48 | 0.94 | 0.3 |
| Hex | 96 | 5 | 73 | 0 | 61 | 17 | 29 | 13A | 5E | 1E |
| Octal | 226 | 5 | 163 | 0 | 141 | 27 | 51 | 472 | 136 | 36 |
| Binary | 10010110 | 101 | 1110011 | 0 | 1100001 | 10111 | 101001 | 100111010 | 1011110 | 11110 |
Color Harmonies of #960573
Complementary color
Monochromatic Colors of #960573
Black with #960573
Text Example
Text Example
White with #960573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960573; }
p { color: rgb(150,5,115); }
H1.HeaderClassName
{
color: #960573;
}
.AnyTagClassName
{
color: #960573;
}
</style>
background-color css
<style>
a { background-color: #960573; }
a { background-color: rgb(150,5,115); }
div.DivClassName
{
background-color: #960573;
}
.BgClassName
{
background-color: #960573;
}
</style>
border-color css
<style>
span { border-color: #960573; }
span { border-color: rgb(150,5,115); }
td.TdClassName
{
border-color: #960573;
}
.TagClassName
{
border-color: #960573;
}
</style>