Shades of Eggplant #960966
Tints of Eggplant #960966
RGB
CMYK
RGB Variations
Color information
#960966 (or 0x960966) is known color: Eggplant. HEX triplet: 96, 09 and 66. RGB value is (150,9,102). Sum of RGB (Red+Green+Blue) = 150+9+102=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #960966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960966 is #69F699. Grayscale: #3D3D3D. Windows color (decimal): -6944410 or 6687126. OLE color: 6687126.
HSL color Cylindrical-coordinate representation of color #960966: hue angle of 320.43º 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 #960966 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 102 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.41 |
| HSL | 320.43º | 0.89% | 0.31% | - |
| HSV(B) | 320.43º | 0.94% | 0.59% | - |
| XYZ | 15.07 | 7.64 | 13.25 | - |
| YUV | 61.76 | 150.71 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 102 | 0 | 0.94 | 0.32 | 0.41 | 320.43 | 0.89 | 0.31 |
| Hex | 96 | 9 | 66 | 0 | 5E | 20 | 29 | 140 | 59 | 1F |
| Octal | 226 | 11 | 146 | 0 | 136 | 40 | 51 | 500 | 131 | 37 |
| Binary | 10010110 | 1001 | 1100110 | 0 | 1011110 | 100000 | 101001 | 101000000 | 1011001 | 11111 |
Color Harmonies of #960966
Complementary color
Monochromatic Colors of #960966
Black with #960966
Text Example
Text Example
White with #960966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960966; }
p { color: rgb(150,9,102); }
H1.HeaderClassName
{
color: #960966;
}
.AnyTagClassName
{
color: #960966;
}
</style>
background-color css
<style>
a { background-color: #960966; }
a { background-color: rgb(150,9,102); }
div.DivClassName
{
background-color: #960966;
}
.BgClassName
{
background-color: #960966;
}
</style>
border-color css
<style>
span { border-color: #960966; }
span { border-color: rgb(150,9,102); }
td.TdClassName
{
border-color: #960966;
}
.TagClassName
{
border-color: #960966;
}
</style>