Shades of Eggplant #910D6B
Tints of Eggplant #910D6B
RGB
CMYK
RGB Variations
Color information
#910D6B (or 0x910D6B) is known color: Eggplant. HEX triplet: 91, 0D and 6B. RGB value is (145,13,107). Sum of RGB (Red+Green+Blue) = 145+13+107=265 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.72% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 145 - color contains mainly: red. Hex color #910D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D6B is #6EF294. Grayscale: #3E3E3E. Windows color (decimal): -7271061 or 7015825. OLE color: 7015825.
HSL color Cylindrical-coordinate representation of color #910D6B: hue angle of 317.27º 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 #910D6B is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 107 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.43 |
| HSL | 317.27º | 0.84% | 0.31% | - |
| HSV(B) | 317.27º | 0.91% | 0.57% | - |
| XYZ | 14.47 | 7.37 | 14.57 | - |
| YUV | 63.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 107 | 0 | 0.91 | 0.26 | 0.43 | 317.27 | 0.84 | 0.31 |
| Hex | 91 | D | 6B | 0 | 5B | 1A | 2B | 13D | 54 | 1F |
| Octal | 221 | 15 | 153 | 0 | 133 | 32 | 53 | 475 | 124 | 37 |
| Binary | 10010001 | 1101 | 1101011 | 0 | 1011011 | 11010 | 101011 | 100111101 | 1010100 | 11111 |
Color Harmonies of #910D6B
Complementary color
Monochromatic Colors of #910D6B
Black with #910D6B
Text Example
Text Example
White with #910D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D6B; }
p { color: rgb(145,13,107); }
H1.HeaderClassName
{
color: #910D6B;
}
.AnyTagClassName
{
color: #910D6B;
}
</style>
background-color css
<style>
a { background-color: #910D6B; }
a { background-color: rgb(145,13,107); }
div.DivClassName
{
background-color: #910D6B;
}
.BgClassName
{
background-color: #910D6B;
}
</style>
border-color css
<style>
span { border-color: #910D6B; }
span { border-color: rgb(145,13,107); }
td.TdClassName
{
border-color: #910D6B;
}
.TagClassName
{
border-color: #910D6B;
}
</style>