Shades of Eggplant #96075E
Tints of Eggplant #96075E
RGB
CMYK
RGB Variations
Color information
#96075E (or 0x96075E) is known color: Eggplant. HEX triplet: 96, 07 and 5E. RGB value is (150,7,94). Sum of RGB (Red+Green+Blue) = 150+7+94=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96075E is #69F8A1. Grayscale: #3B3B3B. Windows color (decimal): -6944930 or 6162326. OLE color: 6162326.
HSL color Cylindrical-coordinate representation of color #96075E: hue angle of 323.5º 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 #96075E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.41 |
| HSL | 323.5º | 0.91% | 0.31% | - |
| HSV(B) | 323.5º | 0.95% | 0.59% | - |
| XYZ | 14.67 | 7.44 | 11.25 | - |
| YUV | 59.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 94 | 0 | 0.95 | 0.37 | 0.41 | 323.5 | 0.91 | 0.31 |
| Hex | 96 | 7 | 5E | 0 | 5F | 25 | 29 | 143 | 5B | 1F |
| Octal | 226 | 7 | 136 | 0 | 137 | 45 | 51 | 503 | 133 | 37 |
| Binary | 10010110 | 111 | 1011110 | 0 | 1011111 | 100101 | 101001 | 101000011 | 1011011 | 11111 |
Color Harmonies of #96075E
Complementary color
Monochromatic Colors of #96075E
Black with #96075E
Text Example
Text Example
White with #96075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96075E; }
p { color: rgb(150,7,94); }
H1.HeaderClassName
{
color: #96075E;
}
.AnyTagClassName
{
color: #96075E;
}
</style>
background-color css
<style>
a { background-color: #96075E; }
a { background-color: rgb(150,7,94); }
div.DivClassName
{
background-color: #96075E;
}
.BgClassName
{
background-color: #96075E;
}
</style>
border-color css
<style>
span { border-color: #96075E; }
span { border-color: rgb(150,7,94); }
td.TdClassName
{
border-color: #96075E;
}
.TagClassName
{
border-color: #96075E;
}
</style>