Shades of Eggplant #99186E
Tints of Eggplant #99186E
RGB
CMYK
RGB Variations
Color information
#99186E (or 0x99186E) is known color: Eggplant. HEX triplet: 99, 18 and 6E. RGB value is (153,24,110). Sum of RGB (Red+Green+Blue) = 153+24+110=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #99186E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99186E is #66E791. Grayscale: #484848. Windows color (decimal): -6743954 or 7215257. OLE color: 7215257.
HSL color Cylindrical-coordinate representation of color #99186E: hue angle of 320º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #99186E is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 24 | 110 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.4 |
| HSL | 320º | 0.73% | 0.35% | - |
| HSV(B) | 320º | 0.84% | 0.6% | - |
| XYZ | 16.28 | 8.55 | 15.54 | - |
| YUV | 72.38 | 149.24 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 110 | 0 | 0.84 | 0.28 | 0.4 | 320 | 0.73 | 0.35 |
| Hex | 99 | 18 | 6E | 0 | 54 | 1C | 28 | 140 | 49 | 23 |
| Octal | 231 | 30 | 156 | 0 | 124 | 34 | 50 | 500 | 111 | 43 |
| Binary | 10011001 | 11000 | 1101110 | 0 | 1010100 | 11100 | 101000 | 101000000 | 1001001 | 100011 |
Color Harmonies of #99186E
Complementary color
Monochromatic Colors of #99186E
Black with #99186E
Text Example
Text Example
White with #99186E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99186E; }
p { color: rgb(153,24,110); }
H1.HeaderClassName
{
color: #99186E;
}
.AnyTagClassName
{
color: #99186E;
}
</style>
background-color css
<style>
a { background-color: #99186E; }
a { background-color: rgb(153,24,110); }
div.DivClassName
{
background-color: #99186E;
}
.BgClassName
{
background-color: #99186E;
}
</style>
border-color css
<style>
span { border-color: #99186E; }
span { border-color: rgb(153,24,110); }
td.TdClassName
{
border-color: #99186E;
}
.TagClassName
{
border-color: #99186E;
}
</style>