Shades of Eggplant #91065E
Tints of Eggplant #91065E
RGB
CMYK
RGB Variations
Color information
#91065E (or 0x91065E) is known color: Eggplant. HEX triplet: 91, 06 and 5E. RGB value is (145,6,94). Sum of RGB (Red+Green+Blue) = 145+6+94=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #91065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91065E is #6EF9A1. Grayscale: #393939. Windows color (decimal): -7272866 or 6162065. OLE color: 6162065.
HSL color Cylindrical-coordinate representation of color #91065E: hue angle of 322.01º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #91065E is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 94 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.43 |
| HSL | 322.01º | 0.92% | 0.3% | - |
| HSV(B) | 322.01º | 0.96% | 0.57% | - |
| XYZ | 13.76 | 6.96 | 11.21 | - |
| YUV | 57.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 94 | 0 | 0.96 | 0.35 | 0.43 | 322.01 | 0.92 | 0.3 |
| Hex | 91 | 6 | 5E | 0 | 60 | 23 | 2B | 142 | 5C | 1E |
| Octal | 221 | 6 | 136 | 0 | 140 | 43 | 53 | 502 | 134 | 36 |
| Binary | 10010001 | 110 | 1011110 | 0 | 1100000 | 100011 | 101011 | 101000010 | 1011100 | 11110 |
Color Harmonies of #91065E
Complementary color
Monochromatic Colors of #91065E
Black with #91065E
Text Example
Text Example
White with #91065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91065E; }
p { color: rgb(145,6,94); }
H1.HeaderClassName
{
color: #91065E;
}
.AnyTagClassName
{
color: #91065E;
}
</style>
background-color css
<style>
a { background-color: #91065E; }
a { background-color: rgb(145,6,94); }
div.DivClassName
{
background-color: #91065E;
}
.BgClassName
{
background-color: #91065E;
}
</style>
border-color css
<style>
span { border-color: #91065E; }
span { border-color: rgb(145,6,94); }
td.TdClassName
{
border-color: #91065E;
}
.TagClassName
{
border-color: #91065E;
}
</style>