Shades of Eggplant #960777
Tints of Eggplant #960777
RGB
CMYK
RGB Variations
Color information
#960777 (or 0x960777) is known color: Eggplant. HEX triplet: 96, 07 and 77. RGB value is (150,7,119). Sum of RGB (Red+Green+Blue) = 150+7+119=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #960777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960777 is #69F888. Grayscale: #3E3E3E. Windows color (decimal): -6944905 or 7800726. OLE color: 7800726.
HSL color Cylindrical-coordinate representation of color #960777: hue angle of 313.01º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960777 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 119 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.41 |
| HSL | 313.01º | 0.91% | 0.31% | - |
| HSV(B) | 313.01º | 0.95% | 0.59% | - |
| XYZ | 15.98 | 7.97 | 18.15 | - |
| YUV | 62.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 119 | 0 | 0.95 | 0.21 | 0.41 | 313.01 | 0.91 | 0.31 |
| Hex | 96 | 7 | 77 | 0 | 5F | 15 | 29 | 139 | 5B | 1F |
| Octal | 226 | 7 | 167 | 0 | 137 | 25 | 51 | 471 | 133 | 37 |
| Binary | 10010110 | 111 | 1110111 | 0 | 1011111 | 10101 | 101001 | 100111001 | 1011011 | 11111 |
Color Harmonies of #960777
Complementary color
Monochromatic Colors of #960777
Black with #960777
Text Example
Text Example
White with #960777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960777; }
p { color: rgb(150,7,119); }
H1.HeaderClassName
{
color: #960777;
}
.AnyTagClassName
{
color: #960777;
}
</style>
background-color css
<style>
a { background-color: #960777; }
a { background-color: rgb(150,7,119); }
div.DivClassName
{
background-color: #960777;
}
.BgClassName
{
background-color: #960777;
}
</style>
border-color css
<style>
span { border-color: #960777; }
span { border-color: rgb(150,7,119); }
td.TdClassName
{
border-color: #960777;
}
.TagClassName
{
border-color: #960777;
}
</style>