Shades of Eggplant #930353
Tints of Eggplant #930353
RGB
CMYK
RGB Variations
Color information
#930353 (or 0x930353) is known color: Eggplant. HEX triplet: 93, 03 and 53. RGB value is (147,3,83). Sum of RGB (Red+Green+Blue) = 147+3+83=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #930353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930353 is #6CFCAC. Grayscale: #373737. Windows color (decimal): -7142573 or 5440403. OLE color: 5440403.
HSL color Cylindrical-coordinate representation of color #930353: hue angle of 326.67º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930353 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 3 | 83 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.42 |
| HSL | 326.67º | 0.96% | 0.29% | - |
| HSV(B) | 326.67º | 0.98% | 0.58% | - |
| XYZ | 13.63 | 6.89 | 8.8 | - |
| YUV | 55.18 | 143.71 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 83 | 0 | 0.98 | 0.44 | 0.42 | 326.67 | 0.96 | 0.29 |
| Hex | 93 | 3 | 53 | 0 | 62 | 2C | 2A | 147 | 60 | 1D |
| Octal | 223 | 3 | 123 | 0 | 142 | 54 | 52 | 507 | 140 | 35 |
| Binary | 10010011 | 11 | 1010011 | 0 | 1100010 | 101100 | 101010 | 101000111 | 1100000 | 11101 |
Color Harmonies of #930353
Complementary color
Monochromatic Colors of #930353
Black with #930353
Text Example
Text Example
White with #930353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930353; }
p { color: rgb(147,3,83); }
H1.HeaderClassName
{
color: #930353;
}
.AnyTagClassName
{
color: #930353;
}
</style>
background-color css
<style>
a { background-color: #930353; }
a { background-color: rgb(147,3,83); }
div.DivClassName
{
background-color: #930353;
}
.BgClassName
{
background-color: #930353;
}
</style>
border-color css
<style>
span { border-color: #930353; }
span { border-color: rgb(147,3,83); }
td.TdClassName
{
border-color: #930353;
}
.TagClassName
{
border-color: #930353;
}
</style>