Shades of Eggplant #910C59
Tints of Eggplant #910C59
RGB
CMYK
RGB Variations
Color information
#910C59 (or 0x910C59) is known color: Eggplant. HEX triplet: 91, 0C and 59. RGB value is (145,12,89). Sum of RGB (Red+Green+Blue) = 145+12+89=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #910C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C59 is #6EF3A6. Grayscale: #3C3C3C. Windows color (decimal): -7271335 or 5835921. OLE color: 5835921.
HSL color Cylindrical-coordinate representation of color #910C59: hue angle of 325.26º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C59 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 89 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.43 |
| HSL | 325.26º | 0.85% | 0.31% | - |
| HSV(B) | 325.26º | 0.92% | 0.57% | - |
| XYZ | 13.61 | 7 | 10.09 | - |
| YUV | 60.55 | 144.06 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 89 | 0 | 0.92 | 0.39 | 0.43 | 325.26 | 0.85 | 0.31 |
| Hex | 91 | C | 59 | 0 | 5C | 27 | 2B | 145 | 55 | 1F |
| Octal | 221 | 14 | 131 | 0 | 134 | 47 | 53 | 505 | 125 | 37 |
| Binary | 10010001 | 1100 | 1011001 | 0 | 1011100 | 100111 | 101011 | 101000101 | 1010101 | 11111 |
Color Harmonies of #910C59
Complementary color
Monochromatic Colors of #910C59
Black with #910C59
Text Example
Text Example
White with #910C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C59; }
p { color: rgb(145,12,89); }
H1.HeaderClassName
{
color: #910C59;
}
.AnyTagClassName
{
color: #910C59;
}
</style>
background-color css
<style>
a { background-color: #910C59; }
a { background-color: rgb(145,12,89); }
div.DivClassName
{
background-color: #910C59;
}
.BgClassName
{
background-color: #910C59;
}
</style>
border-color css
<style>
span { border-color: #910C59; }
span { border-color: rgb(145,12,89); }
td.TdClassName
{
border-color: #910C59;
}
.TagClassName
{
border-color: #910C59;
}
</style>