Shades of Eggplant #96055F
Tints of Eggplant #96055F
RGB
CMYK
RGB Variations
Color information
#96055F (or 0x96055F) is known color: Eggplant. HEX triplet: 96, 05 and 5F. RGB value is (150,5,95). Sum of RGB (Red+Green+Blue) = 150+5+95=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96055F is #69FAA0. Grayscale: #3A3A3A. Windows color (decimal): -6945441 or 6227350. OLE color: 6227350.
HSL color Cylindrical-coordinate representation of color #96055F: hue angle of 322.76º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96055F is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 95 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.41 |
| HSL | 322.76º | 0.94% | 0.3% | - |
| HSV(B) | 322.76º | 0.97% | 0.59% | - |
| XYZ | 14.7 | 7.42 | 11.48 | - |
| YUV | 58.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 95 | 0 | 0.97 | 0.37 | 0.41 | 322.76 | 0.94 | 0.3 |
| Hex | 96 | 5 | 5F | 0 | 61 | 25 | 29 | 143 | 5E | 1E |
| Octal | 226 | 5 | 137 | 0 | 141 | 45 | 51 | 503 | 136 | 36 |
| Binary | 10010110 | 101 | 1011111 | 0 | 1100001 | 100101 | 101001 | 101000011 | 1011110 | 11110 |
Color Harmonies of #96055F
Complementary color
Monochromatic Colors of #96055F
Black with #96055F
Text Example
Text Example
White with #96055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96055F; }
p { color: rgb(150,5,95); }
H1.HeaderClassName
{
color: #96055F;
}
.AnyTagClassName
{
color: #96055F;
}
</style>
background-color css
<style>
a { background-color: #96055F; }
a { background-color: rgb(150,5,95); }
div.DivClassName
{
background-color: #96055F;
}
.BgClassName
{
background-color: #96055F;
}
</style>
border-color css
<style>
span { border-color: #96055F; }
span { border-color: rgb(150,5,95); }
td.TdClassName
{
border-color: #96055F;
}
.TagClassName
{
border-color: #96055F;
}
</style>