Shades of Eggplant #93005B
Tints of Eggplant #93005B
RGB
CMYK
RGB Variations
Color information
#93005B (or 0x93005B) is known color: Eggplant. HEX triplet: 93, 00 and 5B. RGB value is (147,0,91). Sum of RGB (Red+Green+Blue) = 147+0+91=238 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.76% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 147 - color contains mainly: red. Hex color #93005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93005B is #6CFFA4. Grayscale: #363636. Windows color (decimal): -7143333 or 5963923. OLE color: 5963923.
HSL color Cylindrical-coordinate representation of color #93005B: hue angle of 322.86º 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 #93005B is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.38 | 0.42 |
| HSL | 322.86º | 1% | 0.29% | - |
| HSV(B) | 322.86º | 1% | 0.58% | - |
| XYZ | 13.92 | 6.96 | 10.51 | - |
| YUV | 54.33 | 148.7 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 91 | 0 | 1 | 0.38 | 0.42 | 322.86 | 1 | 0.29 |
| Hex | 93 | 0 | 5B | 0 | 64 | 26 | 2A | 143 | 64 | 1D |
| Octal | 223 | 0 | 133 | 0 | 144 | 46 | 52 | 503 | 144 | 35 |
| Binary | 10010011 | 0 | 1011011 | 0 | 1100100 | 100110 | 101010 | 101000011 | 1100100 | 11101 |
Color Harmonies of #93005B
Complementary color
Monochromatic Colors of #93005B
Black with #93005B
Text Example
Text Example
White with #93005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93005B; }
p { color: rgb(147,0,91); }
H1.HeaderClassName
{
color: #93005B;
}
.AnyTagClassName
{
color: #93005B;
}
</style>
background-color css
<style>
a { background-color: #93005B; }
a { background-color: rgb(147,0,91); }
div.DivClassName
{
background-color: #93005B;
}
.BgClassName
{
background-color: #93005B;
}
</style>
border-color css
<style>
span { border-color: #93005B; }
span { border-color: rgb(147,0,91); }
td.TdClassName
{
border-color: #93005B;
}
.TagClassName
{
border-color: #93005B;
}
</style>