Shades of Eggplant #99075F
Tints of Eggplant #99075F
RGB
CMYK
RGB Variations
Color information
#99075F (or 0x99075F) is known color: Eggplant. HEX triplet: 99, 07 and 5F. RGB value is (153,7,95). Sum of RGB (Red+Green+Blue) = 153+7+95=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #99075F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99075F is #66F8A0. Grayscale: #3C3C3C. Windows color (decimal): -6748321 or 6227865. OLE color: 6227865.
HSL color Cylindrical-coordinate representation of color #99075F: hue angle of 323.84º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99075F is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 95 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.4 |
| HSL | 323.84º | 0.91% | 0.31% | - |
| HSV(B) | 323.84º | 0.95% | 0.6% | - |
| XYZ | 15.28 | 7.75 | 11.52 | - |
| YUV | 60.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 95 | 0 | 0.95 | 0.38 | 0.4 | 323.84 | 0.91 | 0.31 |
| Hex | 99 | 7 | 5F | 0 | 5F | 26 | 28 | 144 | 5B | 1F |
| Octal | 231 | 7 | 137 | 0 | 137 | 46 | 50 | 504 | 133 | 37 |
| Binary | 10011001 | 111 | 1011111 | 0 | 1011111 | 100110 | 101000 | 101000100 | 1011011 | 11111 |
Color Harmonies of #99075F
Complementary color
Monochromatic Colors of #99075F
Black with #99075F
Text Example
Text Example
White with #99075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99075F; }
p { color: rgb(153,7,95); }
H1.HeaderClassName
{
color: #99075F;
}
.AnyTagClassName
{
color: #99075F;
}
</style>
background-color css
<style>
a { background-color: #99075F; }
a { background-color: rgb(153,7,95); }
div.DivClassName
{
background-color: #99075F;
}
.BgClassName
{
background-color: #99075F;
}
</style>
border-color css
<style>
span { border-color: #99075F; }
span { border-color: rgb(153,7,95); }
td.TdClassName
{
border-color: #99075F;
}
.TagClassName
{
border-color: #99075F;
}
</style>