Shades of Eggplant #96096A
Tints of Eggplant #96096A
RGB
CMYK
RGB Variations
Color information
#96096A (or 0x96096A) is known color: Eggplant. HEX triplet: 96, 09 and 6A. RGB value is (150,9,106). Sum of RGB (Red+Green+Blue) = 150+9+106=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96096A is #69F695. Grayscale: #3D3D3D. Windows color (decimal): -6944406 or 6949270. OLE color: 6949270.
HSL color Cylindrical-coordinate representation of color #96096A: hue angle of 318.72º 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 #96096A is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 106 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.41 |
| HSL | 318.72º | 0.89% | 0.31% | - |
| HSV(B) | 318.72º | 0.94% | 0.59% | - |
| XYZ | 15.28 | 7.72 | 14.32 | - |
| YUV | 62.22 | 152.71 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 106 | 0 | 0.94 | 0.29 | 0.41 | 318.72 | 0.89 | 0.31 |
| Hex | 96 | 9 | 6A | 0 | 5E | 1D | 29 | 13F | 59 | 1F |
| Octal | 226 | 11 | 152 | 0 | 136 | 35 | 51 | 477 | 131 | 37 |
| Binary | 10010110 | 1001 | 1101010 | 0 | 1011110 | 11101 | 101001 | 100111111 | 1011001 | 11111 |
Color Harmonies of #96096A
Complementary color
Monochromatic Colors of #96096A
Black with #96096A
Text Example
Text Example
White with #96096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96096A; }
p { color: rgb(150,9,106); }
H1.HeaderClassName
{
color: #96096A;
}
.AnyTagClassName
{
color: #96096A;
}
</style>
background-color css
<style>
a { background-color: #96096A; }
a { background-color: rgb(150,9,106); }
div.DivClassName
{
background-color: #96096A;
}
.BgClassName
{
background-color: #96096A;
}
</style>
border-color css
<style>
span { border-color: #96096A; }
span { border-color: rgb(150,9,106); }
td.TdClassName
{
border-color: #96096A;
}
.TagClassName
{
border-color: #96096A;
}
</style>