Shades of Eggplant #910D6C
Tints of Eggplant #910D6C
RGB
CMYK
RGB Variations
Color information
#910D6C (or 0x910D6C) is known color: Eggplant. HEX triplet: 91, 0D and 6C. RGB value is (145,13,108). Sum of RGB (Red+Green+Blue) = 145+13+108=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #910D6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D6C is #6EF293. Grayscale: #3F3F3F. Windows color (decimal): -7271060 or 7081361. OLE color: 7081361.
HSL color Cylindrical-coordinate representation of color #910D6C: hue angle of 316.82º 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 #910D6C is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 108 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.43 |
| HSL | 316.82º | 0.84% | 0.31% | - |
| HSV(B) | 316.82º | 0.91% | 0.57% | - |
| XYZ | 14.53 | 7.39 | 14.85 | - |
| YUV | 63.3 | 153.23 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 108 | 0 | 0.91 | 0.26 | 0.43 | 316.82 | 0.84 | 0.31 |
| Hex | 91 | D | 6C | 0 | 5B | 1A | 2B | 13D | 54 | 1F |
| Octal | 221 | 15 | 154 | 0 | 133 | 32 | 53 | 475 | 124 | 37 |
| Binary | 10010001 | 1101 | 1101100 | 0 | 1011011 | 11010 | 101011 | 100111101 | 1010100 | 11111 |
Color Harmonies of #910D6C
Complementary color
Monochromatic Colors of #910D6C
Black with #910D6C
Text Example
Text Example
White with #910D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D6C; }
p { color: rgb(145,13,108); }
H1.HeaderClassName
{
color: #910D6C;
}
.AnyTagClassName
{
color: #910D6C;
}
</style>
background-color css
<style>
a { background-color: #910D6C; }
a { background-color: rgb(145,13,108); }
div.DivClassName
{
background-color: #910D6C;
}
.BgClassName
{
background-color: #910D6C;
}
</style>
border-color css
<style>
span { border-color: #910D6C; }
span { border-color: rgb(145,13,108); }
td.TdClassName
{
border-color: #910D6C;
}
.TagClassName
{
border-color: #910D6C;
}
</style>