Shades of Eggplant #930253
Tints of Eggplant #930253
RGB
CMYK
RGB Variations
Color information
#930253 (or 0x930253) is known color: Eggplant. HEX triplet: 93, 02 and 53. RGB value is (147,2,83). Sum of RGB (Red+Green+Blue) = 147+2+83=232 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.36% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 147 - color contains mainly: red. Hex color #930253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930253 is #6CFDAC. Grayscale: #363636. Windows color (decimal): -7142829 or 5440147. OLE color: 5440147.
HSL color Cylindrical-coordinate representation of color #930253: hue angle of 326.48º 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 #930253 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 83 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.42 |
| HSL | 326.48º | 0.97% | 0.29% | - |
| HSV(B) | 326.48º | 0.99% | 0.58% | - |
| XYZ | 13.62 | 6.87 | 8.79 | - |
| YUV | 54.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 83 | 0 | 0.99 | 0.44 | 0.42 | 326.48 | 0.97 | 0.29 |
| Hex | 93 | 2 | 53 | 0 | 63 | 2C | 2A | 146 | 61 | 1D |
| Octal | 223 | 2 | 123 | 0 | 143 | 54 | 52 | 506 | 141 | 35 |
| Binary | 10010011 | 10 | 1010011 | 0 | 1100011 | 101100 | 101010 | 101000110 | 1100001 | 11101 |
Color Harmonies of #930253
Complementary color
Monochromatic Colors of #930253
Black with #930253
Text Example
Text Example
White with #930253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930253; }
p { color: rgb(147,2,83); }
H1.HeaderClassName
{
color: #930253;
}
.AnyTagClassName
{
color: #930253;
}
</style>
background-color css
<style>
a { background-color: #930253; }
a { background-color: rgb(147,2,83); }
div.DivClassName
{
background-color: #930253;
}
.BgClassName
{
background-color: #930253;
}
</style>
border-color css
<style>
span { border-color: #930253; }
span { border-color: rgb(147,2,83); }
td.TdClassName
{
border-color: #930253;
}
.TagClassName
{
border-color: #930253;
}
</style>