Shades of Eggplant #91086B
Tints of Eggplant #91086B
RGB
CMYK
RGB Variations
Color information
#91086B (or 0x91086B) is known color: Eggplant. HEX triplet: 91, 08 and 6B. RGB value is (145,8,107). Sum of RGB (Red+Green+Blue) = 145+8+107=260 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 145 - color contains mainly: red. Hex color #91086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91086B is #6EF794. Grayscale: #3B3B3B. Windows color (decimal): -7272341 or 7014545. OLE color: 7014545.
HSL color Cylindrical-coordinate representation of color #91086B: hue angle of 316.64º 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 #91086B is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 107 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.43 |
| HSL | 316.64º | 0.9% | 0.3% | - |
| HSV(B) | 316.64º | 0.94% | 0.57% | - |
| XYZ | 14.42 | 7.25 | 14.55 | - |
| YUV | 60.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 107 | 0 | 0.94 | 0.26 | 0.43 | 316.64 | 0.9 | 0.3 |
| Hex | 91 | 8 | 6B | 0 | 5E | 1A | 2B | 13D | 5A | 1E |
| Octal | 221 | 10 | 153 | 0 | 136 | 32 | 53 | 475 | 132 | 36 |
| Binary | 10010001 | 1000 | 1101011 | 0 | 1011110 | 11010 | 101011 | 100111101 | 1011010 | 11110 |
Color Harmonies of #91086B
Complementary color
Monochromatic Colors of #91086B
Black with #91086B
Text Example
Text Example
White with #91086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91086B; }
p { color: rgb(145,8,107); }
H1.HeaderClassName
{
color: #91086B;
}
.AnyTagClassName
{
color: #91086B;
}
</style>
background-color css
<style>
a { background-color: #91086B; }
a { background-color: rgb(145,8,107); }
div.DivClassName
{
background-color: #91086B;
}
.BgClassName
{
background-color: #91086B;
}
</style>
border-color css
<style>
span { border-color: #91086B; }
span { border-color: rgb(145,8,107); }
td.TdClassName
{
border-color: #91086B;
}
.TagClassName
{
border-color: #91086B;
}
</style>