Shades of Eggplant #990875
Tints of Eggplant #990875
RGB
CMYK
RGB Variations
Color information
#990875 (or 0x990875) is known color: Eggplant. HEX triplet: 99, 08 and 75. RGB value is (153,8,117). Sum of RGB (Red+Green+Blue) = 153+8+117=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #990875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990875 is #66F78A. Grayscale: #3F3F3F. Windows color (decimal): -6748043 or 7669913. OLE color: 7669913.
HSL color Cylindrical-coordinate representation of color #990875: hue angle of 314.9º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990875 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 117 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.4 |
| HSL | 314.9º | 0.9% | 0.32% | - |
| HSV(B) | 314.9º | 0.95% | 0.6% | - |
| XYZ | 16.43 | 8.23 | 17.55 | - |
| YUV | 63.78 | 158.04 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 117 | 0 | 0.95 | 0.24 | 0.4 | 314.9 | 0.9 | 0.32 |
| Hex | 99 | 8 | 75 | 0 | 5F | 18 | 28 | 13B | 5A | 20 |
| Octal | 231 | 10 | 165 | 0 | 137 | 30 | 50 | 473 | 132 | 40 |
| Binary | 10011001 | 1000 | 1110101 | 0 | 1011111 | 11000 | 101000 | 100111011 | 1011010 | 100000 |
Color Harmonies of #990875
Complementary color
Monochromatic Colors of #990875
Black with #990875
Text Example
Text Example
White with #990875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990875; }
p { color: rgb(153,8,117); }
H1.HeaderClassName
{
color: #990875;
}
.AnyTagClassName
{
color: #990875;
}
</style>
background-color css
<style>
a { background-color: #990875; }
a { background-color: rgb(153,8,117); }
div.DivClassName
{
background-color: #990875;
}
.BgClassName
{
background-color: #990875;
}
</style>
border-color css
<style>
span { border-color: #990875; }
span { border-color: rgb(153,8,117); }
td.TdClassName
{
border-color: #990875;
}
.TagClassName
{
border-color: #990875;
}
</style>