Shades of Eggplant #960F6B
Tints of Eggplant #960F6B
RGB
CMYK
RGB Variations
Color information
#960F6B (or 0x960F6B) is known color: Eggplant. HEX triplet: 96, 0F and 6B. RGB value is (150,15,107). Sum of RGB (Red+Green+Blue) = 150+15+107=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960F6B is #69F094. Grayscale: #414141. Windows color (decimal): -6942869 or 7016342. OLE color: 7016342.
HSL color Cylindrical-coordinate representation of color #960F6B: hue angle of 319.11º 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 #960F6B is Cyan = 0, Magento = 0.9, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 107 | - |
| CMYK | 0 | 0.9 | 0.29 | 0.41 |
| HSL | 319.11º | 0.82% | 0.32% | - |
| HSV(B) | 319.11º | 0.9% | 0.59% | - |
| XYZ | 15.4 | 7.89 | 14.62 | - |
| YUV | 65.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 107 | 0 | 0.9 | 0.29 | 0.41 | 319.11 | 0.82 | 0.32 |
| Hex | 96 | F | 6B | 0 | 5A | 1D | 29 | 13F | 52 | 20 |
| Octal | 226 | 17 | 153 | 0 | 132 | 35 | 51 | 477 | 122 | 40 |
| Binary | 10010110 | 1111 | 1101011 | 0 | 1011010 | 11101 | 101001 | 100111111 | 1010010 | 100000 |
Color Harmonies of #960F6B
Complementary color
Monochromatic Colors of #960F6B
Black with #960F6B
Text Example
Text Example
White with #960F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F6B; }
p { color: rgb(150,15,107); }
H1.HeaderClassName
{
color: #960F6B;
}
.AnyTagClassName
{
color: #960F6B;
}
</style>
background-color css
<style>
a { background-color: #960F6B; }
a { background-color: rgb(150,15,107); }
div.DivClassName
{
background-color: #960F6B;
}
.BgClassName
{
background-color: #960F6B;
}
</style>
border-color css
<style>
span { border-color: #960F6B; }
span { border-color: rgb(150,15,107); }
td.TdClassName
{
border-color: #960F6B;
}
.TagClassName
{
border-color: #960F6B;
}
</style>