Shades of Eggplant #911167
Tints of Eggplant #911167
RGB
CMYK
RGB Variations
Color information
#911167 (or 0x911167) is known color: Eggplant. HEX triplet: 91, 11 and 67. RGB value is (145,17,103). Sum of RGB (Red+Green+Blue) = 145+17+103=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #911167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911167 is #6EEE98. Grayscale: #404040. Windows color (decimal): -7270041 or 6754705. OLE color: 6754705.
HSL color Cylindrical-coordinate representation of color #911167: hue angle of 319.69º degrees, saturation: 0.79, 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 #911167 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 17 | 103 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.43 |
| HSL | 319.69º | 0.79% | 0.32% | - |
| HSV(B) | 319.69º | 0.88% | 0.57% | - |
| XYZ | 14.33 | 7.4 | 13.51 | - |
| YUV | 65.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 17 | 103 | 0 | 0.88 | 0.29 | 0.43 | 319.69 | 0.79 | 0.32 |
| Hex | 91 | 11 | 67 | 0 | 58 | 1D | 2B | 140 | 4F | 20 |
| Octal | 221 | 21 | 147 | 0 | 130 | 35 | 53 | 500 | 117 | 40 |
| Binary | 10010001 | 10001 | 1100111 | 0 | 1011000 | 11101 | 101011 | 101000000 | 1001111 | 100000 |
Color Harmonies of #911167
Complementary color
Monochromatic Colors of #911167
Black with #911167
Text Example
Text Example
White with #911167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911167; }
p { color: rgb(145,17,103); }
H1.HeaderClassName
{
color: #911167;
}
.AnyTagClassName
{
color: #911167;
}
</style>
background-color css
<style>
a { background-color: #911167; }
a { background-color: rgb(145,17,103); }
div.DivClassName
{
background-color: #911167;
}
.BgClassName
{
background-color: #911167;
}
</style>
border-color css
<style>
span { border-color: #911167; }
span { border-color: rgb(145,17,103); }
td.TdClassName
{
border-color: #911167;
}
.TagClassName
{
border-color: #911167;
}
</style>