Shades of Eggplant #961064
Tints of Eggplant #961064
RGB
CMYK
RGB Variations
Color information
#961064 (or 0x961064) is known color: Eggplant. HEX triplet: 96, 10 and 64. RGB value is (150,16,100). Sum of RGB (Red+Green+Blue) = 150+16+100=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 100 (39.45% from 255 or 37.59% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #961064 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961064 is #69EF9B. Grayscale: #414141. Windows color (decimal): -6942620 or 6557846. OLE color: 6557846.
HSL color Cylindrical-coordinate representation of color #961064: hue angle of 322.39º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961064 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 16 | 100 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.41 |
| HSL | 322.39º | 0.81% | 0.33% | - |
| HSV(B) | 322.39º | 0.89% | 0.59% | - |
| XYZ | 15.06 | 7.77 | 12.76 | - |
| YUV | 65.64 | 147.39 | 188.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 16 | 100 | 0 | 0.89 | 0.33 | 0.41 | 322.39 | 0.81 | 0.33 |
| Hex | 96 | 10 | 64 | 0 | 59 | 21 | 29 | 142 | 51 | 21 |
| Octal | 226 | 20 | 144 | 0 | 131 | 41 | 51 | 502 | 121 | 41 |
| Binary | 10010110 | 10000 | 1100100 | 0 | 1011001 | 100001 | 101001 | 101000010 | 1010001 | 100001 |
Color Harmonies of #961064
Complementary color
Monochromatic Colors of #961064
Black with #961064
Text Example
Text Example
White with #961064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961064; }
p { color: rgb(150,16,100); }
H1.HeaderClassName
{
color: #961064;
}
.AnyTagClassName
{
color: #961064;
}
</style>
background-color css
<style>
a { background-color: #961064; }
a { background-color: rgb(150,16,100); }
div.DivClassName
{
background-color: #961064;
}
.BgClassName
{
background-color: #961064;
}
</style>
border-color css
<style>
span { border-color: #961064; }
span { border-color: rgb(150,16,100); }
td.TdClassName
{
border-color: #961064;
}
.TagClassName
{
border-color: #961064;
}
</style>