Shades of Eggplant #990861
Tints of Eggplant #990861
RGB
CMYK
RGB Variations
Color information
#990861 (or 0x990861) is known color: Eggplant. HEX triplet: 99, 08 and 61. RGB value is (153,8,97). Sum of RGB (Red+Green+Blue) = 153+8+97=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #990861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990861 is #66F79E. Grayscale: #3D3D3D. Windows color (decimal): -6748063 or 6359193. OLE color: 6359193.
HSL color Cylindrical-coordinate representation of color #990861: hue angle of 323.17º 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 #990861 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 97 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.4 |
| HSL | 323.17º | 0.9% | 0.32% | - |
| HSV(B) | 323.17º | 0.95% | 0.6% | - |
| XYZ | 15.38 | 7.81 | 12.01 | - |
| YUV | 61.5 | 148.04 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 97 | 0 | 0.95 | 0.37 | 0.4 | 323.17 | 0.9 | 0.32 |
| Hex | 99 | 8 | 61 | 0 | 5F | 25 | 28 | 143 | 5A | 20 |
| Octal | 231 | 10 | 141 | 0 | 137 | 45 | 50 | 503 | 132 | 40 |
| Binary | 10011001 | 1000 | 1100001 | 0 | 1011111 | 100101 | 101000 | 101000011 | 1011010 | 100000 |
Color Harmonies of #990861
Complementary color
Monochromatic Colors of #990861
Black with #990861
Text Example
Text Example
White with #990861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990861; }
p { color: rgb(153,8,97); }
H1.HeaderClassName
{
color: #990861;
}
.AnyTagClassName
{
color: #990861;
}
</style>
background-color css
<style>
a { background-color: #990861; }
a { background-color: rgb(153,8,97); }
div.DivClassName
{
background-color: #990861;
}
.BgClassName
{
background-color: #990861;
}
</style>
border-color css
<style>
span { border-color: #990861; }
span { border-color: rgb(153,8,97); }
td.TdClassName
{
border-color: #990861;
}
.TagClassName
{
border-color: #990861;
}
</style>