Shades of Eggplant #99006B
Tints of Eggplant #99006B
RGB
CMYK
RGB Variations
Color information
#99006B (or 0x99006B) is known color: Eggplant. HEX triplet: 99, 00 and 6B. RGB value is (153,0,107). Sum of RGB (Red+Green+Blue) = 153+0+107=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #99006B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99006B is #66FF94. Grayscale: #393939. Windows color (decimal): -6750101 or 7012505. OLE color: 7012505.
HSL color Cylindrical-coordinate representation of color #99006B: hue angle of 318.04º 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 #99006B is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.30 | 0.4 |
| HSL | 318.04º | 1% | 0.3% | - |
| HSV(B) | 318.04º | 1% | 0.6% | - |
| XYZ | 15.79 | 7.83 | 14.59 | - |
| YUV | 57.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 107 | 0 | 1 | 0.30 | 0.4 | 318.04 | 1 | 0.3 |
| Hex | 99 | 0 | 6B | 0 | 64 | 1E | 28 | 13E | 64 | 1E |
| Octal | 231 | 0 | 153 | 0 | 144 | 36 | 50 | 476 | 144 | 36 |
| Binary | 10011001 | 0 | 1101011 | 0 | 1100100 | 11110 | 101000 | 100111110 | 1100100 | 11110 |
Color Harmonies of #99006B
Complementary color
Monochromatic Colors of #99006B
Black with #99006B
Text Example
Text Example
White with #99006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99006B; }
p { color: rgb(153,0,107); }
H1.HeaderClassName
{
color: #99006B;
}
.AnyTagClassName
{
color: #99006B;
}
</style>
background-color css
<style>
a { background-color: #99006B; }
a { background-color: rgb(153,0,107); }
div.DivClassName
{
background-color: #99006B;
}
.BgClassName
{
background-color: #99006B;
}
</style>
border-color css
<style>
span { border-color: #99006B; }
span { border-color: rgb(153,0,107); }
td.TdClassName
{
border-color: #99006B;
}
.TagClassName
{
border-color: #99006B;
}
</style>