Shades of Eggplant #99007B
Tints of Eggplant #99007B
RGB
CMYK
RGB Variations
Color information
#99007B (or 0x99007B) is known color: Eggplant. HEX triplet: 99, 00 and 7B. RGB value is (153,0,123). Sum of RGB (Red+Green+Blue) = 153+0+123=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #99007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99007B is #66FF84. Grayscale: #3B3B3B. Windows color (decimal): -6750085 or 8061081. OLE color: 8061081.
HSL color Cylindrical-coordinate representation of color #99007B: hue angle of 311.76º 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 #99007B is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.20 | 0.4 |
| HSL | 311.76º | 1% | 0.3% | - |
| HSV(B) | 311.76º | 1% | 0.6% | - |
| XYZ | 16.71 | 8.2 | 19.44 | - |
| YUV | 59.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 123 | 0 | 1 | 0.20 | 0.4 | 311.76 | 1 | 0.3 |
| Hex | 99 | 0 | 7B | 0 | 64 | 14 | 28 | 138 | 64 | 1E |
| Octal | 231 | 0 | 173 | 0 | 144 | 24 | 50 | 470 | 144 | 36 |
| Binary | 10011001 | 0 | 1111011 | 0 | 1100100 | 10100 | 101000 | 100111000 | 1100100 | 11110 |
Color Harmonies of #99007B
Complementary color
Monochromatic Colors of #99007B
Black with #99007B
Text Example
Text Example
White with #99007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99007B; }
p { color: rgb(153,0,123); }
H1.HeaderClassName
{
color: #99007B;
}
.AnyTagClassName
{
color: #99007B;
}
</style>
background-color css
<style>
a { background-color: #99007B; }
a { background-color: rgb(153,0,123); }
div.DivClassName
{
background-color: #99007B;
}
.BgClassName
{
background-color: #99007B;
}
</style>
border-color css
<style>
span { border-color: #99007B; }
span { border-color: rgb(153,0,123); }
td.TdClassName
{
border-color: #99007B;
}
.TagClassName
{
border-color: #99007B;
}
</style>