Shades of Eggplant #93006F
Tints of Eggplant #93006F
RGB
CMYK
RGB Variations
Color information
#93006F (or 0x93006F) is known color: Eggplant. HEX triplet: 93, 00 and 6F. RGB value is (147,0,111). Sum of RGB (Red+Green+Blue) = 147+0+111=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93006F is #6CFF90. Grayscale: #383838. Windows color (decimal): -7143313 or 7274643. OLE color: 7274643.
HSL color Cylindrical-coordinate representation of color #93006F: hue angle of 314.69º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93006F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.24 | 0.42 |
| HSL | 314.69º | 1% | 0.29% | - |
| HSV(B) | 314.69º | 1% | 0.58% | - |
| XYZ | 14.9 | 7.35 | 15.67 | - |
| YUV | 56.61 | 158.7 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 111 | 0 | 1 | 0.24 | 0.42 | 314.69 | 1 | 0.29 |
| Hex | 93 | 0 | 6F | 0 | 64 | 18 | 2A | 13B | 64 | 1D |
| Octal | 223 | 0 | 157 | 0 | 144 | 30 | 52 | 473 | 144 | 35 |
| Binary | 10010011 | 0 | 1101111 | 0 | 1100100 | 11000 | 101010 | 100111011 | 1100100 | 11101 |
Color Harmonies of #93006F
Complementary color
Monochromatic Colors of #93006F
Black with #93006F
Text Example
Text Example
White with #93006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93006F; }
p { color: rgb(147,0,111); }
H1.HeaderClassName
{
color: #93006F;
}
.AnyTagClassName
{
color: #93006F;
}
</style>
background-color css
<style>
a { background-color: #93006F; }
a { background-color: rgb(147,0,111); }
div.DivClassName
{
background-color: #93006F;
}
.BgClassName
{
background-color: #93006F;
}
</style>
border-color css
<style>
span { border-color: #93006F; }
span { border-color: rgb(147,0,111); }
td.TdClassName
{
border-color: #93006F;
}
.TagClassName
{
border-color: #93006F;
}
</style>