Shades of Eggplant #99096A
Tints of Eggplant #99096A
RGB
CMYK
RGB Variations
Color information
#99096A (or 0x99096A) is known color: Eggplant. HEX triplet: 99, 09 and 6A. RGB value is (153,9,106). Sum of RGB (Red+Green+Blue) = 153+9+106=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #99096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99096A is #66F695. Grayscale: #3E3E3E. Windows color (decimal): -6747798 or 6949273. OLE color: 6949273.
HSL color Cylindrical-coordinate representation of color #99096A: hue angle of 319.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99096A is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 9 | 106 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.4 |
| HSL | 319.58º | 0.89% | 0.32% | - |
| HSV(B) | 319.58º | 0.94% | 0.6% | - |
| XYZ | 15.84 | 8.01 | 14.35 | - |
| YUV | 63.11 | 152.21 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 106 | 0 | 0.94 | 0.31 | 0.4 | 319.58 | 0.89 | 0.32 |
| Hex | 99 | 9 | 6A | 0 | 5E | 1F | 28 | 140 | 59 | 20 |
| Octal | 231 | 11 | 152 | 0 | 136 | 37 | 50 | 500 | 131 | 40 |
| Binary | 10011001 | 1001 | 1101010 | 0 | 1011110 | 11111 | 101000 | 101000000 | 1011001 | 100000 |
Color Harmonies of #99096A
Complementary color
Monochromatic Colors of #99096A
Black with #99096A
Text Example
Text Example
White with #99096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99096A; }
p { color: rgb(153,9,106); }
H1.HeaderClassName
{
color: #99096A;
}
.AnyTagClassName
{
color: #99096A;
}
</style>
background-color css
<style>
a { background-color: #99096A; }
a { background-color: rgb(153,9,106); }
div.DivClassName
{
background-color: #99096A;
}
.BgClassName
{
background-color: #99096A;
}
</style>
border-color css
<style>
span { border-color: #99096A; }
span { border-color: rgb(153,9,106); }
td.TdClassName
{
border-color: #99096A;
}
.TagClassName
{
border-color: #99096A;
}
</style>