Shades of Eggplant #960F6D
Tints of Eggplant #960F6D
RGB
CMYK
RGB Variations
Color information
#960F6D (or 0x960F6D) is known color: Eggplant. HEX triplet: 96, 0F and 6D. RGB value is (150,15,109). Sum of RGB (Red+Green+Blue) = 150+15+109=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #960F6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F6D is #69F092. Grayscale: #414141. Windows color (decimal): -6942867 or 7147414. OLE color: 7147414.
HSL color Cylindrical-coordinate representation of color #960F6D: hue angle of 318.22º 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 #960F6D is Cyan = 0, Magento = 0.9, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 109 | - |
| CMYK | 0 | 0.9 | 0.27 | 0.41 |
| HSL | 318.22º | 0.82% | 0.32% | - |
| HSV(B) | 318.22º | 0.9% | 0.59% | - |
| XYZ | 15.51 | 7.93 | 15.18 | - |
| YUV | 66.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 109 | 0 | 0.9 | 0.27 | 0.41 | 318.22 | 0.82 | 0.32 |
| Hex | 96 | F | 6D | 0 | 5A | 1B | 29 | 13E | 52 | 20 |
| Octal | 226 | 17 | 155 | 0 | 132 | 33 | 51 | 476 | 122 | 40 |
| Binary | 10010110 | 1111 | 1101101 | 0 | 1011010 | 11011 | 101001 | 100111110 | 1010010 | 100000 |
Color Harmonies of #960F6D
Complementary color
Monochromatic Colors of #960F6D
Black with #960F6D
Text Example
Text Example
White with #960F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F6D; }
p { color: rgb(150,15,109); }
H1.HeaderClassName
{
color: #960F6D;
}
.AnyTagClassName
{
color: #960F6D;
}
</style>
background-color css
<style>
a { background-color: #960F6D; }
a { background-color: rgb(150,15,109); }
div.DivClassName
{
background-color: #960F6D;
}
.BgClassName
{
background-color: #960F6D;
}
</style>
border-color css
<style>
span { border-color: #960F6D; }
span { border-color: rgb(150,15,109); }
td.TdClassName
{
border-color: #960F6D;
}
.TagClassName
{
border-color: #960F6D;
}
</style>