Shades of Eggplant #960476
Tints of Eggplant #960476
RGB
CMYK
RGB Variations
Color information
#960476 (or 0x960476) is known color: Eggplant. HEX triplet: 96, 04 and 76. RGB value is (150,4,118). Sum of RGB (Red+Green+Blue) = 150+4+118=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960476 is #69FB89. Grayscale: #3C3C3C. Windows color (decimal): -6945674 or 7734422. OLE color: 7734422.
HSL color Cylindrical-coordinate representation of color #960476: hue angle of 313.15º degrees, saturation: 0.95, 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 #960476 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 118 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.41 |
| HSL | 313.15º | 0.95% | 0.3% | - |
| HSV(B) | 313.15º | 0.97% | 0.59% | - |
| XYZ | 15.89 | 7.88 | 17.82 | - |
| YUV | 60.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 118 | 0 | 0.97 | 0.21 | 0.41 | 313.15 | 0.95 | 0.3 |
| Hex | 96 | 4 | 76 | 0 | 61 | 15 | 29 | 139 | 5F | 1E |
| Octal | 226 | 4 | 166 | 0 | 141 | 25 | 51 | 471 | 137 | 36 |
| Binary | 10010110 | 100 | 1110110 | 0 | 1100001 | 10101 | 101001 | 100111001 | 1011111 | 11110 |
Color Harmonies of #960476
Complementary color
Monochromatic Colors of #960476
Black with #960476
Text Example
Text Example
White with #960476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960476; }
p { color: rgb(150,4,118); }
H1.HeaderClassName
{
color: #960476;
}
.AnyTagClassName
{
color: #960476;
}
</style>
background-color css
<style>
a { background-color: #960476; }
a { background-color: rgb(150,4,118); }
div.DivClassName
{
background-color: #960476;
}
.BgClassName
{
background-color: #960476;
}
</style>
border-color css
<style>
span { border-color: #960476; }
span { border-color: rgb(150,4,118); }
td.TdClassName
{
border-color: #960476;
}
.TagClassName
{
border-color: #960476;
}
</style>