Shades of Eggplant #96046E
Tints of Eggplant #96046E
RGB
CMYK
RGB Variations
Color information
#96046E (or 0x96046E) is known color: Eggplant. HEX triplet: 96, 04 and 6E. RGB value is (150,4,110). Sum of RGB (Red+Green+Blue) = 150+4+110=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96046E is #69FB91. Grayscale: #3B3B3B. Windows color (decimal): -6945682 or 7210134. OLE color: 7210134.
HSL color Cylindrical-coordinate representation of color #96046E: hue angle of 316.44º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96046E is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 110 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.41 |
| HSL | 316.44º | 0.95% | 0.3% | - |
| HSV(B) | 316.44º | 0.97% | 0.59% | - |
| XYZ | 15.44 | 7.7 | 15.42 | - |
| YUV | 59.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 110 | 0 | 0.97 | 0.27 | 0.41 | 316.44 | 0.95 | 0.3 |
| Hex | 96 | 4 | 6E | 0 | 61 | 1B | 29 | 13C | 5F | 1E |
| Octal | 226 | 4 | 156 | 0 | 141 | 33 | 51 | 474 | 137 | 36 |
| Binary | 10010110 | 100 | 1101110 | 0 | 1100001 | 11011 | 101001 | 100111100 | 1011111 | 11110 |
Color Harmonies of #96046E
Complementary color
Monochromatic Colors of #96046E
Black with #96046E
Text Example
Text Example
White with #96046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96046E; }
p { color: rgb(150,4,110); }
H1.HeaderClassName
{
color: #96046E;
}
.AnyTagClassName
{
color: #96046E;
}
</style>
background-color css
<style>
a { background-color: #96046E; }
a { background-color: rgb(150,4,110); }
div.DivClassName
{
background-color: #96046E;
}
.BgClassName
{
background-color: #96046E;
}
</style>
border-color css
<style>
span { border-color: #96046E; }
span { border-color: rgb(150,4,110); }
td.TdClassName
{
border-color: #96046E;
}
.TagClassName
{
border-color: #96046E;
}
</style>