Shades of Eggplant #910E6D
Tints of Eggplant #910E6D
RGB
CMYK
RGB Variations
Color information
#910E6D (or 0x910E6D) is known color: Eggplant. HEX triplet: 91, 0E and 6D. RGB value is (145,14,109). Sum of RGB (Red+Green+Blue) = 145+14+109=268 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.10% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 145 - color contains mainly: red. Hex color #910E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E6D is #6EF192. Grayscale: #3F3F3F. Windows color (decimal): -7270803 or 7147153. OLE color: 7147153.
HSL color Cylindrical-coordinate representation of color #910E6D: hue angle of 316.49º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E6D is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 109 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.43 |
| HSL | 316.49º | 0.82% | 0.31% | - |
| HSV(B) | 316.49º | 0.9% | 0.57% | - |
| XYZ | 14.59 | 7.44 | 15.13 | - |
| YUV | 64 | 153.4 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 109 | 0 | 0.90 | 0.25 | 0.43 | 316.49 | 0.82 | 0.31 |
| Hex | 91 | E | 6D | 0 | 5A | 19 | 2B | 13C | 52 | 1F |
| Octal | 221 | 16 | 155 | 0 | 132 | 31 | 53 | 474 | 122 | 37 |
| Binary | 10010001 | 1110 | 1101101 | 0 | 1011010 | 11001 | 101011 | 100111100 | 1010010 | 11111 |
Color Harmonies of #910E6D
Complementary color
Monochromatic Colors of #910E6D
Black with #910E6D
Text Example
Text Example
White with #910E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E6D; }
p { color: rgb(145,14,109); }
H1.HeaderClassName
{
color: #910E6D;
}
.AnyTagClassName
{
color: #910E6D;
}
</style>
background-color css
<style>
a { background-color: #910E6D; }
a { background-color: rgb(145,14,109); }
div.DivClassName
{
background-color: #910E6D;
}
.BgClassName
{
background-color: #910E6D;
}
</style>
border-color css
<style>
span { border-color: #910E6D; }
span { border-color: rgb(145,14,109); }
td.TdClassName
{
border-color: #910E6D;
}
.TagClassName
{
border-color: #910E6D;
}
</style>