Shades of Eggplant #99136C
Tints of Eggplant #99136C
RGB
CMYK
RGB Variations
Color information
#99136C (or 0x99136C) is known color: Eggplant. HEX triplet: 99, 13 and 6C. RGB value is (153,19,108). Sum of RGB (Red+Green+Blue) = 153+19+108=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136C is #66EC93. Grayscale: #444444. Windows color (decimal): -6745236 or 7082905. OLE color: 7082905.
HSL color Cylindrical-coordinate representation of color #99136C: hue angle of 320.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99136C is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 108 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.4 |
| HSL | 320.15º | 0.78% | 0.34% | - |
| HSV(B) | 320.15º | 0.88% | 0.6% | - |
| XYZ | 16.08 | 8.32 | 14.95 | - |
| YUV | 69.21 | 149.89 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 108 | 0 | 0.88 | 0.29 | 0.4 | 320.15 | 0.78 | 0.34 |
| Hex | 99 | 13 | 6C | 0 | 58 | 1D | 28 | 140 | 4E | 22 |
| Octal | 231 | 23 | 154 | 0 | 130 | 35 | 50 | 500 | 116 | 42 |
| Binary | 10011001 | 10011 | 1101100 | 0 | 1011000 | 11101 | 101000 | 101000000 | 1001110 | 100010 |
Color Harmonies of #99136C
Complementary color
Monochromatic Colors of #99136C
Black with #99136C
Text Example
Text Example
White with #99136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99136C; }
p { color: rgb(153,19,108); }
H1.HeaderClassName
{
color: #99136C;
}
.AnyTagClassName
{
color: #99136C;
}
</style>
background-color css
<style>
a { background-color: #99136C; }
a { background-color: rgb(153,19,108); }
div.DivClassName
{
background-color: #99136C;
}
.BgClassName
{
background-color: #99136C;
}
</style>
border-color css
<style>
span { border-color: #99136C; }
span { border-color: rgb(153,19,108); }
td.TdClassName
{
border-color: #99136C;
}
.TagClassName
{
border-color: #99136C;
}
</style>