Shades of Eggplant #99136B
Tints of Eggplant #99136B
RGB
CMYK
RGB Variations
Color information
#99136B (or 0x99136B) is known color: Eggplant. HEX triplet: 99, 13 and 6B. RGB value is (153,19,107). Sum of RGB (Red+Green+Blue) = 153+19+107=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99136B is #66EC94. Grayscale: #444444. Windows color (decimal): -6745237 or 7017369. OLE color: 7017369.
HSL color Cylindrical-coordinate representation of color #99136B: hue angle of 320.6º 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 #99136B is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 19 | 107 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.4 |
| HSL | 320.6º | 0.78% | 0.34% | - |
| HSV(B) | 320.6º | 0.88% | 0.6% | - |
| XYZ | 16.02 | 8.3 | 14.67 | - |
| YUV | 69.1 | 149.39 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 19 | 107 | 0 | 0.88 | 0.30 | 0.4 | 320.6 | 0.78 | 0.34 |
| Hex | 99 | 13 | 6B | 0 | 58 | 1E | 28 | 141 | 4E | 22 |
| Octal | 231 | 23 | 153 | 0 | 130 | 36 | 50 | 501 | 116 | 42 |
| Binary | 10011001 | 10011 | 1101011 | 0 | 1011000 | 11110 | 101000 | 101000001 | 1001110 | 100010 |
Color Harmonies of #99136B
Complementary color
Monochromatic Colors of #99136B
Black with #99136B
Text Example
Text Example
White with #99136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99136B; }
p { color: rgb(153,19,107); }
H1.HeaderClassName
{
color: #99136B;
}
.AnyTagClassName
{
color: #99136B;
}
</style>
background-color css
<style>
a { background-color: #99136B; }
a { background-color: rgb(153,19,107); }
div.DivClassName
{
background-color: #99136B;
}
.BgClassName
{
background-color: #99136B;
}
</style>
border-color css
<style>
span { border-color: #99136B; }
span { border-color: rgb(153,19,107); }
td.TdClassName
{
border-color: #99136B;
}
.TagClassName
{
border-color: #99136B;
}
</style>