Shades of Eggplant #911260
Tints of Eggplant #911260
RGB
CMYK
RGB Variations
Color information
#911260 (or 0x911260) is known color: Eggplant. HEX triplet: 91, 12 and 60. RGB value is (145,18,96). Sum of RGB (Red+Green+Blue) = 145+18+96=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #911260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911260 is #6EED9F. Grayscale: #404040. Windows color (decimal): -7269792 or 6296209. OLE color: 6296209.
HSL color Cylindrical-coordinate representation of color #911260: hue angle of 323.15º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #911260 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 96 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.43 |
| HSL | 323.15º | 0.78% | 0.32% | - |
| HSV(B) | 323.15º | 0.88% | 0.57% | - |
| XYZ | 14 | 7.3 | 11.74 | - |
| YUV | 64.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 96 | 0 | 0.88 | 0.34 | 0.43 | 323.15 | 0.78 | 0.32 |
| Hex | 91 | 12 | 60 | 0 | 58 | 22 | 2B | 143 | 4E | 20 |
| Octal | 221 | 22 | 140 | 0 | 130 | 42 | 53 | 503 | 116 | 40 |
| Binary | 10010001 | 10010 | 1100000 | 0 | 1011000 | 100010 | 101011 | 101000011 | 1001110 | 100000 |
Color Harmonies of #911260
Complementary color
Monochromatic Colors of #911260
Black with #911260
Text Example
Text Example
White with #911260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911260; }
p { color: rgb(145,18,96); }
H1.HeaderClassName
{
color: #911260;
}
.AnyTagClassName
{
color: #911260;
}
</style>
background-color css
<style>
a { background-color: #911260; }
a { background-color: rgb(145,18,96); }
div.DivClassName
{
background-color: #911260;
}
.BgClassName
{
background-color: #911260;
}
</style>
border-color css
<style>
span { border-color: #911260; }
span { border-color: rgb(145,18,96); }
td.TdClassName
{
border-color: #911260;
}
.TagClassName
{
border-color: #911260;
}
</style>