Shades of Eggplant #910056
Tints of Eggplant #910056
RGB
CMYK
RGB Variations
Color information
#910056 (or 0x910056) is known color: Eggplant. HEX triplet: 91, 00 and 56. RGB value is (145,0,86). Sum of RGB (Red+Green+Blue) = 145+0+86=231 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.77% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 145 - color contains mainly: red. Hex color #910056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910056 is #6EFFA9. Grayscale: #343434. Windows color (decimal): -7274410 or 5636241. OLE color: 5636241.
HSL color Cylindrical-coordinate representation of color #910056: hue angle of 324.41º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #910056 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.41 | 0.43 |
| HSL | 324.41º | 1% | 0.28% | - |
| HSV(B) | 324.41º | 1% | 0.57% | - |
| XYZ | 13.36 | 6.69 | 9.39 | - |
| YUV | 53.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 86 | 0 | 1 | 0.41 | 0.43 | 324.41 | 1 | 0.28 |
| Hex | 91 | 0 | 56 | 0 | 64 | 29 | 2B | 144 | 64 | 1C |
| Octal | 221 | 0 | 126 | 0 | 144 | 51 | 53 | 504 | 144 | 34 |
| Binary | 10010001 | 0 | 1010110 | 0 | 1100100 | 101001 | 101011 | 101000100 | 1100100 | 11100 |
Color Harmonies of #910056
Complementary color
Monochromatic Colors of #910056
Black with #910056
Text Example
Text Example
White with #910056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910056; }
p { color: rgb(145,0,86); }
H1.HeaderClassName
{
color: #910056;
}
.AnyTagClassName
{
color: #910056;
}
</style>
background-color css
<style>
a { background-color: #910056; }
a { background-color: rgb(145,0,86); }
div.DivClassName
{
background-color: #910056;
}
.BgClassName
{
background-color: #910056;
}
</style>
border-color css
<style>
span { border-color: #910056; }
span { border-color: rgb(145,0,86); }
td.TdClassName
{
border-color: #910056;
}
.TagClassName
{
border-color: #910056;
}
</style>