Shades of Eggplant #911662
Tints of Eggplant #911662
RGB
CMYK
RGB Variations
Color information
#911662 (or 0x911662) is known color: Eggplant. HEX triplet: 91, 16 and 62. RGB value is (145,22,98). Sum of RGB (Red+Green+Blue) = 145+22+98=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #911662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911662 is #6EE99D. Grayscale: #434343. Windows color (decimal): -7268766 or 6428305. OLE color: 6428305.
HSL color Cylindrical-coordinate representation of color #911662: hue angle of 322.93º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911662 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 22 | 98 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.43 |
| HSL | 322.93º | 0.74% | 0.33% | - |
| HSV(B) | 322.93º | 0.85% | 0.57% | - |
| XYZ | 14.17 | 7.48 | 12.25 | - |
| YUV | 67.44 | 145.25 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 22 | 98 | 0 | 0.85 | 0.32 | 0.43 | 322.93 | 0.74 | 0.33 |
| Hex | 91 | 16 | 62 | 0 | 55 | 20 | 2B | 143 | 4A | 21 |
| Octal | 221 | 26 | 142 | 0 | 125 | 40 | 53 | 503 | 112 | 41 |
| Binary | 10010001 | 10110 | 1100010 | 0 | 1010101 | 100000 | 101011 | 101000011 | 1001010 | 100001 |
Color Harmonies of #911662
Complementary color
Monochromatic Colors of #911662
Black with #911662
Text Example
Text Example
White with #911662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911662; }
p { color: rgb(145,22,98); }
H1.HeaderClassName
{
color: #911662;
}
.AnyTagClassName
{
color: #911662;
}
</style>
background-color css
<style>
a { background-color: #911662; }
a { background-color: rgb(145,22,98); }
div.DivClassName
{
background-color: #911662;
}
.BgClassName
{
background-color: #911662;
}
</style>
border-color css
<style>
span { border-color: #911662; }
span { border-color: rgb(145,22,98); }
td.TdClassName
{
border-color: #911662;
}
.TagClassName
{
border-color: #911662;
}
</style>