Shades of Eggplant #990264
Tints of Eggplant #990264
RGB
CMYK
RGB Variations
Color information
#990264 (or 0x990264) is known color: Eggplant. HEX triplet: 99, 02 and 64. RGB value is (153,2,100). Sum of RGB (Red+Green+Blue) = 153+2+100=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990264 is #66FD9B. Grayscale: #3A3A3A. Windows color (decimal): -6749596 or 6554265. OLE color: 6554265.
HSL color Cylindrical-coordinate representation of color #990264: hue angle of 321.06º 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 #990264 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.4 |
| HSL | 321.06º | 0.97% | 0.3% | - |
| HSV(B) | 321.06º | 0.99% | 0.6% | - |
| XYZ | 15.46 | 7.74 | 12.73 | - |
| YUV | 58.32 | 151.53 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 100 | 0 | 0.99 | 0.35 | 0.4 | 321.06 | 0.97 | 0.3 |
| Hex | 99 | 2 | 64 | 0 | 63 | 23 | 28 | 141 | 61 | 1E |
| Octal | 231 | 2 | 144 | 0 | 143 | 43 | 50 | 501 | 141 | 36 |
| Binary | 10011001 | 10 | 1100100 | 0 | 1100011 | 100011 | 101000 | 101000001 | 1100001 | 11110 |
Color Harmonies of #990264
Complementary color
Monochromatic Colors of #990264
Black with #990264
Text Example
Text Example
White with #990264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990264; }
p { color: rgb(153,2,100); }
H1.HeaderClassName
{
color: #990264;
}
.AnyTagClassName
{
color: #990264;
}
</style>
background-color css
<style>
a { background-color: #990264; }
a { background-color: rgb(153,2,100); }
div.DivClassName
{
background-color: #990264;
}
.BgClassName
{
background-color: #990264;
}
</style>
border-color css
<style>
span { border-color: #990264; }
span { border-color: rgb(153,2,100); }
td.TdClassName
{
border-color: #990264;
}
.TagClassName
{
border-color: #990264;
}
</style>