Shades of Eggplant #990361
Tints of Eggplant #990361
RGB
CMYK
RGB Variations
Color information
#990361 (or 0x990361) is known color: Eggplant. HEX triplet: 99, 03 and 61. RGB value is (153,3,97). Sum of RGB (Red+Green+Blue) = 153+3+97=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 97 (38.28% from 255 or 38.34% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #990361 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990361 is #66FC9E. Grayscale: #3A3A3A. Windows color (decimal): -6749343 or 6357913. OLE color: 6357913.
HSL color Cylindrical-coordinate representation of color #990361: hue angle of 322.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #990361 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 97 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.4 |
| HSL | 322.4º | 0.96% | 0.31% | - |
| HSV(B) | 322.4º | 0.98% | 0.6% | - |
| XYZ | 15.33 | 7.7 | 11.99 | - |
| YUV | 58.57 | 149.7 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 97 | 0 | 0.98 | 0.37 | 0.4 | 322.4 | 0.96 | 0.31 |
| Hex | 99 | 3 | 61 | 0 | 62 | 25 | 28 | 142 | 60 | 1F |
| Octal | 231 | 3 | 141 | 0 | 142 | 45 | 50 | 502 | 140 | 37 |
| Binary | 10011001 | 11 | 1100001 | 0 | 1100010 | 100101 | 101000 | 101000010 | 1100000 | 11111 |
Color Harmonies of #990361
Complementary color
Monochromatic Colors of #990361
Black with #990361
Text Example
Text Example
White with #990361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990361; }
p { color: rgb(153,3,97); }
H1.HeaderClassName
{
color: #990361;
}
.AnyTagClassName
{
color: #990361;
}
</style>
background-color css
<style>
a { background-color: #990361; }
a { background-color: rgb(153,3,97); }
div.DivClassName
{
background-color: #990361;
}
.BgClassName
{
background-color: #990361;
}
</style>
border-color css
<style>
span { border-color: #990361; }
span { border-color: rgb(153,3,97); }
td.TdClassName
{
border-color: #990361;
}
.TagClassName
{
border-color: #990361;
}
</style>