Shades of Eggplant #910171
Tints of Eggplant #910171
RGB
CMYK
RGB Variations
Color information
#910171 (or 0x910171) is known color: Eggplant. HEX triplet: 91, 01 and 71. RGB value is (145,1,113). Sum of RGB (Red+Green+Blue) = 145+1+113=259 (34% of max value = 765). Red value is 145 (57.03% from 255 or 55.98% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 145 - color contains mainly: red. Hex color #910171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910171 is #6EFE8E. Grayscale: #383838. Windows color (decimal): -7274127 or 7405969. OLE color: 7405969.
HSL color Cylindrical-coordinate representation of color #910171: hue angle of 313.33º 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 #910171 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.43 |
| HSL | 313.33º | 0.99% | 0.29% | - |
| HSV(B) | 313.33º | 0.99% | 0.57% | - |
| XYZ | 14.67 | 7.23 | 16.25 | - |
| YUV | 56.82 | 159.71 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 1 | 113 | 0 | 0.99 | 0.22 | 0.43 | 313.33 | 0.99 | 0.29 |
| Hex | 91 | 1 | 71 | 0 | 63 | 16 | 2B | 139 | 63 | 1D |
| Octal | 221 | 1 | 161 | 0 | 143 | 26 | 53 | 471 | 143 | 35 |
| Binary | 10010001 | 1 | 1110001 | 0 | 1100011 | 10110 | 101011 | 100111001 | 1100011 | 11101 |
Color Harmonies of #910171
Complementary color
Monochromatic Colors of #910171
Black with #910171
Text Example
Text Example
White with #910171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910171; }
p { color: rgb(145,1,113); }
H1.HeaderClassName
{
color: #910171;
}
.AnyTagClassName
{
color: #910171;
}
</style>
background-color css
<style>
a { background-color: #910171; }
a { background-color: rgb(145,1,113); }
div.DivClassName
{
background-color: #910171;
}
.BgClassName
{
background-color: #910171;
}
</style>
border-color css
<style>
span { border-color: #910171; }
span { border-color: rgb(145,1,113); }
td.TdClassName
{
border-color: #910171;
}
.TagClassName
{
border-color: #910171;
}
</style>