Shades of Eggplant #910766
Tints of Eggplant #910766
RGB
CMYK
RGB Variations
Color information
#910766 (or 0x910766) is known color: Eggplant. HEX triplet: 91, 07 and 66. RGB value is (145,7,102). Sum of RGB (Red+Green+Blue) = 145+7+102=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 102 (40.23% from 255 or 40.16% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #910766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910766 is #6EF899. Grayscale: #3A3A3A. Windows color (decimal): -7272602 or 6686609. OLE color: 6686609.
HSL color Cylindrical-coordinate representation of color #910766: hue angle of 318.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910766 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 102 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.43 |
| HSL | 318.7º | 0.91% | 0.3% | - |
| HSV(B) | 318.7º | 0.95% | 0.57% | - |
| XYZ | 14.15 | 7.13 | 13.2 | - |
| YUV | 59.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 102 | 0 | 0.95 | 0.30 | 0.43 | 318.7 | 0.91 | 0.3 |
| Hex | 91 | 7 | 66 | 0 | 5F | 1E | 2B | 13F | 5B | 1E |
| Octal | 221 | 7 | 146 | 0 | 137 | 36 | 53 | 477 | 133 | 36 |
| Binary | 10010001 | 111 | 1100110 | 0 | 1011111 | 11110 | 101011 | 100111111 | 1011011 | 11110 |
Color Harmonies of #910766
Complementary color
Monochromatic Colors of #910766
Black with #910766
Text Example
Text Example
White with #910766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910766; }
p { color: rgb(145,7,102); }
H1.HeaderClassName
{
color: #910766;
}
.AnyTagClassName
{
color: #910766;
}
</style>
background-color css
<style>
a { background-color: #910766; }
a { background-color: rgb(145,7,102); }
div.DivClassName
{
background-color: #910766;
}
.BgClassName
{
background-color: #910766;
}
</style>
border-color css
<style>
span { border-color: #910766; }
span { border-color: rgb(145,7,102); }
td.TdClassName
{
border-color: #910766;
}
.TagClassName
{
border-color: #910766;
}
</style>