Shades of Eggplant #91086A
Tints of Eggplant #91086A
RGB
CMYK
RGB Variations
Color information
#91086A (or 0x91086A) is known color: Eggplant. HEX triplet: 91, 08 and 6A. RGB value is (145,8,106). Sum of RGB (Red+Green+Blue) = 145+8+106=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #91086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91086A is #6EF795. Grayscale: #3B3B3B. Windows color (decimal): -7272342 or 6949009. OLE color: 6949009.
HSL color Cylindrical-coordinate representation of color #91086A: hue angle of 317.08º 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 #91086A is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 106 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.43 |
| HSL | 317.08º | 0.9% | 0.3% | - |
| HSV(B) | 317.08º | 0.94% | 0.57% | - |
| XYZ | 14.37 | 7.23 | 14.27 | - |
| YUV | 60.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 106 | 0 | 0.94 | 0.27 | 0.43 | 317.08 | 0.9 | 0.3 |
| Hex | 91 | 8 | 6A | 0 | 5E | 1B | 2B | 13D | 5A | 1E |
| Octal | 221 | 10 | 152 | 0 | 136 | 33 | 53 | 475 | 132 | 36 |
| Binary | 10010001 | 1000 | 1101010 | 0 | 1011110 | 11011 | 101011 | 100111101 | 1011010 | 11110 |
Color Harmonies of #91086A
Complementary color
Monochromatic Colors of #91086A
Black with #91086A
Text Example
Text Example
White with #91086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91086A; }
p { color: rgb(145,8,106); }
H1.HeaderClassName
{
color: #91086A;
}
.AnyTagClassName
{
color: #91086A;
}
</style>
background-color css
<style>
a { background-color: #91086A; }
a { background-color: rgb(145,8,106); }
div.DivClassName
{
background-color: #91086A;
}
.BgClassName
{
background-color: #91086A;
}
</style>
border-color css
<style>
span { border-color: #91086A; }
span { border-color: rgb(145,8,106); }
td.TdClassName
{
border-color: #91086A;
}
.TagClassName
{
border-color: #91086A;
}
</style>