Shades of Eggplant #91105E
Tints of Eggplant #91105E
RGB
CMYK
RGB Variations
Color information
#91105E (or 0x91105E) is known color: Eggplant. HEX triplet: 91, 10 and 5E. RGB value is (145,16,94). Sum of RGB (Red+Green+Blue) = 145+16+94=255 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.86% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 145 - color contains mainly: red. Hex color #91105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91105E is #6EEFA1. Grayscale: #3F3F3F. Windows color (decimal): -7270306 or 6164625. OLE color: 6164625.
HSL color Cylindrical-coordinate representation of color #91105E: hue angle of 323.72º 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 #91105E is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 94 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.43 |
| HSL | 323.72º | 0.8% | 0.32% | - |
| HSV(B) | 323.72º | 0.89% | 0.57% | - |
| XYZ | 13.88 | 7.2 | 11.25 | - |
| YUV | 63.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 94 | 0 | 0.89 | 0.35 | 0.43 | 323.72 | 0.8 | 0.32 |
| Hex | 91 | 10 | 5E | 0 | 59 | 23 | 2B | 144 | 50 | 20 |
| Octal | 221 | 20 | 136 | 0 | 131 | 43 | 53 | 504 | 120 | 40 |
| Binary | 10010001 | 10000 | 1011110 | 0 | 1011001 | 100011 | 101011 | 101000100 | 1010000 | 100000 |
Color Harmonies of #91105E
Complementary color
Monochromatic Colors of #91105E
Black with #91105E
Text Example
Text Example
White with #91105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91105E; }
p { color: rgb(145,16,94); }
H1.HeaderClassName
{
color: #91105E;
}
.AnyTagClassName
{
color: #91105E;
}
</style>
background-color css
<style>
a { background-color: #91105E; }
a { background-color: rgb(145,16,94); }
div.DivClassName
{
background-color: #91105E;
}
.BgClassName
{
background-color: #91105E;
}
</style>
border-color css
<style>
span { border-color: #91105E; }
span { border-color: rgb(145,16,94); }
td.TdClassName
{
border-color: #91105E;
}
.TagClassName
{
border-color: #91105E;
}
</style>