Shades of Eggplant #910054
Tints of Eggplant #910054
RGB
CMYK
RGB Variations
Color information
#910054 (or 0x910054) is known color: Eggplant. HEX triplet: 91, 00 and 54. RGB value is (145,0,84). Sum of RGB (Red+Green+Blue) = 145+0+84=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #910054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910054 is #6EFFAB. Grayscale: #343434. Windows color (decimal): -7274412 or 5505169. OLE color: 5505169.
HSL color Cylindrical-coordinate representation of color #910054: hue angle of 325.24º 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 #910054 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.42 | 0.43 |
| HSL | 325.24º | 1% | 0.28% | - |
| HSV(B) | 325.24º | 1% | 0.57% | - |
| XYZ | 13.28 | 6.66 | 8.97 | - |
| YUV | 52.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 84 | 0 | 1 | 0.42 | 0.43 | 325.24 | 1 | 0.28 |
| Hex | 91 | 0 | 54 | 0 | 64 | 2A | 2B | 145 | 64 | 1C |
| Octal | 221 | 0 | 124 | 0 | 144 | 52 | 53 | 505 | 144 | 34 |
| Binary | 10010001 | 0 | 1010100 | 0 | 1100100 | 101010 | 101011 | 101000101 | 1100100 | 11100 |
Color Harmonies of #910054
Complementary color
Monochromatic Colors of #910054
Black with #910054
Text Example
Text Example
White with #910054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910054; }
p { color: rgb(145,0,84); }
H1.HeaderClassName
{
color: #910054;
}
.AnyTagClassName
{
color: #910054;
}
</style>
background-color css
<style>
a { background-color: #910054; }
a { background-color: rgb(145,0,84); }
div.DivClassName
{
background-color: #910054;
}
.BgClassName
{
background-color: #910054;
}
</style>
border-color css
<style>
span { border-color: #910054; }
span { border-color: rgb(145,0,84); }
td.TdClassName
{
border-color: #910054;
}
.TagClassName
{
border-color: #910054;
}
</style>