Shades of Eggplant #960F70
Tints of Eggplant #960F70
RGB
CMYK
RGB Variations
Color information
#960F70 (or 0x960F70) is known color: Eggplant. HEX triplet: 96, 0F and 70. RGB value is (150,15,112). Sum of RGB (Red+Green+Blue) = 150+15+112=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #960F70 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F70 is #69F08F. Grayscale: #424242. Windows color (decimal): -6942864 or 7344022. OLE color: 7344022.
HSL color Cylindrical-coordinate representation of color #960F70: hue angle of 316.89º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F70 is Cyan = 0, Magento = 0.9, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 112 | - |
| CMYK | 0 | 0.9 | 0.25 | 0.41 |
| HSL | 316.89º | 0.82% | 0.32% | - |
| HSV(B) | 316.89º | 0.9% | 0.59% | - |
| XYZ | 15.67 | 8 | 16.05 | - |
| YUV | 66.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 112 | 0 | 0.9 | 0.25 | 0.41 | 316.89 | 0.82 | 0.32 |
| Hex | 96 | F | 70 | 0 | 5A | 19 | 29 | 13D | 52 | 20 |
| Octal | 226 | 17 | 160 | 0 | 132 | 31 | 51 | 475 | 122 | 40 |
| Binary | 10010110 | 1111 | 1110000 | 0 | 1011010 | 11001 | 101001 | 100111101 | 1010010 | 100000 |
Color Harmonies of #960F70
Complementary color
Monochromatic Colors of #960F70
Black with #960F70
Text Example
Text Example
White with #960F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F70; }
p { color: rgb(150,15,112); }
H1.HeaderClassName
{
color: #960F70;
}
.AnyTagClassName
{
color: #960F70;
}
</style>
background-color css
<style>
a { background-color: #960F70; }
a { background-color: rgb(150,15,112); }
div.DivClassName
{
background-color: #960F70;
}
.BgClassName
{
background-color: #960F70;
}
</style>
border-color css
<style>
span { border-color: #960F70; }
span { border-color: rgb(150,15,112); }
td.TdClassName
{
border-color: #960F70;
}
.TagClassName
{
border-color: #960F70;
}
</style>