Shades of Eggplant #960566
Tints of Eggplant #960566
RGB
CMYK
RGB Variations
Color information
#960566 (or 0x960566) is known color: Eggplant. HEX triplet: 96, 05 and 66. RGB value is (150,5,102). Sum of RGB (Red+Green+Blue) = 150+5+102=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960566 is #69FA99. Grayscale: #3B3B3B. Windows color (decimal): -6945434 or 6686102. OLE color: 6686102.
HSL color Cylindrical-coordinate representation of color #960566: hue angle of 319.86º degrees, saturation: 0.94, 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 #960566 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.41 |
| HSL | 319.86º | 0.94% | 0.3% | - |
| HSV(B) | 319.86º | 0.97% | 0.59% | - |
| XYZ | 15.03 | 7.55 | 13.24 | - |
| YUV | 59.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 102 | 0 | 0.97 | 0.32 | 0.41 | 319.86 | 0.94 | 0.3 |
| Hex | 96 | 5 | 66 | 0 | 61 | 20 | 29 | 140 | 5E | 1E |
| Octal | 226 | 5 | 146 | 0 | 141 | 40 | 51 | 500 | 136 | 36 |
| Binary | 10010110 | 101 | 1100110 | 0 | 1100001 | 100000 | 101001 | 101000000 | 1011110 | 11110 |
Color Harmonies of #960566
Complementary color
Monochromatic Colors of #960566
Black with #960566
Text Example
Text Example
White with #960566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960566; }
p { color: rgb(150,5,102); }
H1.HeaderClassName
{
color: #960566;
}
.AnyTagClassName
{
color: #960566;
}
</style>
background-color css
<style>
a { background-color: #960566; }
a { background-color: rgb(150,5,102); }
div.DivClassName
{
background-color: #960566;
}
.BgClassName
{
background-color: #960566;
}
</style>
border-color css
<style>
span { border-color: #960566; }
span { border-color: rgb(150,5,102); }
td.TdClassName
{
border-color: #960566;
}
.TagClassName
{
border-color: #960566;
}
</style>