Shades of Eggplant #990667
Tints of Eggplant #990667
RGB
CMYK
RGB Variations
Color information
#990667 (or 0x990667) is known color: Eggplant. HEX triplet: 99, 06 and 67. RGB value is (153,6,103). Sum of RGB (Red+Green+Blue) = 153+6+103=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #990667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990667 is #66F998. Grayscale: #3C3C3C. Windows color (decimal): -6748569 or 6751897. OLE color: 6751897.
HSL color Cylindrical-coordinate representation of color #990667: hue angle of 320.41º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990667 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 103 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.4 |
| HSL | 320.41º | 0.92% | 0.31% | - |
| HSV(B) | 320.41º | 0.96% | 0.6% | - |
| XYZ | 15.65 | 7.88 | 13.53 | - |
| YUV | 61.01 | 151.7 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 103 | 0 | 0.96 | 0.33 | 0.4 | 320.41 | 0.92 | 0.31 |
| Hex | 99 | 6 | 67 | 0 | 60 | 21 | 28 | 140 | 5C | 1F |
| Octal | 231 | 6 | 147 | 0 | 140 | 41 | 50 | 500 | 134 | 37 |
| Binary | 10011001 | 110 | 1100111 | 0 | 1100000 | 100001 | 101000 | 101000000 | 1011100 | 11111 |
Color Harmonies of #990667
Complementary color
Monochromatic Colors of #990667
Black with #990667
Text Example
Text Example
White with #990667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990667; }
p { color: rgb(153,6,103); }
H1.HeaderClassName
{
color: #990667;
}
.AnyTagClassName
{
color: #990667;
}
</style>
background-color css
<style>
a { background-color: #990667; }
a { background-color: rgb(153,6,103); }
div.DivClassName
{
background-color: #990667;
}
.BgClassName
{
background-color: #990667;
}
</style>
border-color css
<style>
span { border-color: #990667; }
span { border-color: rgb(153,6,103); }
td.TdClassName
{
border-color: #990667;
}
.TagClassName
{
border-color: #990667;
}
</style>