Shades of Eggplant #910576
Tints of Eggplant #910576
RGB
CMYK
RGB Variations
Color information
#910576 (or 0x910576) is known color: Eggplant. HEX triplet: 91, 05 and 76. RGB value is (145,5,118). Sum of RGB (Red+Green+Blue) = 145+5+118=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #910576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910576 is #6EFA89. Grayscale: #3B3B3B. Windows color (decimal): -7273098 or 7734673. OLE color: 7734673.
HSL color Cylindrical-coordinate representation of color #910576: hue angle of 311.57º degrees, saturation: 0.93, 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 #910576 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 118 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.43 |
| HSL | 311.57º | 0.93% | 0.29% | - |
| HSV(B) | 311.57º | 0.97% | 0.57% | - |
| XYZ | 15 | 7.44 | 17.78 | - |
| YUV | 59.74 | 160.88 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 118 | 0 | 0.97 | 0.19 | 0.43 | 311.57 | 0.93 | 0.29 |
| Hex | 91 | 5 | 76 | 0 | 61 | 13 | 2B | 138 | 5D | 1D |
| Octal | 221 | 5 | 166 | 0 | 141 | 23 | 53 | 470 | 135 | 35 |
| Binary | 10010001 | 101 | 1110110 | 0 | 1100001 | 10011 | 101011 | 100111000 | 1011101 | 11101 |
Color Harmonies of #910576
Complementary color
Monochromatic Colors of #910576
Black with #910576
Text Example
Text Example
White with #910576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910576; }
p { color: rgb(145,5,118); }
H1.HeaderClassName
{
color: #910576;
}
.AnyTagClassName
{
color: #910576;
}
</style>
background-color css
<style>
a { background-color: #910576; }
a { background-color: rgb(145,5,118); }
div.DivClassName
{
background-color: #910576;
}
.BgClassName
{
background-color: #910576;
}
</style>
border-color css
<style>
span { border-color: #910576; }
span { border-color: rgb(145,5,118); }
td.TdClassName
{
border-color: #910576;
}
.TagClassName
{
border-color: #910576;
}
</style>