Shades of Eggplant #93045C
Tints of Eggplant #93045C
RGB
CMYK
RGB Variations
Color information
#93045C (or 0x93045C) is known color: Eggplant. HEX triplet: 93, 04 and 5C. RGB value is (147,4,92). Sum of RGB (Red+Green+Blue) = 147+4+92=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #93045C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93045C is #6CFBA3. Grayscale: #383838. Windows color (decimal): -7142308 or 6030483. OLE color: 6030483.
HSL color Cylindrical-coordinate representation of color #93045C: hue angle of 323.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93045C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 92 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.42 |
| HSL | 323.08º | 0.95% | 0.3% | - |
| HSV(B) | 323.08º | 0.97% | 0.58% | - |
| XYZ | 14.01 | 7.06 | 10.75 | - |
| YUV | 56.79 | 147.88 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 92 | 0 | 0.97 | 0.37 | 0.42 | 323.08 | 0.95 | 0.3 |
| Hex | 93 | 4 | 5C | 0 | 61 | 25 | 2A | 143 | 5F | 1E |
| Octal | 223 | 4 | 134 | 0 | 141 | 45 | 52 | 503 | 137 | 36 |
| Binary | 10010011 | 100 | 1011100 | 0 | 1100001 | 100101 | 101010 | 101000011 | 1011111 | 11110 |
Color Harmonies of #93045C
Complementary color
Monochromatic Colors of #93045C
Black with #93045C
Text Example
Text Example
White with #93045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93045C; }
p { color: rgb(147,4,92); }
H1.HeaderClassName
{
color: #93045C;
}
.AnyTagClassName
{
color: #93045C;
}
</style>
background-color css
<style>
a { background-color: #93045C; }
a { background-color: rgb(147,4,92); }
div.DivClassName
{
background-color: #93045C;
}
.BgClassName
{
background-color: #93045C;
}
</style>
border-color css
<style>
span { border-color: #93045C; }
span { border-color: rgb(147,4,92); }
td.TdClassName
{
border-color: #93045C;
}
.TagClassName
{
border-color: #93045C;
}
</style>