Shades of Eggplant #960973
Tints of Eggplant #960973
RGB
CMYK
RGB Variations
Color information
#960973 (or 0x960973) is known color: Eggplant. HEX triplet: 96, 09 and 73. RGB value is (150,9,115). Sum of RGB (Red+Green+Blue) = 150+9+115=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #960973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960973 is #69F68C. Grayscale: #3E3E3E. Windows color (decimal): -6944397 or 7539094. OLE color: 7539094.
HSL color Cylindrical-coordinate representation of color #960973: hue angle of 314.89º 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 #960973 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 115 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.41 |
| HSL | 314.89º | 0.89% | 0.31% | - |
| HSV(B) | 314.89º | 0.94% | 0.59% | - |
| XYZ | 15.77 | 7.92 | 16.92 | - |
| YUV | 63.24 | 157.21 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 115 | 0 | 0.94 | 0.23 | 0.41 | 314.89 | 0.89 | 0.31 |
| Hex | 96 | 9 | 73 | 0 | 5E | 17 | 29 | 13B | 59 | 1F |
| Octal | 226 | 11 | 163 | 0 | 136 | 27 | 51 | 473 | 131 | 37 |
| Binary | 10010110 | 1001 | 1110011 | 0 | 1011110 | 10111 | 101001 | 100111011 | 1011001 | 11111 |
Color Harmonies of #960973
Complementary color
Monochromatic Colors of #960973
Black with #960973
Text Example
Text Example
White with #960973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960973; }
p { color: rgb(150,9,115); }
H1.HeaderClassName
{
color: #960973;
}
.AnyTagClassName
{
color: #960973;
}
</style>
background-color css
<style>
a { background-color: #960973; }
a { background-color: rgb(150,9,115); }
div.DivClassName
{
background-color: #960973;
}
.BgClassName
{
background-color: #960973;
}
</style>
border-color css
<style>
span { border-color: #960973; }
span { border-color: rgb(150,9,115); }
td.TdClassName
{
border-color: #960973;
}
.TagClassName
{
border-color: #960973;
}
</style>