Shades of Eggplant #96046C
Tints of Eggplant #96046C
RGB
CMYK
RGB Variations
Color information
#96046C (or 0x96046C) is known color: Eggplant. HEX triplet: 96, 04 and 6C. RGB value is (150,4,108). Sum of RGB (Red+Green+Blue) = 150+4+108=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96046C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96046C is #69FB93. Grayscale: #3B3B3B. Windows color (decimal): -6945684 or 7079062. OLE color: 7079062.
HSL color Cylindrical-coordinate representation of color #96046C: hue angle of 317.26º 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 #96046C is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 108 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.41 |
| HSL | 317.26º | 0.95% | 0.3% | - |
| HSV(B) | 317.26º | 0.97% | 0.59% | - |
| XYZ | 15.33 | 7.65 | 14.86 | - |
| YUV | 59.51 | 155.37 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 108 | 0 | 0.97 | 0.28 | 0.41 | 317.26 | 0.95 | 0.3 |
| Hex | 96 | 4 | 6C | 0 | 61 | 1C | 29 | 13D | 5F | 1E |
| Octal | 226 | 4 | 154 | 0 | 141 | 34 | 51 | 475 | 137 | 36 |
| Binary | 10010110 | 100 | 1101100 | 0 | 1100001 | 11100 | 101001 | 100111101 | 1011111 | 11110 |
Color Harmonies of #96046C
Complementary color
Monochromatic Colors of #96046C
Black with #96046C
Text Example
Text Example
White with #96046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96046C; }
p { color: rgb(150,4,108); }
H1.HeaderClassName
{
color: #96046C;
}
.AnyTagClassName
{
color: #96046C;
}
</style>
background-color css
<style>
a { background-color: #96046C; }
a { background-color: rgb(150,4,108); }
div.DivClassName
{
background-color: #96046C;
}
.BgClassName
{
background-color: #96046C;
}
</style>
border-color css
<style>
span { border-color: #96046C; }
span { border-color: rgb(150,4,108); }
td.TdClassName
{
border-color: #96046C;
}
.TagClassName
{
border-color: #96046C;
}
</style>