Shades of Eggplant #931169
Tints of Eggplant #931169
RGB
CMYK
RGB Variations
Color information
#931169 (or 0x931169) is known color: Eggplant. HEX triplet: 93, 11 and 69. RGB value is (147,17,105). Sum of RGB (Red+Green+Blue) = 147+17+105=269 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.65% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 105 (41.41% from 255 or 39.03% from 269); Max value from RGB is 147 - color contains mainly: red. Hex color #931169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #931169 is #6CEE96. Grayscale: #414141. Windows color (decimal): -7138967 or 6885779. OLE color: 6885779.
HSL color Cylindrical-coordinate representation of color #931169: hue angle of 319.38º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #931169 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 17 | 105 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.42 |
| HSL | 319.38º | 0.79% | 0.32% | - |
| HSV(B) | 319.38º | 0.88% | 0.58% | - |
| XYZ | 14.78 | 7.62 | 14.06 | - |
| YUV | 65.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 17 | 105 | 0 | 0.88 | 0.29 | 0.42 | 319.38 | 0.79 | 0.32 |
| Hex | 93 | 11 | 69 | 0 | 58 | 1D | 2A | 13F | 4F | 20 |
| Octal | 223 | 21 | 151 | 0 | 130 | 35 | 52 | 477 | 117 | 40 |
| Binary | 10010011 | 10001 | 1101001 | 0 | 1011000 | 11101 | 101010 | 100111111 | 1001111 | 100000 |
Color Harmonies of #931169
Complementary color
Monochromatic Colors of #931169
Black with #931169
Text Example
Text Example
White with #931169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931169; }
p { color: rgb(147,17,105); }
H1.HeaderClassName
{
color: #931169;
}
.AnyTagClassName
{
color: #931169;
}
</style>
background-color css
<style>
a { background-color: #931169; }
a { background-color: rgb(147,17,105); }
div.DivClassName
{
background-color: #931169;
}
.BgClassName
{
background-color: #931169;
}
</style>
border-color css
<style>
span { border-color: #931169; }
span { border-color: rgb(147,17,105); }
td.TdClassName
{
border-color: #931169;
}
.TagClassName
{
border-color: #931169;
}
</style>