Shades of Eggplant #99047B
Tints of Eggplant #99047B
RGB
CMYK
RGB Variations
Color information
#99047B (or 0x99047B) is known color: Eggplant. HEX triplet: 99, 04 and 7B. RGB value is (153,4,123). Sum of RGB (Red+Green+Blue) = 153+4+123=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99047B is #66FB84. Grayscale: #3D3D3D. Windows color (decimal): -6749061 or 8062105. OLE color: 8062105.
HSL color Cylindrical-coordinate representation of color #99047B: hue angle of 312.08º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99047B is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 123 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.4 |
| HSL | 312.08º | 0.95% | 0.31% | - |
| HSV(B) | 312.08º | 0.97% | 0.6% | - |
| XYZ | 16.76 | 8.29 | 19.46 | - |
| YUV | 62.12 | 162.36 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 123 | 0 | 0.97 | 0.20 | 0.4 | 312.08 | 0.95 | 0.31 |
| Hex | 99 | 4 | 7B | 0 | 61 | 14 | 28 | 138 | 5F | 1F |
| Octal | 231 | 4 | 173 | 0 | 141 | 24 | 50 | 470 | 137 | 37 |
| Binary | 10011001 | 100 | 1111011 | 0 | 1100001 | 10100 | 101000 | 100111000 | 1011111 | 11111 |
Color Harmonies of #99047B
Complementary color
Monochromatic Colors of #99047B
Black with #99047B
Text Example
Text Example
White with #99047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99047B; }
p { color: rgb(153,4,123); }
H1.HeaderClassName
{
color: #99047B;
}
.AnyTagClassName
{
color: #99047B;
}
</style>
background-color css
<style>
a { background-color: #99047B; }
a { background-color: rgb(153,4,123); }
div.DivClassName
{
background-color: #99047B;
}
.BgClassName
{
background-color: #99047B;
}
</style>
border-color css
<style>
span { border-color: #99047B; }
span { border-color: rgb(153,4,123); }
td.TdClassName
{
border-color: #99047B;
}
.TagClassName
{
border-color: #99047B;
}
</style>