Shades of Eggplant #96006D
Tints of Eggplant #96006D
RGB
CMYK
RGB Variations
Color information
#96006D (or 0x96006D) is known color: Eggplant. HEX triplet: 96, 00 and 6D. RGB value is (150,0,109). Sum of RGB (Red+Green+Blue) = 150+0+109=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96006D is #69FF92. Grayscale: #383838. Windows color (decimal): -6946707 or 7143574. OLE color: 7143574.
HSL color Cylindrical-coordinate representation of color #96006D: hue angle of 316.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96006D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.27 | 0.41 |
| HSL | 316.4º | 1% | 0.29% | - |
| HSV(B) | 316.4º | 1% | 0.59% | - |
| XYZ | 15.34 | 7.59 | 15.12 | - |
| YUV | 57.28 | 157.2 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 109 | 0 | 1 | 0.27 | 0.41 | 316.4 | 1 | 0.29 |
| Hex | 96 | 0 | 6D | 0 | 64 | 1B | 29 | 13C | 64 | 1D |
| Octal | 226 | 0 | 155 | 0 | 144 | 33 | 51 | 474 | 144 | 35 |
| Binary | 10010110 | 0 | 1101101 | 0 | 1100100 | 11011 | 101001 | 100111100 | 1100100 | 11101 |
Color Harmonies of #96006D
Complementary color
Monochromatic Colors of #96006D
Black with #96006D
Text Example
Text Example
White with #96006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96006D; }
p { color: rgb(150,0,109); }
H1.HeaderClassName
{
color: #96006D;
}
.AnyTagClassName
{
color: #96006D;
}
</style>
background-color css
<style>
a { background-color: #96006D; }
a { background-color: rgb(150,0,109); }
div.DivClassName
{
background-color: #96006D;
}
.BgClassName
{
background-color: #96006D;
}
</style>
border-color css
<style>
span { border-color: #96006D; }
span { border-color: rgb(150,0,109); }
td.TdClassName
{
border-color: #96006D;
}
.TagClassName
{
border-color: #96006D;
}
</style>