Shades of Eggplant #910478
Tints of Eggplant #910478
RGB
CMYK
RGB Variations
Color information
#910478 (or 0x910478) is known color: Eggplant. HEX triplet: 91, 04 and 78. RGB value is (145,4,120). Sum of RGB (Red+Green+Blue) = 145+4+120=269 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.90% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 145 - color contains mainly: red. Hex color #910478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910478 is #6EFB87. Grayscale: #3B3B3B. Windows color (decimal): -7273352 or 7865489. OLE color: 7865489.
HSL color Cylindrical-coordinate representation of color #910478: hue angle of 310.64º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910478 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 4 | 120 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.43 |
| HSL | 310.64º | 0.95% | 0.29% | - |
| HSV(B) | 310.64º | 0.97% | 0.57% | - |
| XYZ | 15.11 | 7.46 | 18.41 | - |
| YUV | 59.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 4 | 120 | 0 | 0.97 | 0.17 | 0.43 | 310.64 | 0.95 | 0.29 |
| Hex | 91 | 4 | 78 | 0 | 61 | 11 | 2B | 137 | 5F | 1D |
| Octal | 221 | 4 | 170 | 0 | 141 | 21 | 53 | 467 | 137 | 35 |
| Binary | 10010001 | 100 | 1111000 | 0 | 1100001 | 10001 | 101011 | 100110111 | 1011111 | 11101 |
Color Harmonies of #910478
Complementary color
Monochromatic Colors of #910478
Black with #910478
Text Example
Text Example
White with #910478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910478; }
p { color: rgb(145,4,120); }
H1.HeaderClassName
{
color: #910478;
}
.AnyTagClassName
{
color: #910478;
}
</style>
background-color css
<style>
a { background-color: #910478; }
a { background-color: rgb(145,4,120); }
div.DivClassName
{
background-color: #910478;
}
.BgClassName
{
background-color: #910478;
}
</style>
border-color css
<style>
span { border-color: #910478; }
span { border-color: rgb(145,4,120); }
td.TdClassName
{
border-color: #910478;
}
.TagClassName
{
border-color: #910478;
}
</style>