Shades of Eggplant #96096E
Tints of Eggplant #96096E
RGB
CMYK
RGB Variations
Color information
#96096E (or 0x96096E) is known color: Eggplant. HEX triplet: 96, 09 and 6E. RGB value is (150,9,110). Sum of RGB (Red+Green+Blue) = 150+9+110=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #96096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96096E is #69F691. Grayscale: #3E3E3E. Windows color (decimal): -6944402 or 7211414. OLE color: 7211414.
HSL color Cylindrical-coordinate representation of color #96096E: hue angle of 317.02º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96096E is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.41 |
| HSL | 317.02º | 0.89% | 0.31% | - |
| HSV(B) | 317.02º | 0.94% | 0.59% | - |
| XYZ | 15.49 | 7.81 | 15.44 | - |
| YUV | 62.67 | 154.71 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 110 | 0 | 0.94 | 0.27 | 0.41 | 317.02 | 0.89 | 0.31 |
| Hex | 96 | 9 | 6E | 0 | 5E | 1B | 29 | 13D | 59 | 1F |
| Octal | 226 | 11 | 156 | 0 | 136 | 33 | 51 | 475 | 131 | 37 |
| Binary | 10010110 | 1001 | 1101110 | 0 | 1011110 | 11011 | 101001 | 100111101 | 1011001 | 11111 |
Color Harmonies of #96096E
Complementary color
Monochromatic Colors of #96096E
Black with #96096E
Text Example
Text Example
White with #96096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96096E; }
p { color: rgb(150,9,110); }
H1.HeaderClassName
{
color: #96096E;
}
.AnyTagClassName
{
color: #96096E;
}
</style>
background-color css
<style>
a { background-color: #96096E; }
a { background-color: rgb(150,9,110); }
div.DivClassName
{
background-color: #96096E;
}
.BgClassName
{
background-color: #96096E;
}
</style>
border-color css
<style>
span { border-color: #96096E; }
span { border-color: rgb(150,9,110); }
td.TdClassName
{
border-color: #96096E;
}
.TagClassName
{
border-color: #96096E;
}
</style>