Shades of Eggplant #960075
Tints of Eggplant #960075
RGB
CMYK
RGB Variations
Color information
#960075 (or 0x960075) is known color: Eggplant. HEX triplet: 96, 00 and 75. RGB value is (150,0,117). Sum of RGB (Red+Green+Blue) = 150+0+117=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #960075 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960075 is #69FF8A. Grayscale: #393939. Windows color (decimal): -6946699 or 7667862. OLE color: 7667862.
HSL color Cylindrical-coordinate representation of color #960075: hue angle of 313.2º 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 #960075 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.22 | 0.41 |
| HSL | 313.2º | 1% | 0.29% | - |
| HSV(B) | 313.2º | 1% | 0.59% | - |
| XYZ | 15.79 | 7.77 | 17.5 | - |
| YUV | 58.19 | 161.2 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 117 | 0 | 1 | 0.22 | 0.41 | 313.2 | 1 | 0.29 |
| Hex | 96 | 0 | 75 | 0 | 64 | 16 | 29 | 139 | 64 | 1D |
| Octal | 226 | 0 | 165 | 0 | 144 | 26 | 51 | 471 | 144 | 35 |
| Binary | 10010110 | 0 | 1110101 | 0 | 1100100 | 10110 | 101001 | 100111001 | 1100100 | 11101 |
Color Harmonies of #960075
Complementary color
Monochromatic Colors of #960075
Black with #960075
Text Example
Text Example
White with #960075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960075; }
p { color: rgb(150,0,117); }
H1.HeaderClassName
{
color: #960075;
}
.AnyTagClassName
{
color: #960075;
}
</style>
background-color css
<style>
a { background-color: #960075; }
a { background-color: rgb(150,0,117); }
div.DivClassName
{
background-color: #960075;
}
.BgClassName
{
background-color: #960075;
}
</style>
border-color css
<style>
span { border-color: #960075; }
span { border-color: rgb(150,0,117); }
td.TdClassName
{
border-color: #960075;
}
.TagClassName
{
border-color: #960075;
}
</style>