Shades of Eggplant #990F71
Tints of Eggplant #990F71
RGB
CMYK
RGB Variations
Color information
#990F71 (or 0x990F71) is known color: Eggplant. HEX triplet: 99, 0F and 71. RGB value is (153,15,113). Sum of RGB (Red+Green+Blue) = 153+15+113=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #990F71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F71 is #66F08E. Grayscale: #434343. Windows color (decimal): -6746255 or 7409561. OLE color: 7409561.
HSL color Cylindrical-coordinate representation of color #990F71: hue angle of 317.39º 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 #990F71 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 113 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.4 |
| HSL | 317.39º | 0.82% | 0.33% | - |
| HSV(B) | 317.39º | 0.9% | 0.6% | - |
| XYZ | 16.29 | 8.31 | 16.37 | - |
| YUV | 67.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 113 | 0 | 0.90 | 0.26 | 0.4 | 317.39 | 0.82 | 0.33 |
| Hex | 99 | F | 71 | 0 | 5A | 1A | 28 | 13D | 52 | 21 |
| Octal | 231 | 17 | 161 | 0 | 132 | 32 | 50 | 475 | 122 | 41 |
| Binary | 10011001 | 1111 | 1110001 | 0 | 1011010 | 11010 | 101000 | 100111101 | 1010010 | 100001 |
Color Harmonies of #990F71
Complementary color
Monochromatic Colors of #990F71
Black with #990F71
Text Example
Text Example
White with #990F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F71; }
p { color: rgb(153,15,113); }
H1.HeaderClassName
{
color: #990F71;
}
.AnyTagClassName
{
color: #990F71;
}
</style>
background-color css
<style>
a { background-color: #990F71; }
a { background-color: rgb(153,15,113); }
div.DivClassName
{
background-color: #990F71;
}
.BgClassName
{
background-color: #990F71;
}
</style>
border-color css
<style>
span { border-color: #990F71; }
span { border-color: rgb(153,15,113); }
td.TdClassName
{
border-color: #990F71;
}
.TagClassName
{
border-color: #990F71;
}
</style>