Shades of Eggplant #99005E
Tints of Eggplant #99005E
RGB
CMYK
RGB Variations
Color information
#99005E (or 0x99005E) is known color: Eggplant. HEX triplet: 99, 00 and 5E. RGB value is (153,0,94). Sum of RGB (Red+Green+Blue) = 153+0+94=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #99005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99005E is #66FFA1. Grayscale: #383838. Windows color (decimal): -6750114 or 6160537. OLE color: 6160537.
HSL color Cylindrical-coordinate representation of color #99005E: hue angle of 323.14º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99005E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.39 | 0.4 |
| HSL | 323.14º | 1% | 0.3% | - |
| HSV(B) | 323.14º | 1% | 0.6% | - |
| XYZ | 15.16 | 7.58 | 11.25 | - |
| YUV | 56.46 | 149.19 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 94 | 0 | 1 | 0.39 | 0.4 | 323.14 | 1 | 0.3 |
| Hex | 99 | 0 | 5E | 0 | 64 | 27 | 28 | 143 | 64 | 1E |
| Octal | 231 | 0 | 136 | 0 | 144 | 47 | 50 | 503 | 144 | 36 |
| Binary | 10011001 | 0 | 1011110 | 0 | 1100100 | 100111 | 101000 | 101000011 | 1100100 | 11110 |
Color Harmonies of #99005E
Complementary color
Monochromatic Colors of #99005E
Black with #99005E
Text Example
Text Example
White with #99005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99005E; }
p { color: rgb(153,0,94); }
H1.HeaderClassName
{
color: #99005E;
}
.AnyTagClassName
{
color: #99005E;
}
</style>
background-color css
<style>
a { background-color: #99005E; }
a { background-color: rgb(153,0,94); }
div.DivClassName
{
background-color: #99005E;
}
.BgClassName
{
background-color: #99005E;
}
</style>
border-color css
<style>
span { border-color: #99005E; }
span { border-color: rgb(153,0,94); }
td.TdClassName
{
border-color: #99005E;
}
.TagClassName
{
border-color: #99005E;
}
</style>