Shades of Eggplant #96076D
Tints of Eggplant #96076D
RGB
CMYK
RGB Variations
Color information
#96076D (or 0x96076D) is known color: Eggplant. HEX triplet: 96, 07 and 6D. RGB value is (150,7,109). Sum of RGB (Red+Green+Blue) = 150+7+109=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96076D is #69F892. Grayscale: #3D3D3D. Windows color (decimal): -6944915 or 7145366. OLE color: 7145366.
HSL color Cylindrical-coordinate representation of color #96076D: hue angle of 317.2º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96076D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.27 | 0.41 |
| HSL | 317.2º | 0.91% | 0.31% | - |
| HSV(B) | 317.2º | 0.95% | 0.59% | - |
| XYZ | 15.41 | 7.74 | 15.15 | - |
| YUV | 61.39 | 154.88 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 109 | 0 | 0.95 | 0.27 | 0.41 | 317.2 | 0.91 | 0.31 |
| Hex | 96 | 7 | 6D | 0 | 5F | 1B | 29 | 13D | 5B | 1F |
| Octal | 226 | 7 | 155 | 0 | 137 | 33 | 51 | 475 | 133 | 37 |
| Binary | 10010110 | 111 | 1101101 | 0 | 1011111 | 11011 | 101001 | 100111101 | 1011011 | 11111 |
Color Harmonies of #96076D
Complementary color
Monochromatic Colors of #96076D
Black with #96076D
Text Example
Text Example
White with #96076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96076D; }
p { color: rgb(150,7,109); }
H1.HeaderClassName
{
color: #96076D;
}
.AnyTagClassName
{
color: #96076D;
}
</style>
background-color css
<style>
a { background-color: #96076D; }
a { background-color: rgb(150,7,109); }
div.DivClassName
{
background-color: #96076D;
}
.BgClassName
{
background-color: #96076D;
}
</style>
border-color css
<style>
span { border-color: #96076D; }
span { border-color: rgb(150,7,109); }
td.TdClassName
{
border-color: #96076D;
}
.TagClassName
{
border-color: #96076D;
}
</style>