Shades of Eggplant #91096E
Tints of Eggplant #91096E
RGB
CMYK
RGB Variations
Color information
#91096E (or 0x91096E) is known color: Eggplant. HEX triplet: 91, 09 and 6E. RGB value is (145,9,110). Sum of RGB (Red+Green+Blue) = 145+9+110=264 (34% of max value = 765). Red value is 145 (57.03% from 255 or 54.92% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 145 - color contains mainly: red. Hex color #91096E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91096E is #6EF691. Grayscale: #3C3C3C. Windows color (decimal): -7272082 or 7211409. OLE color: 7211409.
HSL color Cylindrical-coordinate representation of color #91096E: hue angle of 315.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #91096E is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 9 | 110 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.43 |
| HSL | 315.44º | 0.88% | 0.3% | - |
| HSV(B) | 315.44º | 0.94% | 0.57% | - |
| XYZ | 14.59 | 7.34 | 15.4 | - |
| YUV | 61.18 | 155.56 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 9 | 110 | 0 | 0.94 | 0.24 | 0.43 | 315.44 | 0.88 | 0.3 |
| Hex | 91 | 9 | 6E | 0 | 5E | 18 | 2B | 13B | 58 | 1E |
| Octal | 221 | 11 | 156 | 0 | 136 | 30 | 53 | 473 | 130 | 36 |
| Binary | 10010001 | 1001 | 1101110 | 0 | 1011110 | 11000 | 101011 | 100111011 | 1011000 | 11110 |
Color Harmonies of #91096E
Complementary color
Monochromatic Colors of #91096E
Black with #91096E
Text Example
Text Example
White with #91096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91096E; }
p { color: rgb(145,9,110); }
H1.HeaderClassName
{
color: #91096E;
}
.AnyTagClassName
{
color: #91096E;
}
</style>
background-color css
<style>
a { background-color: #91096E; }
a { background-color: rgb(145,9,110); }
div.DivClassName
{
background-color: #91096E;
}
.BgClassName
{
background-color: #91096E;
}
</style>
border-color css
<style>
span { border-color: #91096E; }
span { border-color: rgb(145,9,110); }
td.TdClassName
{
border-color: #91096E;
}
.TagClassName
{
border-color: #91096E;
}
</style>