Shades of Eggplant #910776
Tints of Eggplant #910776
RGB
CMYK
RGB Variations
Color information
#910776 (or 0x910776) is known color: Eggplant. HEX triplet: 91, 07 and 76. RGB value is (145,7,118). Sum of RGB (Red+Green+Blue) = 145+7+118=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 7 (3.12% from 255 or 2.59% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #910776 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910776 is #6EF889. Grayscale: #3C3C3C. Windows color (decimal): -7272586 or 7735185. OLE color: 7735185.
HSL color Cylindrical-coordinate representation of color #910776: hue angle of 311.74º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910776 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 118 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.43 |
| HSL | 311.74º | 0.91% | 0.3% | - |
| HSV(B) | 311.74º | 0.95% | 0.57% | - |
| XYZ | 15.02 | 7.48 | 17.79 | - |
| YUV | 60.92 | 160.22 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 118 | 0 | 0.95 | 0.19 | 0.43 | 311.74 | 0.91 | 0.3 |
| Hex | 91 | 7 | 76 | 0 | 5F | 13 | 2B | 138 | 5B | 1E |
| Octal | 221 | 7 | 166 | 0 | 137 | 23 | 53 | 470 | 133 | 36 |
| Binary | 10010001 | 111 | 1110110 | 0 | 1011111 | 10011 | 101011 | 100111000 | 1011011 | 11110 |
Color Harmonies of #910776
Complementary color
Monochromatic Colors of #910776
Black with #910776
Text Example
Text Example
White with #910776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910776; }
p { color: rgb(145,7,118); }
H1.HeaderClassName
{
color: #910776;
}
.AnyTagClassName
{
color: #910776;
}
</style>
background-color css
<style>
a { background-color: #910776; }
a { background-color: rgb(145,7,118); }
div.DivClassName
{
background-color: #910776;
}
.BgClassName
{
background-color: #910776;
}
</style>
border-color css
<style>
span { border-color: #910776; }
span { border-color: rgb(145,7,118); }
td.TdClassName
{
border-color: #910776;
}
.TagClassName
{
border-color: #910776;
}
</style>