Shades of Venus #9D8789
Tints of Venus #9D8789
RGB
CMYK
RGB Variations
Color information
#9D8789 (or 0x9D8789) is known color: Venus. HEX triplet: 9D, 87 and 89. RGB value is (157,135,137). Sum of RGB (Red+Green+Blue) = 157+135+137=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8789 is #627876. Grayscale: #8D8D8D. Windows color (decimal): -6453367 or 9013149. OLE color: 9013149.
HSL color Cylindrical-coordinate representation of color #9D8789: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9D8789 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 135 | 137 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.38 |
| HSL | 354.55º | 0.1% | 0.57% | - |
| HSV(B) | 354.55º | 0.14% | 0.62% | - |
| XYZ | 27.08 | 26.3 | 27.32 | - |
| YUV | 141.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 135 | 137 | 0 | 0.14 | 0.13 | 0.38 | 354.55 | 0.1 | 0.57 |
| Hex | 9D | 87 | 89 | 0 | E | D | 26 | 163 | A | 39 |
| Octal | 235 | 207 | 211 | 0 | 16 | 15 | 46 | 543 | 12 | 71 |
| Binary | 10011101 | 10000111 | 10001001 | 0 | 1110 | 1101 | 100110 | 101100011 | 1010 | 111001 |
Color Harmonies of #9D8789
Complementary color
Monochromatic Colors of #9D8789
Black with #9D8789
Text Example
Text Example
White with #9D8789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8789; }
p { color: rgb(157,135,137); }
H1.HeaderClassName
{
color: #9D8789;
}
.AnyTagClassName
{
color: #9D8789;
}
</style>
background-color css
<style>
a { background-color: #9D8789; }
a { background-color: rgb(157,135,137); }
div.DivClassName
{
background-color: #9D8789;
}
.BgClassName
{
background-color: #9D8789;
}
</style>
border-color css
<style>
span { border-color: #9D8789; }
span { border-color: rgb(157,135,137); }
td.TdClassName
{
border-color: #9D8789;
}
.TagClassName
{
border-color: #9D8789;
}
</style>