Shades of Eggplant #910D63
Tints of Eggplant #910D63
RGB
CMYK
RGB Variations
Color information
#910D63 (or 0x910D63) is known color: Eggplant. HEX triplet: 91, 0D and 63. RGB value is (145,13,99). Sum of RGB (Red+Green+Blue) = 145+13+99=257 (34% of max value = 765). Red value is 145 (57.03% from 255 or 56.42% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 145 - color contains mainly: red. Hex color #910D63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D63 is #6EF29C. Grayscale: #3E3E3E. Windows color (decimal): -7271069 or 6491537. OLE color: 6491537.
HSL color Cylindrical-coordinate representation of color #910D63: hue angle of 320.91º 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 #910D63 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 99 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.43 |
| HSL | 320.91º | 0.84% | 0.31% | - |
| HSV(B) | 320.91º | 0.91% | 0.57% | - |
| XYZ | 14.07 | 7.21 | 12.45 | - |
| YUV | 62.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 99 | 0 | 0.91 | 0.32 | 0.43 | 320.91 | 0.84 | 0.31 |
| Hex | 91 | D | 63 | 0 | 5B | 20 | 2B | 141 | 54 | 1F |
| Octal | 221 | 15 | 143 | 0 | 133 | 40 | 53 | 501 | 124 | 37 |
| Binary | 10010001 | 1101 | 1100011 | 0 | 1011011 | 100000 | 101011 | 101000001 | 1010100 | 11111 |
Color Harmonies of #910D63
Complementary color
Monochromatic Colors of #910D63
Black with #910D63
Text Example
Text Example
White with #910D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D63; }
p { color: rgb(145,13,99); }
H1.HeaderClassName
{
color: #910D63;
}
.AnyTagClassName
{
color: #910D63;
}
</style>
background-color css
<style>
a { background-color: #910D63; }
a { background-color: rgb(145,13,99); }
div.DivClassName
{
background-color: #910D63;
}
.BgClassName
{
background-color: #910D63;
}
</style>
border-color css
<style>
span { border-color: #910D63; }
span { border-color: rgb(145,13,99); }
td.TdClassName
{
border-color: #910D63;
}
.TagClassName
{
border-color: #910D63;
}
</style>