Shades of Eggplant #910D5E
Tints of Eggplant #910D5E
RGB
CMYK
RGB Variations
Color information
#910D5E (or 0x910D5E) is known color: Eggplant. HEX triplet: 91, 0D and 5E. RGB value is (145,13,94). Sum of RGB (Red+Green+Blue) = 145+13+94=252 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.54% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 145 - color contains mainly: red. Hex color #910D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D5E is #6EF2A1. Grayscale: #3D3D3D. Windows color (decimal): -7271074 or 6163857. OLE color: 6163857.
HSL color Cylindrical-coordinate representation of color #910D5E: hue angle of 323.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D5E is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 94 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.43 |
| HSL | 323.18º | 0.84% | 0.31% | - |
| HSV(B) | 323.18º | 0.91% | 0.57% | - |
| XYZ | 13.84 | 7.12 | 11.23 | - |
| YUV | 61.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 94 | 0 | 0.91 | 0.35 | 0.43 | 323.18 | 0.84 | 0.31 |
| Hex | 91 | D | 5E | 0 | 5B | 23 | 2B | 143 | 54 | 1F |
| Octal | 221 | 15 | 136 | 0 | 133 | 43 | 53 | 503 | 124 | 37 |
| Binary | 10010001 | 1101 | 1011110 | 0 | 1011011 | 100011 | 101011 | 101000011 | 1010100 | 11111 |
Color Harmonies of #910D5E
Complementary color
Monochromatic Colors of #910D5E
Black with #910D5E
Text Example
Text Example
White with #910D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D5E; }
p { color: rgb(145,13,94); }
H1.HeaderClassName
{
color: #910D5E;
}
.AnyTagClassName
{
color: #910D5E;
}
</style>
background-color css
<style>
a { background-color: #910D5E; }
a { background-color: rgb(145,13,94); }
div.DivClassName
{
background-color: #910D5E;
}
.BgClassName
{
background-color: #910D5E;
}
</style>
border-color css
<style>
span { border-color: #910D5E; }
span { border-color: rgb(145,13,94); }
td.TdClassName
{
border-color: #910D5E;
}
.TagClassName
{
border-color: #910D5E;
}
</style>