Shades of Eggplant #93045B
Tints of Eggplant #93045B
RGB
CMYK
RGB Variations
Color information
#93045B (or 0x93045B) is known color: Eggplant. HEX triplet: 93, 04 and 5B. RGB value is (147,4,91). Sum of RGB (Red+Green+Blue) = 147+4+91=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #93045B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93045B is #6CFBA4. Grayscale: #383838. Windows color (decimal): -7142309 or 5964947. OLE color: 5964947.
HSL color Cylindrical-coordinate representation of color #93045B: hue angle of 323.5º 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 #93045B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 91 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.42 |
| HSL | 323.5º | 0.95% | 0.3% | - |
| HSV(B) | 323.5º | 0.97% | 0.58% | - |
| XYZ | 13.96 | 7.05 | 10.52 | - |
| YUV | 56.68 | 147.38 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 91 | 0 | 0.97 | 0.38 | 0.42 | 323.5 | 0.95 | 0.3 |
| Hex | 93 | 4 | 5B | 0 | 61 | 26 | 2A | 143 | 5F | 1E |
| Octal | 223 | 4 | 133 | 0 | 141 | 46 | 52 | 503 | 137 | 36 |
| Binary | 10010011 | 100 | 1011011 | 0 | 1100001 | 100110 | 101010 | 101000011 | 1011111 | 11110 |
Color Harmonies of #93045B
Complementary color
Monochromatic Colors of #93045B
Black with #93045B
Text Example
Text Example
White with #93045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93045B; }
p { color: rgb(147,4,91); }
H1.HeaderClassName
{
color: #93045B;
}
.AnyTagClassName
{
color: #93045B;
}
</style>
background-color css
<style>
a { background-color: #93045B; }
a { background-color: rgb(147,4,91); }
div.DivClassName
{
background-color: #93045B;
}
.BgClassName
{
background-color: #93045B;
}
</style>
border-color css
<style>
span { border-color: #93045B; }
span { border-color: rgb(147,4,91); }
td.TdClassName
{
border-color: #93045B;
}
.TagClassName
{
border-color: #93045B;
}
</style>