Shades of Eggplant #93096A
Tints of Eggplant #93096A
RGB
CMYK
RGB Variations
Color information
#93096A (or 0x93096A) is known color: Eggplant. HEX triplet: 93, 09 and 6A. RGB value is (147,9,106). Sum of RGB (Red+Green+Blue) = 147+9+106=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 106 (41.80% from 255 or 40.46% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93096A is #6CF695. Grayscale: #3D3D3D. Windows color (decimal): -7141014 or 6949267. OLE color: 6949267.
HSL color Cylindrical-coordinate representation of color #93096A: hue angle of 317.83º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93096A is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 106 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.42 |
| HSL | 317.83º | 0.88% | 0.31% | - |
| HSV(B) | 317.83º | 0.94% | 0.58% | - |
| XYZ | 14.73 | 7.44 | 14.3 | - |
| YUV | 61.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 106 | 0 | 0.94 | 0.28 | 0.42 | 317.83 | 0.88 | 0.31 |
| Hex | 93 | 9 | 6A | 0 | 5E | 1C | 2A | 13E | 58 | 1F |
| Octal | 223 | 11 | 152 | 0 | 136 | 34 | 52 | 476 | 130 | 37 |
| Binary | 10010011 | 1001 | 1101010 | 0 | 1011110 | 11100 | 101010 | 100111110 | 1011000 | 11111 |
Color Harmonies of #93096A
Complementary color
Monochromatic Colors of #93096A
Black with #93096A
Text Example
Text Example
White with #93096A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93096A; }
p { color: rgb(147,9,106); }
H1.HeaderClassName
{
color: #93096A;
}
.AnyTagClassName
{
color: #93096A;
}
</style>
background-color css
<style>
a { background-color: #93096A; }
a { background-color: rgb(147,9,106); }
div.DivClassName
{
background-color: #93096A;
}
.BgClassName
{
background-color: #93096A;
}
</style>
border-color css
<style>
span { border-color: #93096A; }
span { border-color: rgb(147,9,106); }
td.TdClassName
{
border-color: #93096A;
}
.TagClassName
{
border-color: #93096A;
}
</style>