Shades of Eggplant #93076F
Tints of Eggplant #93076F
RGB
CMYK
RGB Variations
Color information
#93076F (or 0x93076F) is known color: Eggplant. HEX triplet: 93, 07 and 6F. RGB value is (147,7,111). Sum of RGB (Red+Green+Blue) = 147+7+111=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #93076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93076F is #6CF890. Grayscale: #3C3C3C. Windows color (decimal): -7141521 or 7276435. OLE color: 7276435.
HSL color Cylindrical-coordinate representation of color #93076F: hue angle of 315.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93076F is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 7 | 111 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.42 |
| HSL | 315.43º | 0.91% | 0.3% | - |
| HSV(B) | 315.43º | 0.95% | 0.58% | - |
| XYZ | 14.98 | 7.5 | 15.7 | - |
| YUV | 60.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 7 | 111 | 0 | 0.95 | 0.24 | 0.42 | 315.43 | 0.91 | 0.3 |
| Hex | 93 | 7 | 6F | 0 | 5F | 18 | 2A | 13B | 5B | 1E |
| Octal | 223 | 7 | 157 | 0 | 137 | 30 | 52 | 473 | 133 | 36 |
| Binary | 10010011 | 111 | 1101111 | 0 | 1011111 | 11000 | 101010 | 100111011 | 1011011 | 11110 |
Color Harmonies of #93076F
Complementary color
Monochromatic Colors of #93076F
Black with #93076F
Text Example
Text Example
White with #93076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93076F; }
p { color: rgb(147,7,111); }
H1.HeaderClassName
{
color: #93076F;
}
.AnyTagClassName
{
color: #93076F;
}
</style>
background-color css
<style>
a { background-color: #93076F; }
a { background-color: rgb(147,7,111); }
div.DivClassName
{
background-color: #93076F;
}
.BgClassName
{
background-color: #93076F;
}
</style>
border-color css
<style>
span { border-color: #93076F; }
span { border-color: rgb(147,7,111); }
td.TdClassName
{
border-color: #93076F;
}
.TagClassName
{
border-color: #93076F;
}
</style>