Shades of Eggplant #910470
Tints of Eggplant #910470
RGB
CMYK
RGB Variations
Color information
#910470 (or 0x910470) is known color: Eggplant. HEX triplet: 91, 04 and 70. RGB value is (145,4,112). Sum of RGB (Red+Green+Blue) = 145+4+112=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #910470 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910470 is #6EFB8F. Grayscale: #3A3A3A. Windows color (decimal): -7273360 or 7341201. OLE color: 7341201.
HSL color Cylindrical-coordinate representation of color #910470: hue angle of 314.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910470 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 112 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.43 |
| HSL | 314.04º | 0.95% | 0.29% | - |
| HSV(B) | 314.04º | 0.97% | 0.57% | - |
| XYZ | 14.65 | 7.28 | 15.96 | - |
| YUV | 58.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 112 | 0 | 0.97 | 0.23 | 0.43 | 314.04 | 0.95 | 0.29 |
| Hex | 91 | 4 | 70 | 0 | 61 | 17 | 2B | 13A | 5F | 1D |
| Octal | 221 | 4 | 160 | 0 | 141 | 27 | 53 | 472 | 137 | 35 |
| Binary | 10010001 | 100 | 1110000 | 0 | 1100001 | 10111 | 101011 | 100111010 | 1011111 | 11101 |
Color Harmonies of #910470
Complementary color
Monochromatic Colors of #910470
Black with #910470
Text Example
Text Example
White with #910470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910470; }
p { color: rgb(145,4,112); }
H1.HeaderClassName
{
color: #910470;
}
.AnyTagClassName
{
color: #910470;
}
</style>
background-color css
<style>
a { background-color: #910470; }
a { background-color: rgb(145,4,112); }
div.DivClassName
{
background-color: #910470;
}
.BgClassName
{
background-color: #910470;
}
</style>
border-color css
<style>
span { border-color: #910470; }
span { border-color: rgb(145,4,112); }
td.TdClassName
{
border-color: #910470;
}
.TagClassName
{
border-color: #910470;
}
</style>