Shades of Eggplant #990F68
Tints of Eggplant #990F68
RGB
CMYK
RGB Variations
Color information
#990F68 (or 0x990F68) is known color: Eggplant. HEX triplet: 99, 0F and 68. RGB value is (153,15,104). Sum of RGB (Red+Green+Blue) = 153+15+104=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #990F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F68 is #66F097. Grayscale: #424242. Windows color (decimal): -6746264 or 6819737. OLE color: 6819737.
HSL color Cylindrical-coordinate representation of color #990F68: hue angle of 321.3º 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 #990F68 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 104 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.4 |
| HSL | 321.3º | 0.82% | 0.33% | - |
| HSV(B) | 321.3º | 0.9% | 0.6% | - |
| XYZ | 15.81 | 8.11 | 13.83 | - |
| YUV | 66.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 104 | 0 | 0.90 | 0.32 | 0.4 | 321.3 | 0.82 | 0.33 |
| Hex | 99 | F | 68 | 0 | 5A | 20 | 28 | 141 | 52 | 21 |
| Octal | 231 | 17 | 150 | 0 | 132 | 40 | 50 | 501 | 122 | 41 |
| Binary | 10011001 | 1111 | 1101000 | 0 | 1011010 | 100000 | 101000 | 101000001 | 1010010 | 100001 |
Color Harmonies of #990F68
Complementary color
Monochromatic Colors of #990F68
Black with #990F68
Text Example
Text Example
White with #990F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F68; }
p { color: rgb(153,15,104); }
H1.HeaderClassName
{
color: #990F68;
}
.AnyTagClassName
{
color: #990F68;
}
</style>
background-color css
<style>
a { background-color: #990F68; }
a { background-color: rgb(153,15,104); }
div.DivClassName
{
background-color: #990F68;
}
.BgClassName
{
background-color: #990F68;
}
</style>
border-color css
<style>
span { border-color: #990F68; }
span { border-color: rgb(153,15,104); }
td.TdClassName
{
border-color: #990F68;
}
.TagClassName
{
border-color: #990F68;
}
</style>