Shades of Eggplant #960672
Tints of Eggplant #960672
RGB
CMYK
RGB Variations
Color information
#960672 (or 0x960672) is known color: Eggplant. HEX triplet: 96, 06 and 72. RGB value is (150,6,114). Sum of RGB (Red+Green+Blue) = 150+6+114=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960672 is #69F98D. Grayscale: #3D3D3D. Windows color (decimal): -6945166 or 7472790. OLE color: 7472790.
HSL color Cylindrical-coordinate representation of color #960672: hue angle of 315º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #960672 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.41 |
| HSL | 315º | 0.92% | 0.31% | - |
| HSV(B) | 315º | 0.96% | 0.59% | - |
| XYZ | 15.68 | 7.83 | 16.6 | - |
| YUV | 61.37 | 157.71 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 114 | 0 | 0.96 | 0.24 | 0.41 | 315 | 0.92 | 0.31 |
| Hex | 96 | 6 | 72 | 0 | 60 | 18 | 29 | 13B | 5C | 1F |
| Octal | 226 | 6 | 162 | 0 | 140 | 30 | 51 | 473 | 134 | 37 |
| Binary | 10010110 | 110 | 1110010 | 0 | 1100000 | 11000 | 101001 | 100111011 | 1011100 | 11111 |
Color Harmonies of #960672
Complementary color
Monochromatic Colors of #960672
Black with #960672
Text Example
Text Example
White with #960672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960672; }
p { color: rgb(150,6,114); }
H1.HeaderClassName
{
color: #960672;
}
.AnyTagClassName
{
color: #960672;
}
</style>
background-color css
<style>
a { background-color: #960672; }
a { background-color: rgb(150,6,114); }
div.DivClassName
{
background-color: #960672;
}
.BgClassName
{
background-color: #960672;
}
</style>
border-color css
<style>
span { border-color: #960672; }
span { border-color: rgb(150,6,114); }
td.TdClassName
{
border-color: #960672;
}
.TagClassName
{
border-color: #960672;
}
</style>