Shades of Eggplant #990367
Tints of Eggplant #990367
RGB
CMYK
RGB Variations
Color information
#990367 (or 0x990367) is known color: Eggplant. HEX triplet: 99, 03 and 67. RGB value is (153,3,103). Sum of RGB (Red+Green+Blue) = 153+3+103=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990367 is #66FC98. Grayscale: #3B3B3B. Windows color (decimal): -6749337 or 6751129. OLE color: 6751129.
HSL color Cylindrical-coordinate representation of color #990367: hue angle of 320º 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 #990367 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 3 | 103 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.4 |
| HSL | 320º | 0.96% | 0.31% | - |
| HSV(B) | 320º | 0.98% | 0.6% | - |
| XYZ | 15.62 | 7.82 | 13.52 | - |
| YUV | 59.25 | 152.7 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 3 | 103 | 0 | 0.98 | 0.33 | 0.4 | 320 | 0.96 | 0.31 |
| Hex | 99 | 3 | 67 | 0 | 62 | 21 | 28 | 140 | 60 | 1F |
| Octal | 231 | 3 | 147 | 0 | 142 | 41 | 50 | 500 | 140 | 37 |
| Binary | 10011001 | 11 | 1100111 | 0 | 1100010 | 100001 | 101000 | 101000000 | 1100000 | 11111 |
Color Harmonies of #990367
Complementary color
Monochromatic Colors of #990367
Black with #990367
Text Example
Text Example
White with #990367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990367; }
p { color: rgb(153,3,103); }
H1.HeaderClassName
{
color: #990367;
}
.AnyTagClassName
{
color: #990367;
}
</style>
background-color css
<style>
a { background-color: #990367; }
a { background-color: rgb(153,3,103); }
div.DivClassName
{
background-color: #990367;
}
.BgClassName
{
background-color: #990367;
}
</style>
border-color css
<style>
span { border-color: #990367; }
span { border-color: rgb(153,3,103); }
td.TdClassName
{
border-color: #990367;
}
.TagClassName
{
border-color: #990367;
}
</style>