Shades of Eggplant #990368
Tints of Eggplant #990368
RGB
CMYK
RGB Variations
Color information
#990368 (or 0x990368) is known color: Eggplant. HEX triplet: 99, 03 and 68. RGB value is (153,3,104). Sum of RGB (Red+Green+Blue) = 153+3+104=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 104 (41.02% from 255 or 40% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #990368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990368 is #66FC97. Grayscale: #3B3B3B. Windows color (decimal): -6749336 or 6816665. OLE color: 6816665.
HSL color Cylindrical-coordinate representation of color #990368: hue angle of 319.6º 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 #990368 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.4 |
| HSL | 319.6º | 0.96% | 0.31% | - |
| HSV(B) | 319.6º | 0.98% | 0.6% | - |
| XYZ | 15.67 | 7.84 | 13.78 | - |
| YUV | 59.36 | 153.2 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 104 | 0 | 0.98 | 0.32 | 0.4 | 319.6 | 0.96 | 0.31 |
| Hex | 99 | 3 | 68 | 0 | 62 | 20 | 28 | 140 | 60 | 1F |
| Octal | 231 | 3 | 150 | 0 | 142 | 40 | 50 | 500 | 140 | 37 |
| Binary | 10011001 | 11 | 1101000 | 0 | 1100010 | 100000 | 101000 | 101000000 | 1100000 | 11111 |
Color Harmonies of #990368
Complementary color
Monochromatic Colors of #990368
Black with #990368
Text Example
Text Example
White with #990368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990368; }
p { color: rgb(153,3,104); }
H1.HeaderClassName
{
color: #990368;
}
.AnyTagClassName
{
color: #990368;
}
</style>
background-color css
<style>
a { background-color: #990368; }
a { background-color: rgb(153,3,104); }
div.DivClassName
{
background-color: #990368;
}
.BgClassName
{
background-color: #990368;
}
</style>
border-color css
<style>
span { border-color: #990368; }
span { border-color: rgb(153,3,104); }
td.TdClassName
{
border-color: #990368;
}
.TagClassName
{
border-color: #990368;
}
</style>