Shades of Eggplant #960B73
Tints of Eggplant #960B73
RGB
CMYK
RGB Variations
Color information
#960B73 (or 0x960B73) is known color: Eggplant. HEX triplet: 96, 0B and 73. RGB value is (150,11,115). Sum of RGB (Red+Green+Blue) = 150+11+115=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #960B73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B73 is #69F48C. Grayscale: #404040. Windows color (decimal): -6943885 or 7539606. OLE color: 7539606.
HSL color Cylindrical-coordinate representation of color #960B73: hue angle of 315.11º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B73 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 11 | 115 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.41 |
| HSL | 315.11º | 0.86% | 0.32% | - |
| HSV(B) | 315.11º | 0.93% | 0.59% | - |
| XYZ | 15.79 | 7.96 | 16.92 | - |
| YUV | 64.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 115 | 0 | 0.93 | 0.23 | 0.41 | 315.11 | 0.86 | 0.32 |
| Hex | 96 | B | 73 | 0 | 5D | 17 | 29 | 13B | 56 | 20 |
| Octal | 226 | 13 | 163 | 0 | 135 | 27 | 51 | 473 | 126 | 40 |
| Binary | 10010110 | 1011 | 1110011 | 0 | 1011101 | 10111 | 101001 | 100111011 | 1010110 | 100000 |
Color Harmonies of #960B73
Complementary color
Monochromatic Colors of #960B73
Black with #960B73
Text Example
Text Example
White with #960B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960B73; }
p { color: rgb(150,11,115); }
H1.HeaderClassName
{
color: #960B73;
}
.AnyTagClassName
{
color: #960B73;
}
</style>
background-color css
<style>
a { background-color: #960B73; }
a { background-color: rgb(150,11,115); }
div.DivClassName
{
background-color: #960B73;
}
.BgClassName
{
background-color: #960B73;
}
</style>
border-color css
<style>
span { border-color: #960B73; }
span { border-color: rgb(150,11,115); }
td.TdClassName
{
border-color: #960B73;
}
.TagClassName
{
border-color: #960B73;
}
</style>