Shades of Eggplant #960666
Tints of Eggplant #960666
RGB
CMYK
RGB Variations
Color information
#960666 (or 0x960666) is known color: Eggplant. HEX triplet: 96, 06 and 66. RGB value is (150,6,102). Sum of RGB (Red+Green+Blue) = 150+6+102=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #960666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960666 is #69F999. Grayscale: #3B3B3B. Windows color (decimal): -6945178 or 6686358. OLE color: 6686358.
HSL color Cylindrical-coordinate representation of color #960666: hue angle of 320º 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 #960666 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 6 | 102 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.41 |
| HSL | 320º | 0.92% | 0.31% | - |
| HSV(B) | 320º | 0.96% | 0.59% | - |
| XYZ | 15.04 | 7.57 | 13.24 | - |
| YUV | 60 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 6 | 102 | 0 | 0.96 | 0.32 | 0.41 | 320 | 0.92 | 0.31 |
| Hex | 96 | 6 | 66 | 0 | 60 | 20 | 29 | 140 | 5C | 1F |
| Octal | 226 | 6 | 146 | 0 | 140 | 40 | 51 | 500 | 134 | 37 |
| Binary | 10010110 | 110 | 1100110 | 0 | 1100000 | 100000 | 101001 | 101000000 | 1011100 | 11111 |
Color Harmonies of #960666
Complementary color
Monochromatic Colors of #960666
Black with #960666
Text Example
Text Example
White with #960666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960666; }
p { color: rgb(150,6,102); }
H1.HeaderClassName
{
color: #960666;
}
.AnyTagClassName
{
color: #960666;
}
</style>
background-color css
<style>
a { background-color: #960666; }
a { background-color: rgb(150,6,102); }
div.DivClassName
{
background-color: #960666;
}
.BgClassName
{
background-color: #960666;
}
</style>
border-color css
<style>
span { border-color: #960666; }
span { border-color: rgb(150,6,102); }
td.TdClassName
{
border-color: #960666;
}
.TagClassName
{
border-color: #960666;
}
</style>