Shades of Eggplant #990672
Tints of Eggplant #990672
RGB
CMYK
RGB Variations
Color information
#990672 (or 0x990672) is known color: Eggplant. HEX triplet: 99, 06 and 72. RGB value is (153,6,114). Sum of RGB (Red+Green+Blue) = 153+6+114=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990672 is #66F98D. Grayscale: #3D3D3D. Windows color (decimal): -6748558 or 7472793. OLE color: 7472793.
HSL color Cylindrical-coordinate representation of color #990672: hue angle of 315.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990672 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 114 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.4 |
| HSL | 315.92º | 0.92% | 0.31% | - |
| HSV(B) | 315.92º | 0.96% | 0.6% | - |
| XYZ | 16.24 | 8.12 | 16.63 | - |
| YUV | 62.27 | 157.2 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 114 | 0 | 0.96 | 0.25 | 0.4 | 315.92 | 0.92 | 0.31 |
| Hex | 99 | 6 | 72 | 0 | 60 | 19 | 28 | 13C | 5C | 1F |
| Octal | 231 | 6 | 162 | 0 | 140 | 31 | 50 | 474 | 134 | 37 |
| Binary | 10011001 | 110 | 1110010 | 0 | 1100000 | 11001 | 101000 | 100111100 | 1011100 | 11111 |
Color Harmonies of #990672
Complementary color
Monochromatic Colors of #990672
Black with #990672
Text Example
Text Example
White with #990672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990672; }
p { color: rgb(153,6,114); }
H1.HeaderClassName
{
color: #990672;
}
.AnyTagClassName
{
color: #990672;
}
</style>
background-color css
<style>
a { background-color: #990672; }
a { background-color: rgb(153,6,114); }
div.DivClassName
{
background-color: #990672;
}
.BgClassName
{
background-color: #990672;
}
</style>
border-color css
<style>
span { border-color: #990672; }
span { border-color: rgb(153,6,114); }
td.TdClassName
{
border-color: #990672;
}
.TagClassName
{
border-color: #990672;
}
</style>