Shades of Eggplant #990266
Tints of Eggplant #990266
RGB
CMYK
RGB Variations
Color information
#990266 (or 0x990266) is known color: Eggplant. HEX triplet: 99, 02 and 66. RGB value is (153,2,102). Sum of RGB (Red+Green+Blue) = 153+2+102=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #990266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990266 is #66FD99. Grayscale: #3A3A3A. Windows color (decimal): -6749594 or 6685337. OLE color: 6685337.
HSL color Cylindrical-coordinate representation of color #990266: hue angle of 320.26º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990266 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.4 |
| HSL | 320.26º | 0.97% | 0.3% | - |
| HSV(B) | 320.26º | 0.99% | 0.6% | - |
| XYZ | 15.56 | 7.78 | 13.25 | - |
| YUV | 58.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 102 | 0 | 0.99 | 0.33 | 0.4 | 320.26 | 0.97 | 0.3 |
| Hex | 99 | 2 | 66 | 0 | 63 | 21 | 28 | 140 | 61 | 1E |
| Octal | 231 | 2 | 146 | 0 | 143 | 41 | 50 | 500 | 141 | 36 |
| Binary | 10011001 | 10 | 1100110 | 0 | 1100011 | 100001 | 101000 | 101000000 | 1100001 | 11110 |
Color Harmonies of #990266
Complementary color
Monochromatic Colors of #990266
Black with #990266
Text Example
Text Example
White with #990266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990266; }
p { color: rgb(153,2,102); }
H1.HeaderClassName
{
color: #990266;
}
.AnyTagClassName
{
color: #990266;
}
</style>
background-color css
<style>
a { background-color: #990266; }
a { background-color: rgb(153,2,102); }
div.DivClassName
{
background-color: #990266;
}
.BgClassName
{
background-color: #990266;
}
</style>
border-color css
<style>
span { border-color: #990266; }
span { border-color: rgb(153,2,102); }
td.TdClassName
{
border-color: #990266;
}
.TagClassName
{
border-color: #990266;
}
</style>