Shades of Eggplant #91066E
Tints of Eggplant #91066E
RGB
CMYK
RGB Variations
Color information
#91066E (or 0x91066E) is known color: Eggplant. HEX triplet: 91, 06 and 6E. RGB value is (145,6,110). Sum of RGB (Red+Green+Blue) = 145+6+110=261 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.56% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 145 - color contains mainly: red. Hex color #91066E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91066E is #6EF991. Grayscale: #3B3B3B. Windows color (decimal): -7272850 or 7210641. OLE color: 7210641.
HSL color Cylindrical-coordinate representation of color #91066E: hue angle of 315.11º 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 #91066E is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 110 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.43 |
| HSL | 315.11º | 0.92% | 0.3% | - |
| HSV(B) | 315.11º | 0.96% | 0.57% | - |
| XYZ | 14.56 | 7.28 | 15.39 | - |
| YUV | 59.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 110 | 0 | 0.96 | 0.24 | 0.43 | 315.11 | 0.92 | 0.3 |
| Hex | 91 | 6 | 6E | 0 | 60 | 18 | 2B | 13B | 5C | 1E |
| Octal | 221 | 6 | 156 | 0 | 140 | 30 | 53 | 473 | 134 | 36 |
| Binary | 10010001 | 110 | 1101110 | 0 | 1100000 | 11000 | 101011 | 100111011 | 1011100 | 11110 |
Color Harmonies of #91066E
Complementary color
Monochromatic Colors of #91066E
Black with #91066E
Text Example
Text Example
White with #91066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91066E; }
p { color: rgb(145,6,110); }
H1.HeaderClassName
{
color: #91066E;
}
.AnyTagClassName
{
color: #91066E;
}
</style>
background-color css
<style>
a { background-color: #91066E; }
a { background-color: rgb(145,6,110); }
div.DivClassName
{
background-color: #91066E;
}
.BgClassName
{
background-color: #91066E;
}
</style>
border-color css
<style>
span { border-color: #91066E; }
span { border-color: rgb(145,6,110); }
td.TdClassName
{
border-color: #91066E;
}
.TagClassName
{
border-color: #91066E;
}
</style>