Shades of Eggplant #91085B
Tints of Eggplant #91085B
RGB
CMYK
RGB Variations
Color information
#91085B (or 0x91085B) is known color: Eggplant. HEX triplet: 91, 08 and 5B. RGB value is (145,8,91). Sum of RGB (Red+Green+Blue) = 145+8+91=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #91085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91085B is #6EF7A4. Grayscale: #3A3A3A. Windows color (decimal): -7272357 or 5965969. OLE color: 5965969.
HSL color Cylindrical-coordinate representation of color #91085B: hue angle of 323.65º 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 #91085B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 8 | 91 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.43 |
| HSL | 323.65º | 0.9% | 0.3% | - |
| HSV(B) | 323.65º | 0.94% | 0.57% | - |
| XYZ | 13.65 | 6.95 | 10.52 | - |
| YUV | 58.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 8 | 91 | 0 | 0.94 | 0.37 | 0.43 | 323.65 | 0.9 | 0.3 |
| Hex | 91 | 8 | 5B | 0 | 5E | 25 | 2B | 144 | 5A | 1E |
| Octal | 221 | 10 | 133 | 0 | 136 | 45 | 53 | 504 | 132 | 36 |
| Binary | 10010001 | 1000 | 1011011 | 0 | 1011110 | 100101 | 101011 | 101000100 | 1011010 | 11110 |
Color Harmonies of #91085B
Complementary color
Monochromatic Colors of #91085B
Black with #91085B
Text Example
Text Example
White with #91085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91085B; }
p { color: rgb(145,8,91); }
H1.HeaderClassName
{
color: #91085B;
}
.AnyTagClassName
{
color: #91085B;
}
</style>
background-color css
<style>
a { background-color: #91085B; }
a { background-color: rgb(145,8,91); }
div.DivClassName
{
background-color: #91085B;
}
.BgClassName
{
background-color: #91085B;
}
</style>
border-color css
<style>
span { border-color: #91085B; }
span { border-color: rgb(145,8,91); }
td.TdClassName
{
border-color: #91085B;
}
.TagClassName
{
border-color: #91085B;
}
</style>