Shades of Eggplant #910778
Tints of Eggplant #910778
RGB
CMYK
RGB Variations
Color information
#910778 (or 0x910778) is known color: Eggplant. HEX triplet: 91, 07 and 78. RGB value is (145,7,120). Sum of RGB (Red+Green+Blue) = 145+7+120=272 (36% of max value = 765). Red value is 145 (57.03% from 255 or 53.31% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 145 - color contains mainly: red. Hex color #910778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910778 is #6EF887. Grayscale: #3C3C3C. Windows color (decimal): -7272584 or 7866257. OLE color: 7866257.
HSL color Cylindrical-coordinate representation of color #910778: hue angle of 310.87º 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 #910778 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 7 | 120 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.43 |
| HSL | 310.87º | 0.91% | 0.3% | - |
| HSV(B) | 310.87º | 0.95% | 0.57% | - |
| XYZ | 15.14 | 7.53 | 18.42 | - |
| YUV | 61.14 | 161.22 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 7 | 120 | 0 | 0.95 | 0.17 | 0.43 | 310.87 | 0.91 | 0.3 |
| Hex | 91 | 7 | 78 | 0 | 5F | 11 | 2B | 137 | 5B | 1E |
| Octal | 221 | 7 | 170 | 0 | 137 | 21 | 53 | 467 | 133 | 36 |
| Binary | 10010001 | 111 | 1111000 | 0 | 1011111 | 10001 | 101011 | 100110111 | 1011011 | 11110 |
Color Harmonies of #910778
Complementary color
Monochromatic Colors of #910778
Black with #910778
Text Example
Text Example
White with #910778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910778; }
p { color: rgb(145,7,120); }
H1.HeaderClassName
{
color: #910778;
}
.AnyTagClassName
{
color: #910778;
}
</style>
background-color css
<style>
a { background-color: #910778; }
a { background-color: rgb(145,7,120); }
div.DivClassName
{
background-color: #910778;
}
.BgClassName
{
background-color: #910778;
}
</style>
border-color css
<style>
span { border-color: #910778; }
span { border-color: rgb(145,7,120); }
td.TdClassName
{
border-color: #910778;
}
.TagClassName
{
border-color: #910778;
}
</style>