Shades of Eggplant #910A59
Tints of Eggplant #910A59
RGB
CMYK
RGB Variations
Color information
#910A59 (or 0x910A59) is known color: Eggplant. HEX triplet: 91, 0A and 59. RGB value is (145,10,89). Sum of RGB (Red+Green+Blue) = 145+10+89=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #910A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A59 is #6EF5A6. Grayscale: #3B3B3B. Windows color (decimal): -7271847 or 5835409. OLE color: 5835409.
HSL color Cylindrical-coordinate representation of color #910A59: hue angle of 324.89º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A59 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 89 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.43 |
| HSL | 324.89º | 0.87% | 0.3% | - |
| HSV(B) | 324.89º | 0.93% | 0.57% | - |
| XYZ | 13.59 | 6.96 | 10.08 | - |
| YUV | 59.37 | 144.73 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 89 | 0 | 0.93 | 0.39 | 0.43 | 324.89 | 0.87 | 0.3 |
| Hex | 91 | A | 59 | 0 | 5D | 27 | 2B | 145 | 57 | 1E |
| Octal | 221 | 12 | 131 | 0 | 135 | 47 | 53 | 505 | 127 | 36 |
| Binary | 10010001 | 1010 | 1011001 | 0 | 1011101 | 100111 | 101011 | 101000101 | 1010111 | 11110 |
Color Harmonies of #910A59
Complementary color
Monochromatic Colors of #910A59
Black with #910A59
Text Example
Text Example
White with #910A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A59; }
p { color: rgb(145,10,89); }
H1.HeaderClassName
{
color: #910A59;
}
.AnyTagClassName
{
color: #910A59;
}
</style>
background-color css
<style>
a { background-color: #910A59; }
a { background-color: rgb(145,10,89); }
div.DivClassName
{
background-color: #910A59;
}
.BgClassName
{
background-color: #910A59;
}
</style>
border-color css
<style>
span { border-color: #910A59; }
span { border-color: rgb(145,10,89); }
td.TdClassName
{
border-color: #910A59;
}
.TagClassName
{
border-color: #910A59;
}
</style>