Shades of Eggplant #960065
Tints of Eggplant #960065
RGB
CMYK
RGB Variations
Color information
#960065 (or 0x960065) is known color: Eggplant. HEX triplet: 96, 00 and 65. RGB value is (150,0,101). Sum of RGB (Red+Green+Blue) = 150+0+101=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #960065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960065 is #69FF9A. Grayscale: #383838. Windows color (decimal): -6946715 or 6619286. OLE color: 6619286.
HSL color Cylindrical-coordinate representation of color #960065: hue angle of 319.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960065 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.33 | 0.41 |
| HSL | 319.6º | 1% | 0.29% | - |
| HSV(B) | 319.6º | 1% | 0.59% | - |
| XYZ | 14.93 | 7.42 | 12.96 | - |
| YUV | 56.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 101 | 0 | 1 | 0.33 | 0.41 | 319.6 | 1 | 0.29 |
| Hex | 96 | 0 | 65 | 0 | 64 | 21 | 29 | 140 | 64 | 1D |
| Octal | 226 | 0 | 145 | 0 | 144 | 41 | 51 | 500 | 144 | 35 |
| Binary | 10010110 | 0 | 1100101 | 0 | 1100100 | 100001 | 101001 | 101000000 | 1100100 | 11101 |
Color Harmonies of #960065
Complementary color
Monochromatic Colors of #960065
Black with #960065
Text Example
Text Example
White with #960065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960065; }
p { color: rgb(150,0,101); }
H1.HeaderClassName
{
color: #960065;
}
.AnyTagClassName
{
color: #960065;
}
</style>
background-color css
<style>
a { background-color: #960065; }
a { background-color: rgb(150,0,101); }
div.DivClassName
{
background-color: #960065;
}
.BgClassName
{
background-color: #960065;
}
</style>
border-color css
<style>
span { border-color: #960065; }
span { border-color: rgb(150,0,101); }
td.TdClassName
{
border-color: #960065;
}
.TagClassName
{
border-color: #960065;
}
</style>