Shades of Eggplant #911267
Tints of Eggplant #911267
RGB
CMYK
RGB Variations
Color information
#911267 (or 0x911267) is known color: Eggplant. HEX triplet: 91, 12 and 67. RGB value is (145,18,103). Sum of RGB (Red+Green+Blue) = 145+18+103=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #911267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911267 is #6EED98. Grayscale: #414141. Windows color (decimal): -7269785 or 6754961. OLE color: 6754961.
HSL color Cylindrical-coordinate representation of color #911267: hue angle of 319.84º 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 #911267 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 103 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.43 |
| HSL | 319.84º | 0.78% | 0.32% | - |
| HSV(B) | 319.84º | 0.88% | 0.57% | - |
| XYZ | 14.34 | 7.43 | 13.51 | - |
| YUV | 65.66 | 149.08 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 103 | 0 | 0.88 | 0.29 | 0.43 | 319.84 | 0.78 | 0.32 |
| Hex | 91 | 12 | 67 | 0 | 58 | 1D | 2B | 140 | 4E | 20 |
| Octal | 221 | 22 | 147 | 0 | 130 | 35 | 53 | 500 | 116 | 40 |
| Binary | 10010001 | 10010 | 1100111 | 0 | 1011000 | 11101 | 101011 | 101000000 | 1001110 | 100000 |
Color Harmonies of #911267
Complementary color
Monochromatic Colors of #911267
Black with #911267
Text Example
Text Example
White with #911267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911267; }
p { color: rgb(145,18,103); }
H1.HeaderClassName
{
color: #911267;
}
.AnyTagClassName
{
color: #911267;
}
</style>
background-color css
<style>
a { background-color: #911267; }
a { background-color: rgb(145,18,103); }
div.DivClassName
{
background-color: #911267;
}
.BgClassName
{
background-color: #911267;
}
</style>
border-color css
<style>
span { border-color: #911267; }
span { border-color: rgb(145,18,103); }
td.TdClassName
{
border-color: #911267;
}
.TagClassName
{
border-color: #911267;
}
</style>