Shades of Eggplant #940177
Tints of Eggplant #940177
RGB
CMYK
RGB Variations
Color information
#940177 (or 0x940177) is known color: Eggplant. HEX triplet: 94, 01 and 77. RGB value is (148,1,119). Sum of RGB (Red+Green+Blue) = 148+1+119=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #940177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940177 is #6BFE88. Grayscale: #3A3A3A. Windows color (decimal): -7077513 or 7799188. OLE color: 7799188.
HSL color Cylindrical-coordinate representation of color #940177: hue angle of 311.84º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940177 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 119 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.42 |
| HSL | 311.84º | 0.99% | 0.29% | - |
| HSV(B) | 311.84º | 0.99% | 0.58% | - |
| XYZ | 15.55 | 7.65 | 18.11 | - |
| YUV | 58.41 | 162.2 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 119 | 0 | 0.99 | 0.20 | 0.42 | 311.84 | 0.99 | 0.29 |
| Hex | 94 | 1 | 77 | 0 | 63 | 14 | 2A | 138 | 63 | 1D |
| Octal | 224 | 1 | 167 | 0 | 143 | 24 | 52 | 470 | 143 | 35 |
| Binary | 10010100 | 1 | 1110111 | 0 | 1100011 | 10100 | 101010 | 100111000 | 1100011 | 11101 |
Color Harmonies of #940177
Complementary color
Monochromatic Colors of #940177
Black with #940177
Text Example
Text Example
White with #940177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940177; }
p { color: rgb(148,1,119); }
H1.HeaderClassName
{
color: #940177;
}
.AnyTagClassName
{
color: #940177;
}
</style>
background-color css
<style>
a { background-color: #940177; }
a { background-color: rgb(148,1,119); }
div.DivClassName
{
background-color: #940177;
}
.BgClassName
{
background-color: #940177;
}
</style>
border-color css
<style>
span { border-color: #940177; }
span { border-color: rgb(148,1,119); }
td.TdClassName
{
border-color: #940177;
}
.TagClassName
{
border-color: #940177;
}
</style>