Shades of Eggplant #93095C
Tints of Eggplant #93095C
RGB
CMYK
RGB Variations
Color information
#93095C (or 0x93095C) is known color: Eggplant. HEX triplet: 93, 09 and 5C. RGB value is (147,9,92). Sum of RGB (Red+Green+Blue) = 147+9+92=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #93095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93095C is #6CF6A3. Grayscale: #3B3B3B. Windows color (decimal): -7141028 or 6031763. OLE color: 6031763.
HSL color Cylindrical-coordinate representation of color #93095C: hue angle of 323.91º 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 #93095C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 9 | 92 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.42 |
| HSL | 323.91º | 0.88% | 0.31% | - |
| HSV(B) | 323.91º | 0.94% | 0.58% | - |
| XYZ | 14.06 | 7.17 | 10.77 | - |
| YUV | 59.72 | 146.22 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 9 | 92 | 0 | 0.94 | 0.37 | 0.42 | 323.91 | 0.88 | 0.31 |
| Hex | 93 | 9 | 5C | 0 | 5E | 25 | 2A | 144 | 58 | 1F |
| Octal | 223 | 11 | 134 | 0 | 136 | 45 | 52 | 504 | 130 | 37 |
| Binary | 10010011 | 1001 | 1011100 | 0 | 1011110 | 100101 | 101010 | 101000100 | 1011000 | 11111 |
Color Harmonies of #93095C
Complementary color
Monochromatic Colors of #93095C
Black with #93095C
Text Example
Text Example
White with #93095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93095C; }
p { color: rgb(147,9,92); }
H1.HeaderClassName
{
color: #93095C;
}
.AnyTagClassName
{
color: #93095C;
}
</style>
background-color css
<style>
a { background-color: #93095C; }
a { background-color: rgb(147,9,92); }
div.DivClassName
{
background-color: #93095C;
}
.BgClassName
{
background-color: #93095C;
}
</style>
border-color css
<style>
span { border-color: #93095C; }
span { border-color: rgb(147,9,92); }
td.TdClassName
{
border-color: #93095C;
}
.TagClassName
{
border-color: #93095C;
}
</style>