Shades of Eggplant #91086E
Tints of Eggplant #91086E
RGB
CMYK
RGB Variations
Color information
#91086E (or 0x91086E) is known color: Eggplant. HEX triplet: 91, 08 and 6E. RGB value is (145,8,110). Sum of RGB (Red+Green+Blue) = 145+8+110=263 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.13% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 145 - color contains mainly: red. Hex color #91086E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91086E is #6EF791. Grayscale: #3C3C3C. Windows color (decimal): -7272338 or 7211153. OLE color: 7211153.
HSL color Cylindrical-coordinate representation of color #91086E: hue angle of 315.33º degrees, saturation: 0.9, 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 #91086E is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 110 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.43 |
| HSL | 315.33º | 0.9% | 0.3% | - |
| HSV(B) | 315.33º | 0.94% | 0.57% | - |
| XYZ | 14.58 | 7.32 | 15.4 | - |
| YUV | 60.59 | 155.89 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 110 | 0 | 0.94 | 0.24 | 0.43 | 315.33 | 0.9 | 0.3 |
| Hex | 91 | 8 | 6E | 0 | 5E | 18 | 2B | 13B | 5A | 1E |
| Octal | 221 | 10 | 156 | 0 | 136 | 30 | 53 | 473 | 132 | 36 |
| Binary | 10010001 | 1000 | 1101110 | 0 | 1011110 | 11000 | 101011 | 100111011 | 1011010 | 11110 |
Color Harmonies of #91086E
Complementary color
Monochromatic Colors of #91086E
Black with #91086E
Text Example
Text Example
White with #91086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91086E; }
p { color: rgb(145,8,110); }
H1.HeaderClassName
{
color: #91086E;
}
.AnyTagClassName
{
color: #91086E;
}
</style>
background-color css
<style>
a { background-color: #91086E; }
a { background-color: rgb(145,8,110); }
div.DivClassName
{
background-color: #91086E;
}
.BgClassName
{
background-color: #91086E;
}
</style>
border-color css
<style>
span { border-color: #91086E; }
span { border-color: rgb(145,8,110); }
td.TdClassName
{
border-color: #91086E;
}
.TagClassName
{
border-color: #91086E;
}
</style>