Shades of Eggplant #910D5D
Tints of Eggplant #910D5D
RGB
CMYK
RGB Variations
Color information
#910D5D (or 0x910D5D) is known color: Eggplant. HEX triplet: 91, 0D and 5D. RGB value is (145,13,93). Sum of RGB (Red+Green+Blue) = 145+13+93=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #910D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D5D is #6EF2A2. Grayscale: #3D3D3D. Windows color (decimal): -7271075 or 6098321. OLE color: 6098321.
HSL color Cylindrical-coordinate representation of color #910D5D: hue angle of 323.64º 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 #910D5D is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 93 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.43 |
| HSL | 323.64º | 0.84% | 0.31% | - |
| HSV(B) | 323.64º | 0.91% | 0.57% | - |
| XYZ | 13.8 | 7.1 | 11 | - |
| YUV | 61.59 | 145.73 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 93 | 0 | 0.91 | 0.36 | 0.43 | 323.64 | 0.84 | 0.31 |
| Hex | 91 | D | 5D | 0 | 5B | 24 | 2B | 144 | 54 | 1F |
| Octal | 221 | 15 | 135 | 0 | 133 | 44 | 53 | 504 | 124 | 37 |
| Binary | 10010001 | 1101 | 1011101 | 0 | 1011011 | 100100 | 101011 | 101000100 | 1010100 | 11111 |
Color Harmonies of #910D5D
Complementary color
Monochromatic Colors of #910D5D
Black with #910D5D
Text Example
Text Example
White with #910D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D5D; }
p { color: rgb(145,13,93); }
H1.HeaderClassName
{
color: #910D5D;
}
.AnyTagClassName
{
color: #910D5D;
}
</style>
background-color css
<style>
a { background-color: #910D5D; }
a { background-color: rgb(145,13,93); }
div.DivClassName
{
background-color: #910D5D;
}
.BgClassName
{
background-color: #910D5D;
}
</style>
border-color css
<style>
span { border-color: #910D5D; }
span { border-color: rgb(145,13,93); }
td.TdClassName
{
border-color: #910D5D;
}
.TagClassName
{
border-color: #910D5D;
}
</style>