Shades of Eggplant #960175
Tints of Eggplant #960175
RGB
CMYK
RGB Variations
Color information
#960175 (or 0x960175) is known color: Eggplant. HEX triplet: 96, 01 and 75. RGB value is (150,1,117). Sum of RGB (Red+Green+Blue) = 150+1+117=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #960175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960175 is #69FE8A. Grayscale: #3A3A3A. Windows color (decimal): -6946443 or 7668118. OLE color: 7668118.
HSL color Cylindrical-coordinate representation of color #960175: hue angle of 313.29º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960175 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 117 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.41 |
| HSL | 313.29º | 0.99% | 0.3% | - |
| HSV(B) | 313.29º | 0.99% | 0.59% | - |
| XYZ | 15.8 | 7.79 | 17.5 | - |
| YUV | 58.78 | 160.86 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 117 | 0 | 0.99 | 0.22 | 0.41 | 313.29 | 0.99 | 0.3 |
| Hex | 96 | 1 | 75 | 0 | 63 | 16 | 29 | 139 | 63 | 1E |
| Octal | 226 | 1 | 165 | 0 | 143 | 26 | 51 | 471 | 143 | 36 |
| Binary | 10010110 | 1 | 1110101 | 0 | 1100011 | 10110 | 101001 | 100111001 | 1100011 | 11110 |
Color Harmonies of #960175
Complementary color
Monochromatic Colors of #960175
Black with #960175
Text Example
Text Example
White with #960175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960175; }
p { color: rgb(150,1,117); }
H1.HeaderClassName
{
color: #960175;
}
.AnyTagClassName
{
color: #960175;
}
</style>
background-color css
<style>
a { background-color: #960175; }
a { background-color: rgb(150,1,117); }
div.DivClassName
{
background-color: #960175;
}
.BgClassName
{
background-color: #960175;
}
</style>
border-color css
<style>
span { border-color: #960175; }
span { border-color: rgb(150,1,117); }
td.TdClassName
{
border-color: #960175;
}
.TagClassName
{
border-color: #960175;
}
</style>