Shades of Eggplant #93015E
Tints of Eggplant #93015E
RGB
CMYK
RGB Variations
Color information
#93015E (or 0x93015E) is known color: Eggplant. HEX triplet: 93, 01 and 5E. RGB value is (147,1,94). Sum of RGB (Red+Green+Blue) = 147+1+94=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93015E is #6CFEA1. Grayscale: #373737. Windows color (decimal): -7143074 or 6160787. OLE color: 6160787.
HSL color Cylindrical-coordinate representation of color #93015E: hue angle of 321.78º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93015E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 1 | 94 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.42 |
| HSL | 321.78º | 0.99% | 0.29% | - |
| HSV(B) | 321.78º | 0.99% | 0.58% | - |
| XYZ | 14.06 | 7.03 | 11.21 | - |
| YUV | 55.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 1 | 94 | 0 | 0.99 | 0.36 | 0.42 | 321.78 | 0.99 | 0.29 |
| Hex | 93 | 1 | 5E | 0 | 63 | 24 | 2A | 142 | 63 | 1D |
| Octal | 223 | 1 | 136 | 0 | 143 | 44 | 52 | 502 | 143 | 35 |
| Binary | 10010011 | 1 | 1011110 | 0 | 1100011 | 100100 | 101010 | 101000010 | 1100011 | 11101 |
Color Harmonies of #93015E
Complementary color
Monochromatic Colors of #93015E
Black with #93015E
Text Example
Text Example
White with #93015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93015E; }
p { color: rgb(147,1,94); }
H1.HeaderClassName
{
color: #93015E;
}
.AnyTagClassName
{
color: #93015E;
}
</style>
background-color css
<style>
a { background-color: #93015E; }
a { background-color: rgb(147,1,94); }
div.DivClassName
{
background-color: #93015E;
}
.BgClassName
{
background-color: #93015E;
}
</style>
border-color css
<style>
span { border-color: #93015E; }
span { border-color: rgb(147,1,94); }
td.TdClassName
{
border-color: #93015E;
}
.TagClassName
{
border-color: #93015E;
}
</style>