Shades of Eggplant #911363
Tints of Eggplant #911363
RGB
CMYK
RGB Variations
Color information
#911363 (or 0x911363) is known color: Eggplant. HEX triplet: 91, 13 and 63. RGB value is (145,19,99). Sum of RGB (Red+Green+Blue) = 145+19+99=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #911363 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911363 is #6EEC9C. Grayscale: #414141. Windows color (decimal): -7269533 or 6493073. OLE color: 6493073.
HSL color Cylindrical-coordinate representation of color #911363: hue angle of 321.9º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #911363 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 19 | 99 | - |
| CMYK | 0 | 0.87 | 0.32 | 0.43 |
| HSL | 321.9º | 0.77% | 0.32% | - |
| HSV(B) | 321.9º | 0.87% | 0.57% | - |
| XYZ | 14.16 | 7.39 | 12.48 | - |
| YUV | 65.79 | 146.74 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 19 | 99 | 0 | 0.87 | 0.32 | 0.43 | 321.9 | 0.77 | 0.32 |
| Hex | 91 | 13 | 63 | 0 | 57 | 20 | 2B | 142 | 4D | 20 |
| Octal | 221 | 23 | 143 | 0 | 127 | 40 | 53 | 502 | 115 | 40 |
| Binary | 10010001 | 10011 | 1100011 | 0 | 1010111 | 100000 | 101011 | 101000010 | 1001101 | 100000 |
Color Harmonies of #911363
Complementary color
Monochromatic Colors of #911363
Black with #911363
Text Example
Text Example
White with #911363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911363; }
p { color: rgb(145,19,99); }
H1.HeaderClassName
{
color: #911363;
}
.AnyTagClassName
{
color: #911363;
}
</style>
background-color css
<style>
a { background-color: #911363; }
a { background-color: rgb(145,19,99); }
div.DivClassName
{
background-color: #911363;
}
.BgClassName
{
background-color: #911363;
}
</style>
border-color css
<style>
span { border-color: #911363; }
span { border-color: rgb(145,19,99); }
td.TdClassName
{
border-color: #911363;
}
.TagClassName
{
border-color: #911363;
}
</style>