Shades of Venus #8E7A7D
Tints of Venus #8E7A7D
RGB
CMYK
RGB Variations
Color information
#8E7A7D (or 0x8E7A7D) is known color: Venus. HEX triplet: 8E, 7A and 7D. RGB value is (142,122,125). Sum of RGB (Red+Green+Blue) = 142+122+125=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A7D is #718582. Grayscale: #808080. Windows color (decimal): -7439747 or 8223374. OLE color: 8223374.
HSL color Cylindrical-coordinate representation of color #8E7A7D: hue angle of 351º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E7A7D is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 125 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.44 |
| HSL | 351º | 0.08% | 0.52% | - |
| HSV(B) | 351º | 0.14% | 0.56% | - |
| XYZ | 21.82 | 21.15 | 22.33 | - |
| YUV | 128.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 125 | 0 | 0.14 | 0.12 | 0.44 | 351 | 0.08 | 0.52 |
| Hex | 8E | 7A | 7D | 0 | E | C | 2C | 15F | 8 | 34 |
| Octal | 216 | 172 | 175 | 0 | 16 | 14 | 54 | 537 | 10 | 64 |
| Binary | 10001110 | 1111010 | 1111101 | 0 | 1110 | 1100 | 101100 | 101011111 | 1000 | 110100 |
Color Harmonies of #8E7A7D
Complementary color
Monochromatic Colors of #8E7A7D
Black with #8E7A7D
Text Example
Text Example
White with #8E7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A7D; }
p { color: rgb(142,122,125); }
H1.HeaderClassName
{
color: #8E7A7D;
}
.AnyTagClassName
{
color: #8E7A7D;
}
</style>
background-color css
<style>
a { background-color: #8E7A7D; }
a { background-color: rgb(142,122,125); }
div.DivClassName
{
background-color: #8E7A7D;
}
.BgClassName
{
background-color: #8E7A7D;
}
</style>
border-color css
<style>
span { border-color: #8E7A7D; }
span { border-color: rgb(142,122,125); }
td.TdClassName
{
border-color: #8E7A7D;
}
.TagClassName
{
border-color: #8E7A7D;
}
</style>