Shades of Venus #8E7179
Tints of Venus #8E7179
RGB
CMYK
RGB Variations
Color information
#8E7179 (or 0x8E7179) is known color: Venus. HEX triplet: 8E, 71 and 79. RGB value is (142,113,121). Sum of RGB (Red+Green+Blue) = 142+113+121=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7179 is #718E86. Grayscale: #7A7A7A. Windows color (decimal): -7442055 or 7958926. OLE color: 7958926.
HSL color Cylindrical-coordinate representation of color #8E7179: hue angle of 343.45º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7179 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 113 | 121 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.44 |
| HSL | 343.45º | 0.11% | 0.5% | - |
| HSV(B) | 343.45º | 0.2% | 0.56% | - |
| XYZ | 20.51 | 18.94 | 20.66 | - |
| YUV | 122.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 121 | 0 | 0.20 | 0.15 | 0.44 | 343.45 | 0.11 | 0.5 |
| Hex | 8E | 71 | 79 | 0 | 14 | F | 2C | 157 | B | 32 |
| Octal | 216 | 161 | 171 | 0 | 24 | 17 | 54 | 527 | 13 | 62 |
| Binary | 10001110 | 1110001 | 1111001 | 0 | 10100 | 1111 | 101100 | 101010111 | 1011 | 110010 |
Color Harmonies of #8E7179
Complementary color
Monochromatic Colors of #8E7179
Black with #8E7179
Text Example
Text Example
White with #8E7179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7179; }
p { color: rgb(142,113,121); }
H1.HeaderClassName
{
color: #8E7179;
}
.AnyTagClassName
{
color: #8E7179;
}
</style>
background-color css
<style>
a { background-color: #8E7179; }
a { background-color: rgb(142,113,121); }
div.DivClassName
{
background-color: #8E7179;
}
.BgClassName
{
background-color: #8E7179;
}
</style>
border-color css
<style>
span { border-color: #8E7179; }
span { border-color: rgb(142,113,121); }
td.TdClassName
{
border-color: #8E7179;
}
.TagClassName
{
border-color: #8E7179;
}
</style>