Shades of Eggplant #990279
Tints of Eggplant #990279
RGB
CMYK
RGB Variations
Color information
#990279 (or 0x990279) is known color: Eggplant. HEX triplet: 99, 02 and 79. RGB value is (153,2,121). Sum of RGB (Red+Green+Blue) = 153+2+121=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990279 is #66FD86. Grayscale: #3C3C3C. Windows color (decimal): -6749575 or 7930521. OLE color: 7930521.
HSL color Cylindrical-coordinate representation of color #990279: hue angle of 312.72º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990279 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 121 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.4 |
| HSL | 312.72º | 0.97% | 0.3% | - |
| HSV(B) | 312.72º | 0.99% | 0.6% | - |
| XYZ | 16.61 | 8.2 | 18.8 | - |
| YUV | 60.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 121 | 0 | 0.99 | 0.21 | 0.4 | 312.72 | 0.97 | 0.3 |
| Hex | 99 | 2 | 79 | 0 | 63 | 15 | 28 | 139 | 61 | 1E |
| Octal | 231 | 2 | 171 | 0 | 143 | 25 | 50 | 471 | 141 | 36 |
| Binary | 10011001 | 10 | 1111001 | 0 | 1100011 | 10101 | 101000 | 100111001 | 1100001 | 11110 |
Color Harmonies of #990279
Complementary color
Monochromatic Colors of #990279
Black with #990279
Text Example
Text Example
White with #990279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990279; }
p { color: rgb(153,2,121); }
H1.HeaderClassName
{
color: #990279;
}
.AnyTagClassName
{
color: #990279;
}
</style>
background-color css
<style>
a { background-color: #990279; }
a { background-color: rgb(153,2,121); }
div.DivClassName
{
background-color: #990279;
}
.BgClassName
{
background-color: #990279;
}
</style>
border-color css
<style>
span { border-color: #990279; }
span { border-color: rgb(153,2,121); }
td.TdClassName
{
border-color: #990279;
}
.TagClassName
{
border-color: #990279;
}
</style>