Shades of Eggplant #91105D
Tints of Eggplant #91105D
RGB
CMYK
RGB Variations
Color information
#91105D (or 0x91105D) is known color: Eggplant. HEX triplet: 91, 10 and 5D. RGB value is (145,16,93). Sum of RGB (Red+Green+Blue) = 145+16+93=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #91105D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91105D is #6EEFA2. Grayscale: #3F3F3F. Windows color (decimal): -7270307 or 6099089. OLE color: 6099089.
HSL color Cylindrical-coordinate representation of color #91105D: hue angle of 324.19º 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 #91105D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 16 | 93 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.43 |
| HSL | 324.19º | 0.8% | 0.32% | - |
| HSV(B) | 324.19º | 0.89% | 0.57% | - |
| XYZ | 13.84 | 7.18 | 11.01 | - |
| YUV | 63.35 | 144.74 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 16 | 93 | 0 | 0.89 | 0.36 | 0.43 | 324.19 | 0.8 | 0.32 |
| Hex | 91 | 10 | 5D | 0 | 59 | 24 | 2B | 144 | 50 | 20 |
| Octal | 221 | 20 | 135 | 0 | 131 | 44 | 53 | 504 | 120 | 40 |
| Binary | 10010001 | 10000 | 1011101 | 0 | 1011001 | 100100 | 101011 | 101000100 | 1010000 | 100000 |
Color Harmonies of #91105D
Complementary color
Monochromatic Colors of #91105D
Black with #91105D
Text Example
Text Example
White with #91105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91105D; }
p { color: rgb(145,16,93); }
H1.HeaderClassName
{
color: #91105D;
}
.AnyTagClassName
{
color: #91105D;
}
</style>
background-color css
<style>
a { background-color: #91105D; }
a { background-color: rgb(145,16,93); }
div.DivClassName
{
background-color: #91105D;
}
.BgClassName
{
background-color: #91105D;
}
</style>
border-color css
<style>
span { border-color: #91105D; }
span { border-color: rgb(145,16,93); }
td.TdClassName
{
border-color: #91105D;
}
.TagClassName
{
border-color: #91105D;
}
</style>