Shades of Eggplant #93005A
Tints of Eggplant #93005A
RGB
CMYK
RGB Variations
Color information
#93005A (or 0x93005A) is known color: Eggplant. HEX triplet: 93, 00 and 5A. RGB value is (147,0,90). Sum of RGB (Red+Green+Blue) = 147+0+90=237 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.03% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 147 - color contains mainly: red. Hex color #93005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93005A is #6CFFA5. Grayscale: #363636. Windows color (decimal): -7143334 or 5898387. OLE color: 5898387.
HSL color Cylindrical-coordinate representation of color #93005A: hue angle of 323.27º 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 #93005A is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.39 | 0.42 |
| HSL | 323.27º | 1% | 0.29% | - |
| HSV(B) | 323.27º | 1% | 0.58% | - |
| XYZ | 13.88 | 6.94 | 10.28 | - |
| YUV | 54.21 | 148.2 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 90 | 0 | 1 | 0.39 | 0.42 | 323.27 | 1 | 0.29 |
| Hex | 93 | 0 | 5A | 0 | 64 | 27 | 2A | 143 | 64 | 1D |
| Octal | 223 | 0 | 132 | 0 | 144 | 47 | 52 | 503 | 144 | 35 |
| Binary | 10010011 | 0 | 1011010 | 0 | 1100100 | 100111 | 101010 | 101000011 | 1100100 | 11101 |
Color Harmonies of #93005A
Complementary color
Monochromatic Colors of #93005A
Black with #93005A
Text Example
Text Example
White with #93005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93005A; }
p { color: rgb(147,0,90); }
H1.HeaderClassName
{
color: #93005A;
}
.AnyTagClassName
{
color: #93005A;
}
</style>
background-color css
<style>
a { background-color: #93005A; }
a { background-color: rgb(147,0,90); }
div.DivClassName
{
background-color: #93005A;
}
.BgClassName
{
background-color: #93005A;
}
</style>
border-color css
<style>
span { border-color: #93005A; }
span { border-color: rgb(147,0,90); }
td.TdClassName
{
border-color: #93005A;
}
.TagClassName
{
border-color: #93005A;
}
</style>