Shades of Eggplant #96055A
Tints of Eggplant #96055A
RGB
CMYK
RGB Variations
Color information
#96055A (or 0x96055A) is known color: Eggplant. HEX triplet: 96, 05 and 5A. RGB value is (150,5,90). Sum of RGB (Red+Green+Blue) = 150+5+90=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #96055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96055A is #69FAA5. Grayscale: #393939. Windows color (decimal): -6945446 or 5899670. OLE color: 5899670.
HSL color Cylindrical-coordinate representation of color #96055A: hue angle of 324.83º 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 #96055A is Cyan = 0, Magento = 0.97, Yellow = 0.4 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 90 | - |
| CMYK | 0 | 0.97 | 0.4 | 0.41 |
| HSL | 324.83º | 0.94% | 0.3% | - |
| HSV(B) | 324.83º | 0.97% | 0.59% | - |
| XYZ | 14.48 | 7.33 | 10.32 | - |
| YUV | 58.05 | 146.04 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 90 | 0 | 0.97 | 0.4 | 0.41 | 324.83 | 0.94 | 0.3 |
| Hex | 96 | 5 | 5A | 0 | 61 | 28 | 29 | 145 | 5E | 1E |
| Octal | 226 | 5 | 132 | 0 | 141 | 50 | 51 | 505 | 136 | 36 |
| Binary | 10010110 | 101 | 1011010 | 0 | 1100001 | 101000 | 101001 | 101000101 | 1011110 | 11110 |
Color Harmonies of #96055A
Complementary color
Monochromatic Colors of #96055A
Black with #96055A
Text Example
Text Example
White with #96055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96055A; }
p { color: rgb(150,5,90); }
H1.HeaderClassName
{
color: #96055A;
}
.AnyTagClassName
{
color: #96055A;
}
</style>
background-color css
<style>
a { background-color: #96055A; }
a { background-color: rgb(150,5,90); }
div.DivClassName
{
background-color: #96055A;
}
.BgClassName
{
background-color: #96055A;
}
</style>
border-color css
<style>
span { border-color: #96055A; }
span { border-color: rgb(150,5,90); }
td.TdClassName
{
border-color: #96055A;
}
.TagClassName
{
border-color: #96055A;
}
</style>