Shades of Eggplant #96085D
Tints of Eggplant #96085D
RGB
CMYK
RGB Variations
Color information
#96085D (or 0x96085D) is known color: Eggplant. HEX triplet: 96, 08 and 5D. RGB value is (150,8,93). Sum of RGB (Red+Green+Blue) = 150+8+93=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96085D is #69F7A2. Grayscale: #3B3B3B. Windows color (decimal): -6944675 or 6097046. OLE color: 6097046.
HSL color Cylindrical-coordinate representation of color #96085D: hue angle of 324.08º degrees, saturation: 0.9, 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 #96085D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 93 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.41 |
| HSL | 324.08º | 0.9% | 0.31% | - |
| HSV(B) | 324.08º | 0.95% | 0.59% | - |
| XYZ | 14.64 | 7.45 | 11.02 | - |
| YUV | 60.15 | 146.54 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 93 | 0 | 0.95 | 0.38 | 0.41 | 324.08 | 0.9 | 0.31 |
| Hex | 96 | 8 | 5D | 0 | 5F | 26 | 29 | 144 | 5A | 1F |
| Octal | 226 | 10 | 135 | 0 | 137 | 46 | 51 | 504 | 132 | 37 |
| Binary | 10010110 | 1000 | 1011101 | 0 | 1011111 | 100110 | 101001 | 101000100 | 1011010 | 11111 |
Color Harmonies of #96085D
Complementary color
Monochromatic Colors of #96085D
Black with #96085D
Text Example
Text Example
White with #96085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96085D; }
p { color: rgb(150,8,93); }
H1.HeaderClassName
{
color: #96085D;
}
.AnyTagClassName
{
color: #96085D;
}
</style>
background-color css
<style>
a { background-color: #96085D; }
a { background-color: rgb(150,8,93); }
div.DivClassName
{
background-color: #96085D;
}
.BgClassName
{
background-color: #96085D;
}
</style>
border-color css
<style>
span { border-color: #96085D; }
span { border-color: rgb(150,8,93); }
td.TdClassName
{
border-color: #96085D;
}
.TagClassName
{
border-color: #96085D;
}
</style>