Shades of Venus #8E6E7A
Tints of Venus #8E6E7A
RGB
CMYK
RGB Variations
Color information
#8E6E7A (or 0x8E6E7A) is known color: Venus. HEX triplet: 8E, 6E and 7A. RGB value is (142,110,122). Sum of RGB (Red+Green+Blue) = 142+110+122=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6E7A is #719185. Grayscale: #787878. Windows color (decimal): -7442822 or 8023694. OLE color: 8023694.
HSL color Cylindrical-coordinate representation of color #8E6E7A: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8E6E7A is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 122 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.44 |
| HSL | 337.5º | 0.13% | 0.49% | - |
| HSV(B) | 337.5º | 0.23% | 0.56% | - |
| XYZ | 20.24 | 18.31 | 20.88 | - |
| YUV | 120.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 122 | 0 | 0.23 | 0.14 | 0.44 | 337.5 | 0.13 | 0.49 |
| Hex | 8E | 6E | 7A | 0 | 17 | E | 2C | 152 | D | 31 |
| Octal | 216 | 156 | 172 | 0 | 27 | 16 | 54 | 522 | 15 | 61 |
| Binary | 10001110 | 1101110 | 1111010 | 0 | 10111 | 1110 | 101100 | 101010010 | 1101 | 110001 |
Color Harmonies of #8E6E7A
Complementary color
Monochromatic Colors of #8E6E7A
Black with #8E6E7A
Text Example
Text Example
White with #8E6E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E7A; }
p { color: rgb(142,110,122); }
H1.HeaderClassName
{
color: #8E6E7A;
}
.AnyTagClassName
{
color: #8E6E7A;
}
</style>
background-color css
<style>
a { background-color: #8E6E7A; }
a { background-color: rgb(142,110,122); }
div.DivClassName
{
background-color: #8E6E7A;
}
.BgClassName
{
background-color: #8E6E7A;
}
</style>
border-color css
<style>
span { border-color: #8E6E7A; }
span { border-color: rgb(142,110,122); }
td.TdClassName
{
border-color: #8E6E7A;
}
.TagClassName
{
border-color: #8E6E7A;
}
</style>