Shades of Eggplant #960F6C
Tints of Eggplant #960F6C
RGB
CMYK
RGB Variations
Color information
#960F6C (or 0x960F6C) is known color: Eggplant. HEX triplet: 96, 0F and 6C. RGB value is (150,15,108). Sum of RGB (Red+Green+Blue) = 150+15+108=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #960F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F6C is #69F093. Grayscale: #414141. Windows color (decimal): -6942868 or 7081878. OLE color: 7081878.
HSL color Cylindrical-coordinate representation of color #960F6C: hue angle of 318.67º 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 #960F6C is Cyan = 0, Magento = 0.9, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 108 | - |
| CMYK | 0 | 0.9 | 0.28 | 0.41 |
| HSL | 318.67º | 0.82% | 0.32% | - |
| HSV(B) | 318.67º | 0.9% | 0.59% | - |
| XYZ | 15.46 | 7.91 | 14.9 | - |
| YUV | 65.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 108 | 0 | 0.9 | 0.28 | 0.41 | 318.67 | 0.82 | 0.32 |
| Hex | 96 | F | 6C | 0 | 5A | 1C | 29 | 13F | 52 | 20 |
| Octal | 226 | 17 | 154 | 0 | 132 | 34 | 51 | 477 | 122 | 40 |
| Binary | 10010110 | 1111 | 1101100 | 0 | 1011010 | 11100 | 101001 | 100111111 | 1010010 | 100000 |
Color Harmonies of #960F6C
Complementary color
Monochromatic Colors of #960F6C
Black with #960F6C
Text Example
Text Example
White with #960F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F6C; }
p { color: rgb(150,15,108); }
H1.HeaderClassName
{
color: #960F6C;
}
.AnyTagClassName
{
color: #960F6C;
}
</style>
background-color css
<style>
a { background-color: #960F6C; }
a { background-color: rgb(150,15,108); }
div.DivClassName
{
background-color: #960F6C;
}
.BgClassName
{
background-color: #960F6C;
}
</style>
border-color css
<style>
span { border-color: #960F6C; }
span { border-color: rgb(150,15,108); }
td.TdClassName
{
border-color: #960F6C;
}
.TagClassName
{
border-color: #960F6C;
}
</style>