Shades of Eggplant #96055C
Tints of Eggplant #96055C
RGB
CMYK
RGB Variations
Color information
#96055C (or 0x96055C) is known color: Eggplant. HEX triplet: 96, 05 and 5C. RGB value is (150,5,92). Sum of RGB (Red+Green+Blue) = 150+5+92=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96055C is #69FAA3. Grayscale: #3A3A3A. Windows color (decimal): -6945444 or 6030742. OLE color: 6030742.
HSL color Cylindrical-coordinate representation of color #96055C: hue angle of 324º 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 #96055C is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 92 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.41 |
| HSL | 324º | 0.94% | 0.3% | - |
| HSV(B) | 324º | 0.97% | 0.59% | - |
| XYZ | 14.56 | 7.37 | 10.78 | - |
| YUV | 58.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 92 | 0 | 0.97 | 0.39 | 0.41 | 324 | 0.94 | 0.3 |
| Hex | 96 | 5 | 5C | 0 | 61 | 27 | 29 | 144 | 5E | 1E |
| Octal | 226 | 5 | 134 | 0 | 141 | 47 | 51 | 504 | 136 | 36 |
| Binary | 10010110 | 101 | 1011100 | 0 | 1100001 | 100111 | 101001 | 101000100 | 1011110 | 11110 |
Color Harmonies of #96055C
Complementary color
Monochromatic Colors of #96055C
Black with #96055C
Text Example
Text Example
White with #96055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96055C; }
p { color: rgb(150,5,92); }
H1.HeaderClassName
{
color: #96055C;
}
.AnyTagClassName
{
color: #96055C;
}
</style>
background-color css
<style>
a { background-color: #96055C; }
a { background-color: rgb(150,5,92); }
div.DivClassName
{
background-color: #96055C;
}
.BgClassName
{
background-color: #96055C;
}
</style>
border-color css
<style>
span { border-color: #96055C; }
span { border-color: rgb(150,5,92); }
td.TdClassName
{
border-color: #96055C;
}
.TagClassName
{
border-color: #96055C;
}
</style>