Shades of Eggplant #96096F
Tints of Eggplant #96096F
RGB
CMYK
RGB Variations
Color information
#96096F (or 0x96096F) is known color: Eggplant. HEX triplet: 96, 09 and 6F. RGB value is (150,9,111). Sum of RGB (Red+Green+Blue) = 150+9+111=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #96096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96096F is #69F690. Grayscale: #3E3E3E. Windows color (decimal): -6944401 or 7276950. OLE color: 7276950.
HSL color Cylindrical-coordinate representation of color #96096F: hue angle of 316.6º 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 #96096F is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 111 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.41 |
| HSL | 316.6º | 0.89% | 0.31% | - |
| HSV(B) | 316.6º | 0.94% | 0.59% | - |
| XYZ | 15.54 | 7.83 | 15.73 | - |
| YUV | 62.79 | 155.21 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 111 | 0 | 0.94 | 0.26 | 0.41 | 316.6 | 0.89 | 0.31 |
| Hex | 96 | 9 | 6F | 0 | 5E | 1A | 29 | 13D | 59 | 1F |
| Octal | 226 | 11 | 157 | 0 | 136 | 32 | 51 | 475 | 131 | 37 |
| Binary | 10010110 | 1001 | 1101111 | 0 | 1011110 | 11010 | 101001 | 100111101 | 1011001 | 11111 |
Color Harmonies of #96096F
Complementary color
Monochromatic Colors of #96096F
Black with #96096F
Text Example
Text Example
White with #96096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96096F; }
p { color: rgb(150,9,111); }
H1.HeaderClassName
{
color: #96096F;
}
.AnyTagClassName
{
color: #96096F;
}
</style>
background-color css
<style>
a { background-color: #96096F; }
a { background-color: rgb(150,9,111); }
div.DivClassName
{
background-color: #96096F;
}
.BgClassName
{
background-color: #96096F;
}
</style>
border-color css
<style>
span { border-color: #96096F; }
span { border-color: rgb(150,9,111); }
td.TdClassName
{
border-color: #96096F;
}
.TagClassName
{
border-color: #96096F;
}
</style>