Shades of Eggplant #960D62
Tints of Eggplant #960D62
RGB
CMYK
RGB Variations
Color information
#960D62 (or 0x960D62) is known color: Eggplant. HEX triplet: 96, 0D and 62. RGB value is (150,13,98). Sum of RGB (Red+Green+Blue) = 150+13+98=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #960D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960D62 is #69F29D. Grayscale: #3F3F3F. Windows color (decimal): -6943390 or 6426006. OLE color: 6426006.
HSL color Cylindrical-coordinate representation of color #960D62: hue angle of 322.77º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D62 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 98 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.41 |
| HSL | 322.77º | 0.84% | 0.32% | - |
| HSV(B) | 322.77º | 0.91% | 0.59% | - |
| XYZ | 14.93 | 7.65 | 12.25 | - |
| YUV | 63.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 98 | 0 | 0.91 | 0.35 | 0.41 | 322.77 | 0.84 | 0.32 |
| Hex | 96 | D | 62 | 0 | 5B | 23 | 29 | 143 | 54 | 20 |
| Octal | 226 | 15 | 142 | 0 | 133 | 43 | 51 | 503 | 124 | 40 |
| Binary | 10010110 | 1101 | 1100010 | 0 | 1011011 | 100011 | 101001 | 101000011 | 1010100 | 100000 |
Color Harmonies of #960D62
Complementary color
Monochromatic Colors of #960D62
Black with #960D62
Text Example
Text Example
White with #960D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D62; }
p { color: rgb(150,13,98); }
H1.HeaderClassName
{
color: #960D62;
}
.AnyTagClassName
{
color: #960D62;
}
</style>
background-color css
<style>
a { background-color: #960D62; }
a { background-color: rgb(150,13,98); }
div.DivClassName
{
background-color: #960D62;
}
.BgClassName
{
background-color: #960D62;
}
</style>
border-color css
<style>
span { border-color: #960D62; }
span { border-color: rgb(150,13,98); }
td.TdClassName
{
border-color: #960D62;
}
.TagClassName
{
border-color: #960D62;
}
</style>