Shades of Eggplant #91066A
Tints of Eggplant #91066A
RGB
CMYK
RGB Variations
Color information
#91066A (or 0x91066A) is known color: Eggplant. HEX triplet: 91, 06 and 6A. RGB value is (145,6,106). Sum of RGB (Red+Green+Blue) = 145+6+106=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 106 (41.80% from 255 or 41.25% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #91066A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #91066A is #6EF995. Grayscale: #3A3A3A. Windows color (decimal): -7272854 or 6948497. OLE color: 6948497.
HSL color Cylindrical-coordinate representation of color #91066A: hue angle of 316.83º 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 #91066A is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 6 | 106 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.43 |
| HSL | 316.83º | 0.92% | 0.3% | - |
| HSV(B) | 316.83º | 0.96% | 0.57% | - |
| XYZ | 14.34 | 7.19 | 14.27 | - |
| YUV | 58.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 6 | 106 | 0 | 0.96 | 0.27 | 0.43 | 316.83 | 0.92 | 0.3 |
| Hex | 91 | 6 | 6A | 0 | 60 | 1B | 2B | 13D | 5C | 1E |
| Octal | 221 | 6 | 152 | 0 | 140 | 33 | 53 | 475 | 134 | 36 |
| Binary | 10010001 | 110 | 1101010 | 0 | 1100000 | 11011 | 101011 | 100111101 | 1011100 | 11110 |
Color Harmonies of #91066A
Complementary color
Monochromatic Colors of #91066A
Black with #91066A
Text Example
Text Example
White with #91066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91066A; }
p { color: rgb(145,6,106); }
H1.HeaderClassName
{
color: #91066A;
}
.AnyTagClassName
{
color: #91066A;
}
</style>
background-color css
<style>
a { background-color: #91066A; }
a { background-color: rgb(145,6,106); }
div.DivClassName
{
background-color: #91066A;
}
.BgClassName
{
background-color: #91066A;
}
</style>
border-color css
<style>
span { border-color: #91066A; }
span { border-color: rgb(145,6,106); }
td.TdClassName
{
border-color: #91066A;
}
.TagClassName
{
border-color: #91066A;
}
</style>