Shades of Eggplant #910772
Tints of Eggplant #910772
RGB
CMYK
RGB Variations
Color information
#910772 (or 0x910772) is known color: Eggplant. HEX triplet: 91, 07 and 72. RGB value is (145,7,114). Sum of RGB (Red+Green+Blue) = 145+7+114=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #910772 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910772 is #6EF88D. Grayscale: #3C3C3C. Windows color (decimal): -7272590 or 7473041. OLE color: 7473041.
HSL color Cylindrical-coordinate representation of color #910772: hue angle of 313.48º 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 #910772 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 114 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.43 |
| HSL | 313.48º | 0.91% | 0.3% | - |
| HSV(B) | 313.48º | 0.95% | 0.57% | - |
| XYZ | 14.79 | 7.39 | 16.57 | - |
| YUV | 60.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 114 | 0 | 0.95 | 0.21 | 0.43 | 313.48 | 0.91 | 0.3 |
| Hex | 91 | 7 | 72 | 0 | 5F | 15 | 2B | 139 | 5B | 1E |
| Octal | 221 | 7 | 162 | 0 | 137 | 25 | 53 | 471 | 133 | 36 |
| Binary | 10010001 | 111 | 1110010 | 0 | 1011111 | 10101 | 101011 | 100111001 | 1011011 | 11110 |
Color Harmonies of #910772
Complementary color
Monochromatic Colors of #910772
Black with #910772
Text Example
Text Example
White with #910772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910772; }
p { color: rgb(145,7,114); }
H1.HeaderClassName
{
color: #910772;
}
.AnyTagClassName
{
color: #910772;
}
</style>
background-color css
<style>
a { background-color: #910772; }
a { background-color: rgb(145,7,114); }
div.DivClassName
{
background-color: #910772;
}
.BgClassName
{
background-color: #910772;
}
</style>
border-color css
<style>
span { border-color: #910772; }
span { border-color: rgb(145,7,114); }
td.TdClassName
{
border-color: #910772;
}
.TagClassName
{
border-color: #910772;
}
</style>