Shades of Eggplant #93025C
Tints of Eggplant #93025C
RGB
CMYK
RGB Variations
Color information
#93025C (or 0x93025C) is known color: Eggplant. HEX triplet: 93, 02 and 5C. RGB value is (147,2,92). Sum of RGB (Red+Green+Blue) = 147+2+92=241 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.00% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 147 - color contains mainly: red. Hex color #93025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93025C is #6CFDA3. Grayscale: #373737. Windows color (decimal): -7142820 or 6029971. OLE color: 6029971.
HSL color Cylindrical-coordinate representation of color #93025C: hue angle of 322.76º degrees, saturation: 0.97, 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 #93025C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 92 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.42 |
| HSL | 322.76º | 0.97% | 0.29% | - |
| HSV(B) | 322.76º | 0.99% | 0.58% | - |
| XYZ | 13.99 | 7.02 | 10.74 | - |
| YUV | 55.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 92 | 0 | 0.99 | 0.37 | 0.42 | 322.76 | 0.97 | 0.29 |
| Hex | 93 | 2 | 5C | 0 | 63 | 25 | 2A | 143 | 61 | 1D |
| Octal | 223 | 2 | 134 | 0 | 143 | 45 | 52 | 503 | 141 | 35 |
| Binary | 10010011 | 10 | 1011100 | 0 | 1100011 | 100101 | 101010 | 101000011 | 1100001 | 11101 |
Color Harmonies of #93025C
Complementary color
Monochromatic Colors of #93025C
Black with #93025C
Text Example
Text Example
White with #93025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93025C; }
p { color: rgb(147,2,92); }
H1.HeaderClassName
{
color: #93025C;
}
.AnyTagClassName
{
color: #93025C;
}
</style>
background-color css
<style>
a { background-color: #93025C; }
a { background-color: rgb(147,2,92); }
div.DivClassName
{
background-color: #93025C;
}
.BgClassName
{
background-color: #93025C;
}
</style>
border-color css
<style>
span { border-color: #93025C; }
span { border-color: rgb(147,2,92); }
td.TdClassName
{
border-color: #93025C;
}
.TagClassName
{
border-color: #93025C;
}
</style>