Shades of Eggplant #930270
Tints of Eggplant #930270
RGB
CMYK
RGB Variations
Color information
#930270 (or 0x930270) is known color: Eggplant. HEX triplet: 93, 02 and 70. RGB value is (147,2,112). Sum of RGB (Red+Green+Blue) = 147+2+112=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 2 (1.17% from 255 or 0.77% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #930270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930270 is #6CFD8F. Grayscale: #393939. Windows color (decimal): -7142800 or 7340691. OLE color: 7340691.
HSL color Cylindrical-coordinate representation of color #930270: hue angle of 314.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 #930270 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.42 |
| HSL | 314.48º | 0.97% | 0.29% | - |
| HSV(B) | 314.48º | 0.99% | 0.58% | - |
| XYZ | 14.98 | 7.42 | 15.97 | - |
| YUV | 57.9 | 158.54 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 112 | 0 | 0.99 | 0.24 | 0.42 | 314.48 | 0.97 | 0.29 |
| Hex | 93 | 2 | 70 | 0 | 63 | 18 | 2A | 13A | 61 | 1D |
| Octal | 223 | 2 | 160 | 0 | 143 | 30 | 52 | 472 | 141 | 35 |
| Binary | 10010011 | 10 | 1110000 | 0 | 1100011 | 11000 | 101010 | 100111010 | 1100001 | 11101 |
Color Harmonies of #930270
Complementary color
Monochromatic Colors of #930270
Black with #930270
Text Example
Text Example
White with #930270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930270; }
p { color: rgb(147,2,112); }
H1.HeaderClassName
{
color: #930270;
}
.AnyTagClassName
{
color: #930270;
}
</style>
background-color css
<style>
a { background-color: #930270; }
a { background-color: rgb(147,2,112); }
div.DivClassName
{
background-color: #930270;
}
.BgClassName
{
background-color: #930270;
}
</style>
border-color css
<style>
span { border-color: #930270; }
span { border-color: rgb(147,2,112); }
td.TdClassName
{
border-color: #930270;
}
.TagClassName
{
border-color: #930270;
}
</style>