Shades of Eggplant #910574
Tints of Eggplant #910574
RGB
CMYK
RGB Variations
Color information
#910574 (or 0x910574) is known color: Eggplant. HEX triplet: 91, 05 and 74. RGB value is (145,5,116). Sum of RGB (Red+Green+Blue) = 145+5+116=266 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.51% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 145 - color contains mainly: red. Hex color #910574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910574 is #6EFA8B. Grayscale: #3B3B3B. Windows color (decimal): -7273100 or 7603601. OLE color: 7603601.
HSL color Cylindrical-coordinate representation of color #910574: hue angle of 312.43º degrees, saturation: 0.93, 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 #910574 is Cyan = 0, Magento = 0.97, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 5 | 116 | - |
| CMYK | 0 | 0.97 | 0.2 | 0.43 |
| HSL | 312.43º | 0.93% | 0.29% | - |
| HSV(B) | 312.43º | 0.97% | 0.57% | - |
| XYZ | 14.88 | 7.39 | 17.16 | - |
| YUV | 59.51 | 159.88 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 5 | 116 | 0 | 0.97 | 0.2 | 0.43 | 312.43 | 0.93 | 0.29 |
| Hex | 91 | 5 | 74 | 0 | 61 | 14 | 2B | 138 | 5D | 1D |
| Octal | 221 | 5 | 164 | 0 | 141 | 24 | 53 | 470 | 135 | 35 |
| Binary | 10010001 | 101 | 1110100 | 0 | 1100001 | 10100 | 101011 | 100111000 | 1011101 | 11101 |
Color Harmonies of #910574
Complementary color
Monochromatic Colors of #910574
Black with #910574
Text Example
Text Example
White with #910574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910574; }
p { color: rgb(145,5,116); }
H1.HeaderClassName
{
color: #910574;
}
.AnyTagClassName
{
color: #910574;
}
</style>
background-color css
<style>
a { background-color: #910574; }
a { background-color: rgb(145,5,116); }
div.DivClassName
{
background-color: #910574;
}
.BgClassName
{
background-color: #910574;
}
</style>
border-color css
<style>
span { border-color: #910574; }
span { border-color: rgb(145,5,116); }
td.TdClassName
{
border-color: #910574;
}
.TagClassName
{
border-color: #910574;
}
</style>