Shades of Eggplant #960072
Tints of Eggplant #960072
RGB
CMYK
RGB Variations
Color information
#960072 (or 0x960072) is known color: Eggplant. HEX triplet: 96, 00 and 72. RGB value is (150,0,114). Sum of RGB (Red+Green+Blue) = 150+0+114=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #960072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960072 is #69FF8D. Grayscale: #393939. Windows color (decimal): -6946702 or 7471254. OLE color: 7471254.
HSL color Cylindrical-coordinate representation of color #960072: hue angle of 314.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960072 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.24 | 0.41 |
| HSL | 314.4º | 1% | 0.29% | - |
| HSV(B) | 314.4º | 1% | 0.59% | - |
| XYZ | 15.61 | 7.7 | 16.58 | - |
| YUV | 57.85 | 159.7 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 114 | 0 | 1 | 0.24 | 0.41 | 314.4 | 1 | 0.29 |
| Hex | 96 | 0 | 72 | 0 | 64 | 18 | 29 | 13A | 64 | 1D |
| Octal | 226 | 0 | 162 | 0 | 144 | 30 | 51 | 472 | 144 | 35 |
| Binary | 10010110 | 0 | 1110010 | 0 | 1100100 | 11000 | 101001 | 100111010 | 1100100 | 11101 |
Color Harmonies of #960072
Complementary color
Monochromatic Colors of #960072
Black with #960072
Text Example
Text Example
White with #960072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960072; }
p { color: rgb(150,0,114); }
H1.HeaderClassName
{
color: #960072;
}
.AnyTagClassName
{
color: #960072;
}
</style>
background-color css
<style>
a { background-color: #960072; }
a { background-color: rgb(150,0,114); }
div.DivClassName
{
background-color: #960072;
}
.BgClassName
{
background-color: #960072;
}
</style>
border-color css
<style>
span { border-color: #960072; }
span { border-color: rgb(150,0,114); }
td.TdClassName
{
border-color: #960072;
}
.TagClassName
{
border-color: #960072;
}
</style>