Shades of Eggplant #93006E
Tints of Eggplant #93006E
RGB
CMYK
RGB Variations
Color information
#93006E (or 0x93006E) is known color: Eggplant. HEX triplet: 93, 00 and 6E. RGB value is (147,0,110). Sum of RGB (Red+Green+Blue) = 147+0+110=257 (34% of max value = 765). Red value is 147 (57.81% from 255 or 57.20% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 147 - color contains mainly: red. Hex color #93006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93006E is #6CFF91. Grayscale: #383838. Windows color (decimal): -7143314 or 7209107. OLE color: 7209107.
HSL color Cylindrical-coordinate representation of color #93006E: hue angle of 315.1º 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 #93006E is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.25 | 0.42 |
| HSL | 315.1º | 1% | 0.29% | - |
| HSV(B) | 315.1º | 1% | 0.58% | - |
| XYZ | 14.85 | 7.33 | 15.38 | - |
| YUV | 56.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 110 | 0 | 1 | 0.25 | 0.42 | 315.1 | 1 | 0.29 |
| Hex | 93 | 0 | 6E | 0 | 64 | 19 | 2A | 13B | 64 | 1D |
| Octal | 223 | 0 | 156 | 0 | 144 | 31 | 52 | 473 | 144 | 35 |
| Binary | 10010011 | 0 | 1101110 | 0 | 1100100 | 11001 | 101010 | 100111011 | 1100100 | 11101 |
Color Harmonies of #93006E
Complementary color
Monochromatic Colors of #93006E
Black with #93006E
Text Example
Text Example
White with #93006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93006E; }
p { color: rgb(147,0,110); }
H1.HeaderClassName
{
color: #93006E;
}
.AnyTagClassName
{
color: #93006E;
}
</style>
background-color css
<style>
a { background-color: #93006E; }
a { background-color: rgb(147,0,110); }
div.DivClassName
{
background-color: #93006E;
}
.BgClassName
{
background-color: #93006E;
}
</style>
border-color css
<style>
span { border-color: #93006E; }
span { border-color: rgb(147,0,110); }
td.TdClassName
{
border-color: #93006E;
}
.TagClassName
{
border-color: #93006E;
}
</style>