Shades of Eggplant #911269
Tints of Eggplant #911269
RGB
CMYK
RGB Variations
Color information
#911269 (or 0x911269) is known color: Eggplant. HEX triplet: 91, 12 and 69. RGB value is (145,18,105). Sum of RGB (Red+Green+Blue) = 145+18+105=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #911269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911269 is #6EED96. Grayscale: #414141. Windows color (decimal): -7269783 or 6886033. OLE color: 6886033.
HSL color Cylindrical-coordinate representation of color #911269: hue angle of 318.9º 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 #911269 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 18 | 105 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.43 |
| HSL | 318.9º | 0.78% | 0.32% | - |
| HSV(B) | 318.9º | 0.88% | 0.57% | - |
| XYZ | 14.44 | 7.47 | 14.05 | - |
| YUV | 65.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 18 | 105 | 0 | 0.88 | 0.28 | 0.43 | 318.9 | 0.78 | 0.32 |
| Hex | 91 | 12 | 69 | 0 | 58 | 1C | 2B | 13F | 4E | 20 |
| Octal | 221 | 22 | 151 | 0 | 130 | 34 | 53 | 477 | 116 | 40 |
| Binary | 10010001 | 10010 | 1101001 | 0 | 1011000 | 11100 | 101011 | 100111111 | 1001110 | 100000 |
Color Harmonies of #911269
Complementary color
Monochromatic Colors of #911269
Black with #911269
Text Example
Text Example
White with #911269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911269; }
p { color: rgb(145,18,105); }
H1.HeaderClassName
{
color: #911269;
}
.AnyTagClassName
{
color: #911269;
}
</style>
background-color css
<style>
a { background-color: #911269; }
a { background-color: rgb(145,18,105); }
div.DivClassName
{
background-color: #911269;
}
.BgClassName
{
background-color: #911269;
}
</style>
border-color css
<style>
span { border-color: #911269; }
span { border-color: rgb(145,18,105); }
td.TdClassName
{
border-color: #911269;
}
.TagClassName
{
border-color: #911269;
}
</style>