Shades of Eggplant #910E6B
Tints of Eggplant #910E6B
RGB
CMYK
RGB Variations
Color information
#910E6B (or 0x910E6B) is known color: Eggplant. HEX triplet: 91, 0E and 6B. RGB value is (145,14,107). Sum of RGB (Red+Green+Blue) = 145+14+107=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #910E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E6B is #6EF194. Grayscale: #3F3F3F. Windows color (decimal): -7270805 or 7016081. OLE color: 7016081.
HSL color Cylindrical-coordinate representation of color #910E6B: hue angle of 317.4º 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 #910E6B is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 107 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.43 |
| HSL | 317.4º | 0.82% | 0.31% | - |
| HSV(B) | 317.4º | 0.9% | 0.57% | - |
| XYZ | 14.49 | 7.4 | 14.57 | - |
| YUV | 63.77 | 152.4 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 107 | 0 | 0.90 | 0.26 | 0.43 | 317.4 | 0.82 | 0.31 |
| Hex | 91 | E | 6B | 0 | 5A | 1A | 2B | 13D | 52 | 1F |
| Octal | 221 | 16 | 153 | 0 | 132 | 32 | 53 | 475 | 122 | 37 |
| Binary | 10010001 | 1110 | 1101011 | 0 | 1011010 | 11010 | 101011 | 100111101 | 1010010 | 11111 |
Color Harmonies of #910E6B
Complementary color
Monochromatic Colors of #910E6B
Black with #910E6B
Text Example
Text Example
White with #910E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E6B; }
p { color: rgb(145,14,107); }
H1.HeaderClassName
{
color: #910E6B;
}
.AnyTagClassName
{
color: #910E6B;
}
</style>
background-color css
<style>
a { background-color: #910E6B; }
a { background-color: rgb(145,14,107); }
div.DivClassName
{
background-color: #910E6B;
}
.BgClassName
{
background-color: #910E6B;
}
</style>
border-color css
<style>
span { border-color: #910E6B; }
span { border-color: rgb(145,14,107); }
td.TdClassName
{
border-color: #910E6B;
}
.TagClassName
{
border-color: #910E6B;
}
</style>