Shades of Venus #9D8C8E
Tints of Venus #9D8C8E
RGB
CMYK
RGB Variations
Color information
#9D8C8E (or 0x9D8C8E) is known color: Venus. HEX triplet: 9D, 8C and 8E. RGB value is (157,140,142). Sum of RGB (Red+Green+Blue) = 157+140+142=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8C8E is #627371. Grayscale: #919191. Windows color (decimal): -6452082 or 9342109. OLE color: 9342109.
HSL color Cylindrical-coordinate representation of color #9D8C8E: hue angle of 352.94º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D8C8E is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 142 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.38 |
| HSL | 352.94º | 0.08% | 0.58% | - |
| HSV(B) | 352.94º | 0.11% | 0.62% | - |
| XYZ | 28.17 | 27.88 | 29.49 | - |
| YUV | 145.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 142 | 0 | 0.11 | 0.10 | 0.38 | 352.94 | 0.08 | 0.58 |
| Hex | 9D | 8C | 8E | 0 | B | A | 26 | 161 | 8 | 3A |
| Octal | 235 | 214 | 216 | 0 | 13 | 12 | 46 | 541 | 10 | 72 |
| Binary | 10011101 | 10001100 | 10001110 | 0 | 1011 | 1010 | 100110 | 101100001 | 1000 | 111010 |
Color Harmonies of #9D8C8E
Complementary color
Monochromatic Colors of #9D8C8E
Black with #9D8C8E
Text Example
Text Example
White with #9D8C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C8E; }
p { color: rgb(157,140,142); }
H1.HeaderClassName
{
color: #9D8C8E;
}
.AnyTagClassName
{
color: #9D8C8E;
}
</style>
background-color css
<style>
a { background-color: #9D8C8E; }
a { background-color: rgb(157,140,142); }
div.DivClassName
{
background-color: #9D8C8E;
}
.BgClassName
{
background-color: #9D8C8E;
}
</style>
border-color css
<style>
span { border-color: #9D8C8E; }
span { border-color: rgb(157,140,142); }
td.TdClassName
{
border-color: #9D8C8E;
}
.TagClassName
{
border-color: #9D8C8E;
}
</style>