Shades of Eggplant #990F65
Tints of Eggplant #990F65
RGB
CMYK
RGB Variations
Color information
#990F65 (or 0x990F65) is known color: Eggplant. HEX triplet: 99, 0F and 65. RGB value is (153,15,101). Sum of RGB (Red+Green+Blue) = 153+15+101=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #990F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F65 is #66F09A. Grayscale: #414141. Windows color (decimal): -6746267 or 6623129. OLE color: 6623129.
HSL color Cylindrical-coordinate representation of color #990F65: hue angle of 322.61º 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 #990F65 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 101 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.4 |
| HSL | 322.61º | 0.82% | 0.33% | - |
| HSV(B) | 322.61º | 0.9% | 0.6% | - |
| XYZ | 15.66 | 8.05 | 13.04 | - |
| YUV | 66.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 101 | 0 | 0.90 | 0.34 | 0.4 | 322.61 | 0.82 | 0.33 |
| Hex | 99 | F | 65 | 0 | 5A | 22 | 28 | 143 | 52 | 21 |
| Octal | 231 | 17 | 145 | 0 | 132 | 42 | 50 | 503 | 122 | 41 |
| Binary | 10011001 | 1111 | 1100101 | 0 | 1011010 | 100010 | 101000 | 101000011 | 1010010 | 100001 |
Color Harmonies of #990F65
Complementary color
Monochromatic Colors of #990F65
Black with #990F65
Text Example
Text Example
White with #990F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F65; }
p { color: rgb(153,15,101); }
H1.HeaderClassName
{
color: #990F65;
}
.AnyTagClassName
{
color: #990F65;
}
</style>
background-color css
<style>
a { background-color: #990F65; }
a { background-color: rgb(153,15,101); }
div.DivClassName
{
background-color: #990F65;
}
.BgClassName
{
background-color: #990F65;
}
</style>
border-color css
<style>
span { border-color: #990F65; }
span { border-color: rgb(153,15,101); }
td.TdClassName
{
border-color: #990F65;
}
.TagClassName
{
border-color: #990F65;
}
</style>