Shades of Eggplant #990268
Tints of Eggplant #990268
RGB
CMYK
RGB Variations
Color information
#990268 (or 0x990268) is known color: Eggplant. HEX triplet: 99, 02 and 68. RGB value is (153,2,104). Sum of RGB (Red+Green+Blue) = 153+2+104=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990268 is #66FD97. Grayscale: #3A3A3A. Windows color (decimal): -6749592 or 6816409. OLE color: 6816409.
HSL color Cylindrical-coordinate representation of color #990268: hue angle of 319.47º 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 #990268 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.4 |
| HSL | 319.47º | 0.97% | 0.3% | - |
| HSV(B) | 319.47º | 0.99% | 0.6% | - |
| XYZ | 15.66 | 7.82 | 13.78 | - |
| YUV | 58.78 | 153.53 | 195.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 104 | 0 | 0.99 | 0.32 | 0.4 | 319.47 | 0.97 | 0.3 |
| Hex | 99 | 2 | 68 | 0 | 63 | 20 | 28 | 13F | 61 | 1E |
| Octal | 231 | 2 | 150 | 0 | 143 | 40 | 50 | 477 | 141 | 36 |
| Binary | 10011001 | 10 | 1101000 | 0 | 1100011 | 100000 | 101000 | 100111111 | 1100001 | 11110 |
Color Harmonies of #990268
Complementary color
Monochromatic Colors of #990268
Black with #990268
Text Example
Text Example
White with #990268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990268; }
p { color: rgb(153,2,104); }
H1.HeaderClassName
{
color: #990268;
}
.AnyTagClassName
{
color: #990268;
}
</style>
background-color css
<style>
a { background-color: #990268; }
a { background-color: rgb(153,2,104); }
div.DivClassName
{
background-color: #990268;
}
.BgClassName
{
background-color: #990268;
}
</style>
border-color css
<style>
span { border-color: #990268; }
span { border-color: rgb(153,2,104); }
td.TdClassName
{
border-color: #990268;
}
.TagClassName
{
border-color: #990268;
}
</style>