Shades of Eggplant #910759
Tints of Eggplant #910759
RGB
CMYK
RGB Variations
Color information
#910759 (or 0x910759) is known color: Eggplant. HEX triplet: 91, 07 and 59. RGB value is (145,7,89). Sum of RGB (Red+Green+Blue) = 145+7+89=241 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.17% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 145 - color contains mainly: red. Hex color #910759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910759 is #6EF8A6. Grayscale: #393939. Windows color (decimal): -7272615 or 5834641. OLE color: 5834641.
HSL color Cylindrical-coordinate representation of color #910759: hue angle of 324.35º 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 #910759 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 89 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.43 |
| HSL | 324.35º | 0.91% | 0.3% | - |
| HSV(B) | 324.35º | 0.95% | 0.57% | - |
| XYZ | 13.56 | 6.89 | 10.07 | - |
| YUV | 57.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 89 | 0 | 0.95 | 0.39 | 0.43 | 324.35 | 0.91 | 0.3 |
| Hex | 91 | 7 | 59 | 0 | 5F | 27 | 2B | 144 | 5B | 1E |
| Octal | 221 | 7 | 131 | 0 | 137 | 47 | 53 | 504 | 133 | 36 |
| Binary | 10010001 | 111 | 1011001 | 0 | 1011111 | 100111 | 101011 | 101000100 | 1011011 | 11110 |
Color Harmonies of #910759
Complementary color
Monochromatic Colors of #910759
Black with #910759
Text Example
Text Example
White with #910759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910759; }
p { color: rgb(145,7,89); }
H1.HeaderClassName
{
color: #910759;
}
.AnyTagClassName
{
color: #910759;
}
</style>
background-color css
<style>
a { background-color: #910759; }
a { background-color: rgb(145,7,89); }
div.DivClassName
{
background-color: #910759;
}
.BgClassName
{
background-color: #910759;
}
</style>
border-color css
<style>
span { border-color: #910759; }
span { border-color: rgb(145,7,89); }
td.TdClassName
{
border-color: #910759;
}
.TagClassName
{
border-color: #910759;
}
</style>