Shades of Eggplant #96075D
Tints of Eggplant #96075D
RGB
CMYK
RGB Variations
Color information
#96075D (or 0x96075D) is known color: Eggplant. HEX triplet: 96, 07 and 5D. RGB value is (150,7,93). Sum of RGB (Red+Green+Blue) = 150+7+93=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96075D is #69F8A2. Grayscale: #3B3B3B. Windows color (decimal): -6944931 or 6096790. OLE color: 6096790.
HSL color Cylindrical-coordinate representation of color #96075D: hue angle of 323.92º 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 #96075D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 93 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.41 |
| HSL | 323.92º | 0.91% | 0.31% | - |
| HSV(B) | 323.92º | 0.95% | 0.59% | - |
| XYZ | 14.63 | 7.43 | 11.02 | - |
| YUV | 59.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 93 | 0 | 0.95 | 0.38 | 0.41 | 323.92 | 0.91 | 0.31 |
| Hex | 96 | 7 | 5D | 0 | 5F | 26 | 29 | 144 | 5B | 1F |
| Octal | 226 | 7 | 135 | 0 | 137 | 46 | 51 | 504 | 133 | 37 |
| Binary | 10010110 | 111 | 1011101 | 0 | 1011111 | 100110 | 101001 | 101000100 | 1011011 | 11111 |
Color Harmonies of #96075D
Complementary color
Monochromatic Colors of #96075D
Black with #96075D
Text Example
Text Example
White with #96075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96075D; }
p { color: rgb(150,7,93); }
H1.HeaderClassName
{
color: #96075D;
}
.AnyTagClassName
{
color: #96075D;
}
</style>
background-color css
<style>
a { background-color: #96075D; }
a { background-color: rgb(150,7,93); }
div.DivClassName
{
background-color: #96075D;
}
.BgClassName
{
background-color: #96075D;
}
</style>
border-color css
<style>
span { border-color: #96075D; }
span { border-color: rgb(150,7,93); }
td.TdClassName
{
border-color: #96075D;
}
.TagClassName
{
border-color: #96075D;
}
</style>