Shades of Eggplant #99047C
Tints of Eggplant #99047C
RGB
CMYK
RGB Variations
Color information
#99047C (or 0x99047C) is known color: Eggplant. HEX triplet: 99, 04 and 7C. RGB value is (153,4,124). Sum of RGB (Red+Green+Blue) = 153+4+124=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #99047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99047C is #66FB83. Grayscale: #3D3D3D. Windows color (decimal): -6749060 or 8127641. OLE color: 8127641.
HSL color Cylindrical-coordinate representation of color #99047C: hue angle of 311.68º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99047C is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 124 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.4 |
| HSL | 311.68º | 0.95% | 0.31% | - |
| HSV(B) | 311.68º | 0.97% | 0.6% | - |
| XYZ | 16.82 | 8.31 | 19.79 | - |
| YUV | 62.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 124 | 0 | 0.97 | 0.19 | 0.4 | 311.68 | 0.95 | 0.31 |
| Hex | 99 | 4 | 7C | 0 | 61 | 13 | 28 | 138 | 5F | 1F |
| Octal | 231 | 4 | 174 | 0 | 141 | 23 | 50 | 470 | 137 | 37 |
| Binary | 10011001 | 100 | 1111100 | 0 | 1100001 | 10011 | 101000 | 100111000 | 1011111 | 11111 |
Color Harmonies of #99047C
Complementary color
Monochromatic Colors of #99047C
Black with #99047C
Text Example
Text Example
White with #99047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99047C; }
p { color: rgb(153,4,124); }
H1.HeaderClassName
{
color: #99047C;
}
.AnyTagClassName
{
color: #99047C;
}
</style>
background-color css
<style>
a { background-color: #99047C; }
a { background-color: rgb(153,4,124); }
div.DivClassName
{
background-color: #99047C;
}
.BgClassName
{
background-color: #99047C;
}
</style>
border-color css
<style>
span { border-color: #99047C; }
span { border-color: rgb(153,4,124); }
td.TdClassName
{
border-color: #99047C;
}
.TagClassName
{
border-color: #99047C;
}
</style>