Shades of Eggplant #910E5B
Tints of Eggplant #910E5B
RGB
CMYK
RGB Variations
Color information
#910E5B (or 0x910E5B) is known color: Eggplant. HEX triplet: 91, 0E and 5B. RGB value is (145,14,91). Sum of RGB (Red+Green+Blue) = 145+14+91=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #910E5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E5B is #6EF1A4. Grayscale: #3D3D3D. Windows color (decimal): -7270821 or 5967505. OLE color: 5967505.
HSL color Cylindrical-coordinate representation of color #910E5B: hue angle of 324.73º 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 #910E5B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 91 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.43 |
| HSL | 324.73º | 0.82% | 0.31% | - |
| HSV(B) | 324.73º | 0.9% | 0.57% | - |
| XYZ | 13.72 | 7.09 | 10.54 | - |
| YUV | 61.95 | 144.4 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 91 | 0 | 0.90 | 0.37 | 0.43 | 324.73 | 0.82 | 0.31 |
| Hex | 91 | E | 5B | 0 | 5A | 25 | 2B | 145 | 52 | 1F |
| Octal | 221 | 16 | 133 | 0 | 132 | 45 | 53 | 505 | 122 | 37 |
| Binary | 10010001 | 1110 | 1011011 | 0 | 1011010 | 100101 | 101011 | 101000101 | 1010010 | 11111 |
Color Harmonies of #910E5B
Complementary color
Monochromatic Colors of #910E5B
Black with #910E5B
Text Example
Text Example
White with #910E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E5B; }
p { color: rgb(145,14,91); }
H1.HeaderClassName
{
color: #910E5B;
}
.AnyTagClassName
{
color: #910E5B;
}
</style>
background-color css
<style>
a { background-color: #910E5B; }
a { background-color: rgb(145,14,91); }
div.DivClassName
{
background-color: #910E5B;
}
.BgClassName
{
background-color: #910E5B;
}
</style>
border-color css
<style>
span { border-color: #910E5B; }
span { border-color: rgb(145,14,91); }
td.TdClassName
{
border-color: #910E5B;
}
.TagClassName
{
border-color: #910E5B;
}
</style>