Shades of Eggplant #96036D
Tints of Eggplant #96036D
RGB
CMYK
RGB Variations
Color information
#96036D (or 0x96036D) is known color: Eggplant. HEX triplet: 96, 03 and 6D. RGB value is (150,3,109). Sum of RGB (Red+Green+Blue) = 150+3+109=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96036D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96036D is #69FC92. Grayscale: #3A3A3A. Windows color (decimal): -6945939 or 7144342. OLE color: 7144342.
HSL color Cylindrical-coordinate representation of color #96036D: hue angle of 316.73º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96036D is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 109 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.41 |
| HSL | 316.73º | 0.96% | 0.3% | - |
| HSV(B) | 316.73º | 0.98% | 0.59% | - |
| XYZ | 15.37 | 7.65 | 15.14 | - |
| YUV | 59.04 | 156.2 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 109 | 0 | 0.98 | 0.27 | 0.41 | 316.73 | 0.96 | 0.3 |
| Hex | 96 | 3 | 6D | 0 | 62 | 1B | 29 | 13D | 60 | 1E |
| Octal | 226 | 3 | 155 | 0 | 142 | 33 | 51 | 475 | 140 | 36 |
| Binary | 10010110 | 11 | 1101101 | 0 | 1100010 | 11011 | 101001 | 100111101 | 1100000 | 11110 |
Color Harmonies of #96036D
Complementary color
Monochromatic Colors of #96036D
Black with #96036D
Text Example
Text Example
White with #96036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96036D; }
p { color: rgb(150,3,109); }
H1.HeaderClassName
{
color: #96036D;
}
.AnyTagClassName
{
color: #96036D;
}
</style>
background-color css
<style>
a { background-color: #96036D; }
a { background-color: rgb(150,3,109); }
div.DivClassName
{
background-color: #96036D;
}
.BgClassName
{
background-color: #96036D;
}
</style>
border-color css
<style>
span { border-color: #96036D; }
span { border-color: rgb(150,3,109); }
td.TdClassName
{
border-color: #96036D;
}
.TagClassName
{
border-color: #96036D;
}
</style>