Shades of Eggplant #99006A
Tints of Eggplant #99006A
RGB
CMYK
RGB Variations
Color information
#99006A (or 0x99006A) is known color: Eggplant. HEX triplet: 99, 00 and 6A. RGB value is (153,0,106). Sum of RGB (Red+Green+Blue) = 153+0+106=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #99006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99006A is #66FF95. Grayscale: #393939. Windows color (decimal): -6750102 or 6946969. OLE color: 6946969.
HSL color Cylindrical-coordinate representation of color #99006A: hue angle of 318.43º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99006A is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.31 | 0.4 |
| HSL | 318.43º | 1% | 0.3% | - |
| HSV(B) | 318.43º | 1% | 0.6% | - |
| XYZ | 15.74 | 7.81 | 14.31 | - |
| YUV | 57.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 106 | 0 | 1 | 0.31 | 0.4 | 318.43 | 1 | 0.3 |
| Hex | 99 | 0 | 6A | 0 | 64 | 1F | 28 | 13E | 64 | 1E |
| Octal | 231 | 0 | 152 | 0 | 144 | 37 | 50 | 476 | 144 | 36 |
| Binary | 10011001 | 0 | 1101010 | 0 | 1100100 | 11111 | 101000 | 100111110 | 1100100 | 11110 |
Color Harmonies of #99006A
Complementary color
Monochromatic Colors of #99006A
Black with #99006A
Text Example
Text Example
White with #99006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99006A; }
p { color: rgb(153,0,106); }
H1.HeaderClassName
{
color: #99006A;
}
.AnyTagClassName
{
color: #99006A;
}
</style>
background-color css
<style>
a { background-color: #99006A; }
a { background-color: rgb(153,0,106); }
div.DivClassName
{
background-color: #99006A;
}
.BgClassName
{
background-color: #99006A;
}
</style>
border-color css
<style>
span { border-color: #99006A; }
span { border-color: rgb(153,0,106); }
td.TdClassName
{
border-color: #99006A;
}
.TagClassName
{
border-color: #99006A;
}
</style>