Shades of Eggplant #911766
Tints of Eggplant #911766
RGB
CMYK
RGB Variations
Color information
#911766 (or 0x911766) is known color: Eggplant. HEX triplet: 91, 17 and 66. RGB value is (145,23,102). Sum of RGB (Red+Green+Blue) = 145+23+102=270 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.70% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 145 - color contains mainly: red. Hex color #911766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #911766 is #6EE899. Grayscale: #444444. Windows color (decimal): -7268506 or 6690705. OLE color: 6690705.
HSL color Cylindrical-coordinate representation of color #911766: hue angle of 321.15º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911766 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 23 | 102 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.43 |
| HSL | 321.15º | 0.73% | 0.33% | - |
| HSV(B) | 321.15º | 0.84% | 0.57% | - |
| XYZ | 14.38 | 7.59 | 13.28 | - |
| YUV | 68.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 23 | 102 | 0 | 0.84 | 0.30 | 0.43 | 321.15 | 0.73 | 0.33 |
| Hex | 91 | 17 | 66 | 0 | 54 | 1E | 2B | 141 | 49 | 21 |
| Octal | 221 | 27 | 146 | 0 | 124 | 36 | 53 | 501 | 111 | 41 |
| Binary | 10010001 | 10111 | 1100110 | 0 | 1010100 | 11110 | 101011 | 101000001 | 1001001 | 100001 |
Color Harmonies of #911766
Complementary color
Monochromatic Colors of #911766
Black with #911766
Text Example
Text Example
White with #911766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911766; }
p { color: rgb(145,23,102); }
H1.HeaderClassName
{
color: #911766;
}
.AnyTagClassName
{
color: #911766;
}
</style>
background-color css
<style>
a { background-color: #911766; }
a { background-color: rgb(145,23,102); }
div.DivClassName
{
background-color: #911766;
}
.BgClassName
{
background-color: #911766;
}
</style>
border-color css
<style>
span { border-color: #911766; }
span { border-color: rgb(145,23,102); }
td.TdClassName
{
border-color: #911766;
}
.TagClassName
{
border-color: #911766;
}
</style>