Shades of Eggplant #920171
Tints of Eggplant #920171
RGB
CMYK
RGB Variations
Color information
#920171 (or 0x920171) is known color: Eggplant. HEX triplet: 92, 01 and 71. RGB value is (146,1,113). Sum of RGB (Red+Green+Blue) = 146+1+113=260 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.15% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 146 - color contains mainly: red. Hex color #920171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920171 is #6DFE8E. Grayscale: #383838. Windows color (decimal): -7208591 or 7405970. OLE color: 7405970.
HSL color Cylindrical-coordinate representation of color #920171: hue angle of 313.66º 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 #920171 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.43 |
| HSL | 313.66º | 0.99% | 0.29% | - |
| HSV(B) | 313.66º | 0.99% | 0.57% | - |
| XYZ | 14.85 | 7.32 | 16.25 | - |
| YUV | 57.12 | 159.54 | 191.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 1 | 113 | 0 | 0.99 | 0.23 | 0.43 | 313.66 | 0.99 | 0.29 |
| Hex | 92 | 1 | 71 | 0 | 63 | 17 | 2B | 13A | 63 | 1D |
| Octal | 222 | 1 | 161 | 0 | 143 | 27 | 53 | 472 | 143 | 35 |
| Binary | 10010010 | 1 | 1110001 | 0 | 1100011 | 10111 | 101011 | 100111010 | 1100011 | 11101 |
Color Harmonies of #920171
Complementary color
Monochromatic Colors of #920171
Black with #920171
Text Example
Text Example
White with #920171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920171; }
p { color: rgb(146,1,113); }
H1.HeaderClassName
{
color: #920171;
}
.AnyTagClassName
{
color: #920171;
}
</style>
background-color css
<style>
a { background-color: #920171; }
a { background-color: rgb(146,1,113); }
div.DivClassName
{
background-color: #920171;
}
.BgClassName
{
background-color: #920171;
}
</style>
border-color css
<style>
span { border-color: #920171; }
span { border-color: rgb(146,1,113); }
td.TdClassName
{
border-color: #920171;
}
.TagClassName
{
border-color: #920171;
}
</style>