Shades of Eggplant #99005B
Tints of Eggplant #99005B
RGB
CMYK
RGB Variations
Color information
#99005B (or 0x99005B) is known color: Eggplant. HEX triplet: 99, 00 and 5B. RGB value is (153,0,91). Sum of RGB (Red+Green+Blue) = 153+0+91=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #99005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99005B is #66FFA4. Grayscale: #373737. Windows color (decimal): -6750117 or 5963929. OLE color: 5963929.
HSL color Cylindrical-coordinate representation of color #99005B: hue angle of 324.31º 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 #99005B is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.41 | 0.4 |
| HSL | 324.31º | 1% | 0.3% | - |
| HSV(B) | 324.31º | 1% | 0.6% | - |
| XYZ | 15.03 | 7.53 | 10.56 | - |
| YUV | 56.12 | 147.69 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 91 | 0 | 1 | 0.41 | 0.4 | 324.31 | 1 | 0.3 |
| Hex | 99 | 0 | 5B | 0 | 64 | 29 | 28 | 144 | 64 | 1E |
| Octal | 231 | 0 | 133 | 0 | 144 | 51 | 50 | 504 | 144 | 36 |
| Binary | 10011001 | 0 | 1011011 | 0 | 1100100 | 101001 | 101000 | 101000100 | 1100100 | 11110 |
Color Harmonies of #99005B
Complementary color
Monochromatic Colors of #99005B
Black with #99005B
Text Example
Text Example
White with #99005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99005B; }
p { color: rgb(153,0,91); }
H1.HeaderClassName
{
color: #99005B;
}
.AnyTagClassName
{
color: #99005B;
}
</style>
background-color css
<style>
a { background-color: #99005B; }
a { background-color: rgb(153,0,91); }
div.DivClassName
{
background-color: #99005B;
}
.BgClassName
{
background-color: #99005B;
}
</style>
border-color css
<style>
span { border-color: #99005B; }
span { border-color: rgb(153,0,91); }
td.TdClassName
{
border-color: #99005B;
}
.TagClassName
{
border-color: #99005B;
}
</style>