Shades of Eggplant #990365
Tints of Eggplant #990365
RGB
CMYK
RGB Variations
Color information
#990365 (or 0x990365) is known color: Eggplant. HEX triplet: 99, 03 and 65. RGB value is (153,3,101). Sum of RGB (Red+Green+Blue) = 153+3+101=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 101 (39.84% from 255 or 39.30% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990365 is #66FC9A. Grayscale: #3A3A3A. Windows color (decimal): -6749339 or 6620057. OLE color: 6620057.
HSL color Cylindrical-coordinate representation of color #990365: hue angle of 320.8º 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 #990365 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.4 |
| HSL | 320.8º | 0.96% | 0.31% | - |
| HSV(B) | 320.8º | 0.98% | 0.6% | - |
| XYZ | 15.52 | 7.78 | 13 | - |
| YUV | 59.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 101 | 0 | 0.98 | 0.34 | 0.4 | 320.8 | 0.96 | 0.31 |
| Hex | 99 | 3 | 65 | 0 | 62 | 22 | 28 | 141 | 60 | 1F |
| Octal | 231 | 3 | 145 | 0 | 142 | 42 | 50 | 501 | 140 | 37 |
| Binary | 10011001 | 11 | 1100101 | 0 | 1100010 | 100010 | 101000 | 101000001 | 1100000 | 11111 |
Color Harmonies of #990365
Complementary color
Monochromatic Colors of #990365
Black with #990365
Text Example
Text Example
White with #990365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990365; }
p { color: rgb(153,3,101); }
H1.HeaderClassName
{
color: #990365;
}
.AnyTagClassName
{
color: #990365;
}
</style>
background-color css
<style>
a { background-color: #990365; }
a { background-color: rgb(153,3,101); }
div.DivClassName
{
background-color: #990365;
}
.BgClassName
{
background-color: #990365;
}
</style>
border-color css
<style>
span { border-color: #990365; }
span { border-color: rgb(153,3,101); }
td.TdClassName
{
border-color: #990365;
}
.TagClassName
{
border-color: #990365;
}
</style>