Shades of Eggplant #99007C
Tints of Eggplant #99007C
RGB
CMYK
RGB Variations
Color information
#99007C (or 0x99007C) is known color: Eggplant. HEX triplet: 99, 00 and 7C. RGB value is (153,0,124). Sum of RGB (Red+Green+Blue) = 153+0+124=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #99007C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007C is #66FF83. Grayscale: #3B3B3B. Windows color (decimal): -6750084 or 8126617. OLE color: 8126617.
HSL color Cylindrical-coordinate representation of color #99007C: hue angle of 311.37º 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 #99007C is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 124 | - |
| CMYK | 0 | 1 | 0.19 | 0.4 |
| HSL | 311.37º | 1% | 0.3% | - |
| HSV(B) | 311.37º | 1% | 0.6% | - |
| XYZ | 16.77 | 8.23 | 19.77 | - |
| YUV | 59.88 | 164.19 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 124 | 0 | 1 | 0.19 | 0.4 | 311.37 | 1 | 0.3 |
| Hex | 99 | 0 | 7C | 0 | 64 | 13 | 28 | 137 | 64 | 1E |
| Octal | 231 | 0 | 174 | 0 | 144 | 23 | 50 | 467 | 144 | 36 |
| Binary | 10011001 | 0 | 1111100 | 0 | 1100100 | 10011 | 101000 | 100110111 | 1100100 | 11110 |
Color Harmonies of #99007C
Complementary color
Monochromatic Colors of #99007C
Black with #99007C
Text Example
Text Example
White with #99007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99007C; }
p { color: rgb(153,0,124); }
H1.HeaderClassName
{
color: #99007C;
}
.AnyTagClassName
{
color: #99007C;
}
</style>
background-color css
<style>
a { background-color: #99007C; }
a { background-color: rgb(153,0,124); }
div.DivClassName
{
background-color: #99007C;
}
.BgClassName
{
background-color: #99007C;
}
</style>
border-color css
<style>
span { border-color: #99007C; }
span { border-color: rgb(153,0,124); }
td.TdClassName
{
border-color: #99007C;
}
.TagClassName
{
border-color: #99007C;
}
</style>