Shades of Eggplant #910053
Tints of Eggplant #910053
RGB
CMYK
RGB Variations
Color information
#910053 (or 0x910053) is known color: Eggplant. HEX triplet: 91, 00 and 53. RGB value is (145,0,83). Sum of RGB (Red+Green+Blue) = 145+0+83=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #910053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910053 is #6EFFAC. Grayscale: #343434. Windows color (decimal): -7274413 or 5439633. OLE color: 5439633.
HSL color Cylindrical-coordinate representation of color #910053: hue angle of 325.66º 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 #910053 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.43 | 0.43 |
| HSL | 325.66º | 1% | 0.28% | - |
| HSV(B) | 325.66º | 1% | 0.57% | - |
| XYZ | 13.24 | 6.64 | 8.77 | - |
| YUV | 52.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 83 | 0 | 1 | 0.43 | 0.43 | 325.66 | 1 | 0.28 |
| Hex | 91 | 0 | 53 | 0 | 64 | 2B | 2B | 146 | 64 | 1C |
| Octal | 221 | 0 | 123 | 0 | 144 | 53 | 53 | 506 | 144 | 34 |
| Binary | 10010001 | 0 | 1010011 | 0 | 1100100 | 101011 | 101011 | 101000110 | 1100100 | 11100 |
Color Harmonies of #910053
Complementary color
Monochromatic Colors of #910053
Black with #910053
Text Example
Text Example
White with #910053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910053; }
p { color: rgb(145,0,83); }
H1.HeaderClassName
{
color: #910053;
}
.AnyTagClassName
{
color: #910053;
}
</style>
background-color css
<style>
a { background-color: #910053; }
a { background-color: rgb(145,0,83); }
div.DivClassName
{
background-color: #910053;
}
.BgClassName
{
background-color: #910053;
}
</style>
border-color css
<style>
span { border-color: #910053; }
span { border-color: rgb(145,0,83); }
td.TdClassName
{
border-color: #910053;
}
.TagClassName
{
border-color: #910053;
}
</style>