Shades of Venus #9D888D
Tints of Venus #9D888D
RGB
CMYK
RGB Variations
Color information
#9D888D (or 0x9D888D) is known color: Venus. HEX triplet: 9D, 88 and 8D. RGB value is (157,136,141). Sum of RGB (Red+Green+Blue) = 157+136+141=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D888D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D888D is #627772. Grayscale: #8E8E8E. Windows color (decimal): -6453107 or 9275549. OLE color: 9275549.
HSL color Cylindrical-coordinate representation of color #9D888D: hue angle of 345.71º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9D888D is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 141 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.38 |
| HSL | 345.71º | 0.1% | 0.57% | - |
| HSV(B) | 345.71º | 0.13% | 0.62% | - |
| XYZ | 27.52 | 26.7 | 28.9 | - |
| YUV | 142.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 141 | 0 | 0.13 | 0.10 | 0.38 | 345.71 | 0.1 | 0.57 |
| Hex | 9D | 88 | 8D | 0 | D | A | 26 | 15A | A | 39 |
| Octal | 235 | 210 | 215 | 0 | 15 | 12 | 46 | 532 | 12 | 71 |
| Binary | 10011101 | 10001000 | 10001101 | 0 | 1101 | 1010 | 100110 | 101011010 | 1010 | 111001 |
Color Harmonies of #9D888D
Complementary color
Monochromatic Colors of #9D888D
Black with #9D888D
Text Example
Text Example
White with #9D888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D888D; }
p { color: rgb(157,136,141); }
H1.HeaderClassName
{
color: #9D888D;
}
.AnyTagClassName
{
color: #9D888D;
}
</style>
background-color css
<style>
a { background-color: #9D888D; }
a { background-color: rgb(157,136,141); }
div.DivClassName
{
background-color: #9D888D;
}
.BgClassName
{
background-color: #9D888D;
}
</style>
border-color css
<style>
span { border-color: #9D888D; }
span { border-color: rgb(157,136,141); }
td.TdClassName
{
border-color: #9D888D;
}
.TagClassName
{
border-color: #9D888D;
}
</style>