Shades of Eggplant #990A67
Tints of Eggplant #990A67
RGB
CMYK
RGB Variations
Color information
#990A67 (or 0x990A67) is known color: Eggplant. HEX triplet: 99, 0A and 67. RGB value is (153,10,103). Sum of RGB (Red+Green+Blue) = 153+10+103=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #990A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A67 is #66F598. Grayscale: #3F3F3F. Windows color (decimal): -6747545 or 6752921. OLE color: 6752921.
HSL color Cylindrical-coordinate representation of color #990A67: hue angle of 320.98º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A67 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 103 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.4 |
| HSL | 320.98º | 0.88% | 0.32% | - |
| HSV(B) | 320.98º | 0.93% | 0.6% | - |
| XYZ | 15.69 | 7.97 | 13.54 | - |
| YUV | 63.36 | 150.38 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 103 | 0 | 0.93 | 0.33 | 0.4 | 320.98 | 0.88 | 0.32 |
| Hex | 99 | A | 67 | 0 | 5D | 21 | 28 | 141 | 58 | 20 |
| Octal | 231 | 12 | 147 | 0 | 135 | 41 | 50 | 501 | 130 | 40 |
| Binary | 10011001 | 1010 | 1100111 | 0 | 1011101 | 100001 | 101000 | 101000001 | 1011000 | 100000 |
Color Harmonies of #990A67
Complementary color
Monochromatic Colors of #990A67
Black with #990A67
Text Example
Text Example
White with #990A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A67; }
p { color: rgb(153,10,103); }
H1.HeaderClassName
{
color: #990A67;
}
.AnyTagClassName
{
color: #990A67;
}
</style>
background-color css
<style>
a { background-color: #990A67; }
a { background-color: rgb(153,10,103); }
div.DivClassName
{
background-color: #990A67;
}
.BgClassName
{
background-color: #990A67;
}
</style>
border-color css
<style>
span { border-color: #990A67; }
span { border-color: rgb(153,10,103); }
td.TdClassName
{
border-color: #990A67;
}
.TagClassName
{
border-color: #990A67;
}
</style>