Shades of Eggplant #911067
Tints of Eggplant #911067
RGB
CMYK
RGB Variations
Color information
#911067 (or 0x911067) is known color: Eggplant. HEX triplet: 91, 10 and 67. RGB value is (145,16,103). Sum of RGB (Red+Green+Blue) = 145+16+103=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #911067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911067 is #6EEF98. Grayscale: #404040. Windows color (decimal): -7270297 or 6754449. OLE color: 6754449.
HSL color Cylindrical-coordinate representation of color #911067: hue angle of 319.53º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #911067 is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 103 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.43 |
| HSL | 319.53º | 0.8% | 0.32% | - |
| HSV(B) | 319.53º | 0.89% | 0.57% | - |
| XYZ | 14.31 | 7.37 | 13.5 | - |
| YUV | 64.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 103 | 0 | 0.89 | 0.29 | 0.43 | 319.53 | 0.8 | 0.32 |
| Hex | 91 | 10 | 67 | 0 | 59 | 1D | 2B | 140 | 50 | 20 |
| Octal | 221 | 20 | 147 | 0 | 131 | 35 | 53 | 500 | 120 | 40 |
| Binary | 10010001 | 10000 | 1100111 | 0 | 1011001 | 11101 | 101011 | 101000000 | 1010000 | 100000 |
Color Harmonies of #911067
Complementary color
Monochromatic Colors of #911067
Black with #911067
Text Example
Text Example
White with #911067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911067; }
p { color: rgb(145,16,103); }
H1.HeaderClassName
{
color: #911067;
}
.AnyTagClassName
{
color: #911067;
}
</style>
background-color css
<style>
a { background-color: #911067; }
a { background-color: rgb(145,16,103); }
div.DivClassName
{
background-color: #911067;
}
.BgClassName
{
background-color: #911067;
}
</style>
border-color css
<style>
span { border-color: #911067; }
span { border-color: rgb(145,16,103); }
td.TdClassName
{
border-color: #911067;
}
.TagClassName
{
border-color: #911067;
}
</style>