Shades of Eggplant #910050
Tints of Eggplant #910050
RGB
CMYK
RGB Variations
Color information
#910050 (or 0x910050) is known color: Eggplant. HEX triplet: 91, 00 and 50. RGB value is (145,0,80). Sum of RGB (Red+Green+Blue) = 145+0+80=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #910050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910050 is #6EFFAF. Grayscale: #343434. Windows color (decimal): -7274416 or 5243025. OLE color: 5243025.
HSL color Cylindrical-coordinate representation of color #910050: hue angle of 326.9º 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 #910050 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.45 | 0.43 |
| HSL | 326.9º | 1% | 0.28% | - |
| HSV(B) | 326.9º | 1% | 0.57% | - |
| XYZ | 13.13 | 6.6 | 8.17 | - |
| YUV | 52.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 80 | 0 | 1 | 0.45 | 0.43 | 326.9 | 1 | 0.28 |
| Hex | 91 | 0 | 50 | 0 | 64 | 2D | 2B | 147 | 64 | 1C |
| Octal | 221 | 0 | 120 | 0 | 144 | 55 | 53 | 507 | 144 | 34 |
| Binary | 10010001 | 0 | 1010000 | 0 | 1100100 | 101101 | 101011 | 101000111 | 1100100 | 11100 |
Color Harmonies of #910050
Complementary color
Monochromatic Colors of #910050
Black with #910050
Text Example
Text Example
White with #910050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910050; }
p { color: rgb(145,0,80); }
H1.HeaderClassName
{
color: #910050;
}
.AnyTagClassName
{
color: #910050;
}
</style>
background-color css
<style>
a { background-color: #910050; }
a { background-color: rgb(145,0,80); }
div.DivClassName
{
background-color: #910050;
}
.BgClassName
{
background-color: #910050;
}
</style>
border-color css
<style>
span { border-color: #910050; }
span { border-color: rgb(145,0,80); }
td.TdClassName
{
border-color: #910050;
}
.TagClassName
{
border-color: #910050;
}
</style>