Shades of Eggplant #960976
Tints of Eggplant #960976
RGB
CMYK
RGB Variations
Color information
#960976 (or 0x960976) is known color: Eggplant. HEX triplet: 96, 09 and 76. RGB value is (150,9,118). Sum of RGB (Red+Green+Blue) = 150+9+118=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #960976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960976 is #69F689. Grayscale: #3F3F3F. Windows color (decimal): -6944394 or 7735702. OLE color: 7735702.
HSL color Cylindrical-coordinate representation of color #960976: hue angle of 313.62º 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 #960976 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 118 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.41 |
| HSL | 313.62º | 0.89% | 0.31% | - |
| HSV(B) | 313.62º | 0.94% | 0.59% | - |
| XYZ | 15.95 | 7.99 | 17.84 | - |
| YUV | 63.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 118 | 0 | 0.94 | 0.21 | 0.41 | 313.62 | 0.89 | 0.31 |
| Hex | 96 | 9 | 76 | 0 | 5E | 15 | 29 | 13A | 59 | 1F |
| Octal | 226 | 11 | 166 | 0 | 136 | 25 | 51 | 472 | 131 | 37 |
| Binary | 10010110 | 1001 | 1110110 | 0 | 1011110 | 10101 | 101001 | 100111010 | 1011001 | 11111 |
Color Harmonies of #960976
Complementary color
Monochromatic Colors of #960976
Black with #960976
Text Example
Text Example
White with #960976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960976; }
p { color: rgb(150,9,118); }
H1.HeaderClassName
{
color: #960976;
}
.AnyTagClassName
{
color: #960976;
}
</style>
background-color css
<style>
a { background-color: #960976; }
a { background-color: rgb(150,9,118); }
div.DivClassName
{
background-color: #960976;
}
.BgClassName
{
background-color: #960976;
}
</style>
border-color css
<style>
span { border-color: #960976; }
span { border-color: rgb(150,9,118); }
td.TdClassName
{
border-color: #960976;
}
.TagClassName
{
border-color: #960976;
}
</style>