Shades of Eggplant #990869
Tints of Eggplant #990869
RGB
CMYK
RGB Variations
Color information
#990869 (or 0x990869) is known color: Eggplant. HEX triplet: 99, 08 and 69. RGB value is (153,8,105). Sum of RGB (Red+Green+Blue) = 153+8+105=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #990869 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990869 is #66F796. Grayscale: #3E3E3E. Windows color (decimal): -6748055 or 6883481. OLE color: 6883481.
HSL color Cylindrical-coordinate representation of color #990869: hue angle of 319.86º 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 #990869 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 105 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.4 |
| HSL | 319.86º | 0.9% | 0.32% | - |
| HSV(B) | 319.86º | 0.95% | 0.6% | - |
| XYZ | 15.77 | 7.97 | 14.07 | - |
| YUV | 62.41 | 152.04 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 105 | 0 | 0.95 | 0.31 | 0.4 | 319.86 | 0.9 | 0.32 |
| Hex | 99 | 8 | 69 | 0 | 5F | 1F | 28 | 140 | 5A | 20 |
| Octal | 231 | 10 | 151 | 0 | 137 | 37 | 50 | 500 | 132 | 40 |
| Binary | 10011001 | 1000 | 1101001 | 0 | 1011111 | 11111 | 101000 | 101000000 | 1011010 | 100000 |
Color Harmonies of #990869
Complementary color
Monochromatic Colors of #990869
Black with #990869
Text Example
Text Example
White with #990869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990869; }
p { color: rgb(153,8,105); }
H1.HeaderClassName
{
color: #990869;
}
.AnyTagClassName
{
color: #990869;
}
</style>
background-color css
<style>
a { background-color: #990869; }
a { background-color: rgb(153,8,105); }
div.DivClassName
{
background-color: #990869;
}
.BgClassName
{
background-color: #990869;
}
</style>
border-color css
<style>
span { border-color: #990869; }
span { border-color: rgb(153,8,105); }
td.TdClassName
{
border-color: #990869;
}
.TagClassName
{
border-color: #990869;
}
</style>