Shades of Eggplant #910063
Tints of Eggplant #910063
RGB
CMYK
RGB Variations
Color information
#910063 (or 0x910063) is known color: Eggplant. HEX triplet: 91, 00 and 63. RGB value is (145,0,99). Sum of RGB (Red+Green+Blue) = 145+0+99=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #910063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910063 is #6EFF9C. Grayscale: #363636. Windows color (decimal): -7274397 or 6488209. OLE color: 6488209.
HSL color Cylindrical-coordinate representation of color #910063: hue angle of 319.03º 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 #910063 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.32 | 0.43 |
| HSL | 319.03º | 1% | 0.28% | - |
| HSV(B) | 319.03º | 1% | 0.57% | - |
| XYZ | 13.93 | 6.92 | 12.41 | - |
| YUV | 54.64 | 153.04 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 0 | 99 | 0 | 1 | 0.32 | 0.43 | 319.03 | 1 | 0.28 |
| Hex | 91 | 0 | 63 | 0 | 64 | 20 | 2B | 13F | 64 | 1C |
| Octal | 221 | 0 | 143 | 0 | 144 | 40 | 53 | 477 | 144 | 34 |
| Binary | 10010001 | 0 | 1100011 | 0 | 1100100 | 100000 | 101011 | 100111111 | 1100100 | 11100 |
Color Harmonies of #910063
Complementary color
Monochromatic Colors of #910063
Black with #910063
Text Example
Text Example
White with #910063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910063; }
p { color: rgb(145,0,99); }
H1.HeaderClassName
{
color: #910063;
}
.AnyTagClassName
{
color: #910063;
}
</style>
background-color css
<style>
a { background-color: #910063; }
a { background-color: rgb(145,0,99); }
div.DivClassName
{
background-color: #910063;
}
.BgClassName
{
background-color: #910063;
}
</style>
border-color css
<style>
span { border-color: #910063; }
span { border-color: rgb(145,0,99); }
td.TdClassName
{
border-color: #910063;
}
.TagClassName
{
border-color: #910063;
}
</style>