Shades of Eggplant #99006C
Tints of Eggplant #99006C
RGB
CMYK
RGB Variations
Color information
#99006C (or 0x99006C) is known color: Eggplant. HEX triplet: 99, 00 and 6C. RGB value is (153,0,108). Sum of RGB (Red+Green+Blue) = 153+0+108=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #99006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99006C is #66FF93. Grayscale: #393939. Windows color (decimal): -6750100 or 7078041. OLE color: 7078041.
HSL color Cylindrical-coordinate representation of color #99006C: hue angle of 317.65º 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 #99006C is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.29 | 0.4 |
| HSL | 317.65º | 1% | 0.3% | - |
| HSV(B) | 317.65º | 1% | 0.6% | - |
| XYZ | 15.84 | 7.86 | 14.87 | - |
| YUV | 58.06 | 156.19 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 108 | 0 | 1 | 0.29 | 0.4 | 317.65 | 1 | 0.3 |
| Hex | 99 | 0 | 6C | 0 | 64 | 1D | 28 | 13E | 64 | 1E |
| Octal | 231 | 0 | 154 | 0 | 144 | 35 | 50 | 476 | 144 | 36 |
| Binary | 10011001 | 0 | 1101100 | 0 | 1100100 | 11101 | 101000 | 100111110 | 1100100 | 11110 |
Color Harmonies of #99006C
Complementary color
Monochromatic Colors of #99006C
Black with #99006C
Text Example
Text Example
White with #99006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99006C; }
p { color: rgb(153,0,108); }
H1.HeaderClassName
{
color: #99006C;
}
.AnyTagClassName
{
color: #99006C;
}
</style>
background-color css
<style>
a { background-color: #99006C; }
a { background-color: rgb(153,0,108); }
div.DivClassName
{
background-color: #99006C;
}
.BgClassName
{
background-color: #99006C;
}
</style>
border-color css
<style>
span { border-color: #99006C; }
span { border-color: rgb(153,0,108); }
td.TdClassName
{
border-color: #99006C;
}
.TagClassName
{
border-color: #99006C;
}
</style>