Shades of Eggplant #910E5E
Tints of Eggplant #910E5E
RGB
CMYK
RGB Variations
Color information
#910E5E (or 0x910E5E) is known color: Eggplant. HEX triplet: 91, 0E and 5E. RGB value is (145,14,94). Sum of RGB (Red+Green+Blue) = 145+14+94=253 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.31% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 145 - color contains mainly: red. Hex color #910E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E5E is #6EF1A1. Grayscale: #3E3E3E. Windows color (decimal): -7270818 or 6164113. OLE color: 6164113.
HSL color Cylindrical-coordinate representation of color #910E5E: hue angle of 323.36º 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 #910E5E is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 94 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.43 |
| HSL | 323.36º | 0.82% | 0.31% | - |
| HSV(B) | 323.36º | 0.9% | 0.57% | - |
| XYZ | 13.85 | 7.14 | 11.24 | - |
| YUV | 62.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 94 | 0 | 0.90 | 0.35 | 0.43 | 323.36 | 0.82 | 0.31 |
| Hex | 91 | E | 5E | 0 | 5A | 23 | 2B | 143 | 52 | 1F |
| Octal | 221 | 16 | 136 | 0 | 132 | 43 | 53 | 503 | 122 | 37 |
| Binary | 10010001 | 1110 | 1011110 | 0 | 1011010 | 100011 | 101011 | 101000011 | 1010010 | 11111 |
Color Harmonies of #910E5E
Complementary color
Monochromatic Colors of #910E5E
Black with #910E5E
Text Example
Text Example
White with #910E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E5E; }
p { color: rgb(145,14,94); }
H1.HeaderClassName
{
color: #910E5E;
}
.AnyTagClassName
{
color: #910E5E;
}
</style>
background-color css
<style>
a { background-color: #910E5E; }
a { background-color: rgb(145,14,94); }
div.DivClassName
{
background-color: #910E5E;
}
.BgClassName
{
background-color: #910E5E;
}
</style>
border-color css
<style>
span { border-color: #910E5E; }
span { border-color: rgb(145,14,94); }
td.TdClassName
{
border-color: #910E5E;
}
.TagClassName
{
border-color: #910E5E;
}
</style>