Shades of Eggplant #910763
Tints of Eggplant #910763
RGB
CMYK
RGB Variations
Color information
#910763 (or 0x910763) is known color: Eggplant. HEX triplet: 91, 07 and 63. RGB value is (145,7,99). Sum of RGB (Red+Green+Blue) = 145+7+99=251 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.77% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 99 (39.06% from 255 or 39.44% from 251); Max value from RGB is 145 - color contains mainly: red. Hex color #910763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910763 is #6EF89C. Grayscale: #3A3A3A. Windows color (decimal): -7272605 or 6490001. OLE color: 6490001.
HSL color Cylindrical-coordinate representation of color #910763: hue angle of 320º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #910763 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 99 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.43 |
| HSL | 320º | 0.91% | 0.3% | - |
| HSV(B) | 320º | 0.95% | 0.57% | - |
| XYZ | 14.01 | 7.07 | 12.43 | - |
| YUV | 58.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 99 | 0 | 0.95 | 0.32 | 0.43 | 320 | 0.91 | 0.3 |
| Hex | 91 | 7 | 63 | 0 | 5F | 20 | 2B | 140 | 5B | 1E |
| Octal | 221 | 7 | 143 | 0 | 137 | 40 | 53 | 500 | 133 | 36 |
| Binary | 10010001 | 111 | 1100011 | 0 | 1011111 | 100000 | 101011 | 101000000 | 1011011 | 11110 |
Color Harmonies of #910763
Complementary color
Monochromatic Colors of #910763
Black with #910763
Text Example
Text Example
White with #910763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910763; }
p { color: rgb(145,7,99); }
H1.HeaderClassName
{
color: #910763;
}
.AnyTagClassName
{
color: #910763;
}
</style>
background-color css
<style>
a { background-color: #910763; }
a { background-color: rgb(145,7,99); }
div.DivClassName
{
background-color: #910763;
}
.BgClassName
{
background-color: #910763;
}
</style>
border-color css
<style>
span { border-color: #910763; }
span { border-color: rgb(145,7,99); }
td.TdClassName
{
border-color: #910763;
}
.TagClassName
{
border-color: #910763;
}
</style>