Shades of Eggplant #910174
Tints of Eggplant #910174
RGB
CMYK
RGB Variations
Color information
#910174 (or 0x910174) is known color: Eggplant. HEX triplet: 91, 01 and 74. RGB value is (145,1,116). Sum of RGB (Red+Green+Blue) = 145+1+116=262 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.34% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 145 - color contains mainly: red. Hex color #910174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910174 is #6EFE8B. Grayscale: #383838. Windows color (decimal): -7274124 or 7602577. OLE color: 7602577.
HSL color Cylindrical-coordinate representation of color #910174: hue angle of 312.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #910174 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 116 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.43 |
| HSL | 312.08º | 0.99% | 0.29% | - |
| HSV(B) | 312.08º | 0.99% | 0.57% | - |
| XYZ | 14.84 | 7.3 | 17.15 | - |
| YUV | 57.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 116 | 0 | 0.99 | 0.2 | 0.43 | 312.08 | 0.99 | 0.29 |
| Hex | 91 | 1 | 74 | 0 | 63 | 14 | 2B | 138 | 63 | 1D |
| Octal | 221 | 1 | 164 | 0 | 143 | 24 | 53 | 470 | 143 | 35 |
| Binary | 10010001 | 1 | 1110100 | 0 | 1100011 | 10100 | 101011 | 100111000 | 1100011 | 11101 |
Color Harmonies of #910174
Complementary color
Monochromatic Colors of #910174
Black with #910174
Text Example
Text Example
White with #910174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910174; }
p { color: rgb(145,1,116); }
H1.HeaderClassName
{
color: #910174;
}
.AnyTagClassName
{
color: #910174;
}
</style>
background-color css
<style>
a { background-color: #910174; }
a { background-color: rgb(145,1,116); }
div.DivClassName
{
background-color: #910174;
}
.BgClassName
{
background-color: #910174;
}
</style>
border-color css
<style>
span { border-color: #910174; }
span { border-color: rgb(145,1,116); }
td.TdClassName
{
border-color: #910174;
}
.TagClassName
{
border-color: #910174;
}
</style>