Shades of Eggplant #96097A
Tints of Eggplant #96097A
RGB
CMYK
RGB Variations
Color information
#96097A (or 0x96097A) is known color: Eggplant. HEX triplet: 96, 09 and 7A. RGB value is (150,9,122). Sum of RGB (Red+Green+Blue) = 150+9+122=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96097A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96097A is #69F685. Grayscale: #3F3F3F. Windows color (decimal): -6944390 or 7997846. OLE color: 7997846.
HSL color Cylindrical-coordinate representation of color #96097A: hue angle of 311.91º 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 #96097A is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 122 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.41 |
| HSL | 311.91º | 0.89% | 0.31% | - |
| HSV(B) | 311.91º | 0.94% | 0.59% | - |
| XYZ | 16.19 | 8.08 | 19.12 | - |
| YUV | 64.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 122 | 0 | 0.94 | 0.19 | 0.41 | 311.91 | 0.89 | 0.31 |
| Hex | 96 | 9 | 7A | 0 | 5E | 13 | 29 | 138 | 59 | 1F |
| Octal | 226 | 11 | 172 | 0 | 136 | 23 | 51 | 470 | 131 | 37 |
| Binary | 10010110 | 1001 | 1111010 | 0 | 1011110 | 10011 | 101001 | 100111000 | 1011001 | 11111 |
Color Harmonies of #96097A
Complementary color
Monochromatic Colors of #96097A
Black with #96097A
Text Example
Text Example
White with #96097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96097A; }
p { color: rgb(150,9,122); }
H1.HeaderClassName
{
color: #96097A;
}
.AnyTagClassName
{
color: #96097A;
}
</style>
background-color css
<style>
a { background-color: #96097A; }
a { background-color: rgb(150,9,122); }
div.DivClassName
{
background-color: #96097A;
}
.BgClassName
{
background-color: #96097A;
}
</style>
border-color css
<style>
span { border-color: #96097A; }
span { border-color: rgb(150,9,122); }
td.TdClassName
{
border-color: #96097A;
}
.TagClassName
{
border-color: #96097A;
}
</style>