Shades of Eggplant #910076
Tints of Eggplant #910076
RGB
CMYK
RGB Variations
Color information
#910076 (or 0x910076) is known color: Eggplant. HEX triplet: 91, 00 and 76. RGB value is (145,0,118). Sum of RGB (Red+Green+Blue) = 145+0+118=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 118 (46.48% from 255 or 44.87% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #910076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910076 is #6EFF89. Grayscale: #383838. Windows color (decimal): -7274378 or 7733393. OLE color: 7733393.
HSL color Cylindrical-coordinate representation of color #910076: hue angle of 311.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910076 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.19 | 0.43 |
| HSL | 311.17º | 1% | 0.28% | - |
| HSV(B) | 311.17º | 1% | 0.57% | - |
| XYZ | 14.95 | 7.33 | 17.77 | - |
| YUV | 56.81 | 162.54 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 118 | 0 | 1 | 0.19 | 0.43 | 311.17 | 1 | 0.28 |
| Hex | 91 | 0 | 76 | 0 | 64 | 13 | 2B | 137 | 64 | 1C |
| Octal | 221 | 0 | 166 | 0 | 144 | 23 | 53 | 467 | 144 | 34 |
| Binary | 10010001 | 0 | 1110110 | 0 | 1100100 | 10011 | 101011 | 100110111 | 1100100 | 11100 |
Color Harmonies of #910076
Complementary color
Monochromatic Colors of #910076
Black with #910076
Text Example
Text Example
White with #910076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910076; }
p { color: rgb(145,0,118); }
H1.HeaderClassName
{
color: #910076;
}
.AnyTagClassName
{
color: #910076;
}
</style>
background-color css
<style>
a { background-color: #910076; }
a { background-color: rgb(145,0,118); }
div.DivClassName
{
background-color: #910076;
}
.BgClassName
{
background-color: #910076;
}
</style>
border-color css
<style>
span { border-color: #910076; }
span { border-color: rgb(145,0,118); }
td.TdClassName
{
border-color: #910076;
}
.TagClassName
{
border-color: #910076;
}
</style>