Shades of Eggplant #990F75
Tints of Eggplant #990F75
RGB
CMYK
RGB Variations
Color information
#990F75 (or 0x990F75) is known color: Eggplant. HEX triplet: 99, 0F and 75. RGB value is (153,15,117). Sum of RGB (Red+Green+Blue) = 153+15+117=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #990F75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F75 is #66F08A. Grayscale: #434343. Windows color (decimal): -6746251 or 7671705. OLE color: 7671705.
HSL color Cylindrical-coordinate representation of color #990F75: hue angle of 315.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F75 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 117 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.4 |
| HSL | 315.65º | 0.82% | 0.33% | - |
| HSV(B) | 315.65º | 0.9% | 0.6% | - |
| XYZ | 16.52 | 8.4 | 17.58 | - |
| YUV | 67.89 | 155.72 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 117 | 0 | 0.90 | 0.24 | 0.4 | 315.65 | 0.82 | 0.33 |
| Hex | 99 | F | 75 | 0 | 5A | 18 | 28 | 13C | 52 | 21 |
| Octal | 231 | 17 | 165 | 0 | 132 | 30 | 50 | 474 | 122 | 41 |
| Binary | 10011001 | 1111 | 1110101 | 0 | 1011010 | 11000 | 101000 | 100111100 | 1010010 | 100001 |
Color Harmonies of #990F75
Complementary color
Monochromatic Colors of #990F75
Black with #990F75
Text Example
Text Example
White with #990F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F75; }
p { color: rgb(153,15,117); }
H1.HeaderClassName
{
color: #990F75;
}
.AnyTagClassName
{
color: #990F75;
}
</style>
background-color css
<style>
a { background-color: #990F75; }
a { background-color: rgb(153,15,117); }
div.DivClassName
{
background-color: #990F75;
}
.BgClassName
{
background-color: #990F75;
}
</style>
border-color css
<style>
span { border-color: #990F75; }
span { border-color: rgb(153,15,117); }
td.TdClassName
{
border-color: #990F75;
}
.TagClassName
{
border-color: #990F75;
}
</style>