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