Shades of Eggplant #910A5E
Tints of Eggplant #910A5E
RGB
CMYK
RGB Variations
Color information
#910A5E (or 0x910A5E) is known color: Eggplant. HEX triplet: 91, 0A and 5E. RGB value is (145,10,94). Sum of RGB (Red+Green+Blue) = 145+10+94=249 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.23% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 145 - color contains mainly: red. Hex color #910A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910A5E is #6EF5A1. Grayscale: #3B3B3B. Windows color (decimal): -7271842 or 6163089. OLE color: 6163089.
HSL color Cylindrical-coordinate representation of color #910A5E: hue angle of 322.67º 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 #910A5E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 94 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.43 |
| HSL | 322.67º | 0.87% | 0.3% | - |
| HSV(B) | 322.67º | 0.93% | 0.57% | - |
| XYZ | 13.81 | 7.04 | 11.22 | - |
| YUV | 59.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 94 | 0 | 0.93 | 0.35 | 0.43 | 322.67 | 0.87 | 0.3 |
| Hex | 91 | A | 5E | 0 | 5D | 23 | 2B | 143 | 57 | 1E |
| Octal | 221 | 12 | 136 | 0 | 135 | 43 | 53 | 503 | 127 | 36 |
| Binary | 10010001 | 1010 | 1011110 | 0 | 1011101 | 100011 | 101011 | 101000011 | 1010111 | 11110 |
Color Harmonies of #910A5E
Complementary color
Monochromatic Colors of #910A5E
Black with #910A5E
Text Example
Text Example
White with #910A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A5E; }
p { color: rgb(145,10,94); }
H1.HeaderClassName
{
color: #910A5E;
}
.AnyTagClassName
{
color: #910A5E;
}
</style>
background-color css
<style>
a { background-color: #910A5E; }
a { background-color: rgb(145,10,94); }
div.DivClassName
{
background-color: #910A5E;
}
.BgClassName
{
background-color: #910A5E;
}
</style>
border-color css
<style>
span { border-color: #910A5E; }
span { border-color: rgb(145,10,94); }
td.TdClassName
{
border-color: #910A5E;
}
.TagClassName
{
border-color: #910A5E;
}
</style>