Shades of Eggplant #99136A
Tints of Eggplant #99136A
RGB
CMYK
RGB Variations
Color information
#99136A (or 0x99136A) is known color: Eggplant. HEX triplet: 99, 13 and 6A. RGB value is (153,19,106). Sum of RGB (Red+Green+Blue) = 153+19+106=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #99136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136A is #66EC95. Grayscale: #444444. Windows color (decimal): -6745238 or 6951833. OLE color: 6951833.
HSL color Cylindrical-coordinate representation of color #99136A: hue angle of 321.04º 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 #99136A is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 106 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.4 |
| HSL | 321.04º | 0.78% | 0.34% | - |
| HSV(B) | 321.04º | 0.88% | 0.6% | - |
| XYZ | 15.97 | 8.28 | 14.39 | - |
| YUV | 68.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 106 | 0 | 0.88 | 0.31 | 0.4 | 321.04 | 0.78 | 0.34 |
| Hex | 99 | 13 | 6A | 0 | 58 | 1F | 28 | 141 | 4E | 22 |
| Octal | 231 | 23 | 152 | 0 | 130 | 37 | 50 | 501 | 116 | 42 |
| Binary | 10011001 | 10011 | 1101010 | 0 | 1011000 | 11111 | 101000 | 101000001 | 1001110 | 100010 |
Color Harmonies of #99136A
Complementary color
Monochromatic Colors of #99136A
Black with #99136A
Text Example
Text Example
White with #99136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99136A; }
p { color: rgb(153,19,106); }
H1.HeaderClassName
{
color: #99136A;
}
.AnyTagClassName
{
color: #99136A;
}
</style>
background-color css
<style>
a { background-color: #99136A; }
a { background-color: rgb(153,19,106); }
div.DivClassName
{
background-color: #99136A;
}
.BgClassName
{
background-color: #99136A;
}
</style>
border-color css
<style>
span { border-color: #99136A; }
span { border-color: rgb(153,19,106); }
td.TdClassName
{
border-color: #99136A;
}
.TagClassName
{
border-color: #99136A;
}
</style>