Shades of Venus #9D8487
Tints of Venus #9D8487
RGB
CMYK
RGB Variations
Color information
#9D8487 (or 0x9D8487) is known color: Venus. HEX triplet: 9D, 84 and 87. RGB value is (157,132,135). Sum of RGB (Red+Green+Blue) = 157+132+135=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8487 is #627B78. Grayscale: #8B8B8B. Windows color (decimal): -6454137 or 8881309. OLE color: 8881309.
HSL color Cylindrical-coordinate representation of color #9D8487: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8487 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 135 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.38 |
| HSL | 352.8º | 0.11% | 0.57% | - |
| HSV(B) | 352.8º | 0.16% | 0.62% | - |
| XYZ | 26.53 | 25.42 | 26.43 | - |
| YUV | 139.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 135 | 0 | 0.16 | 0.14 | 0.38 | 352.8 | 0.11 | 0.57 |
| Hex | 9D | 84 | 87 | 0 | 10 | E | 26 | 161 | B | 39 |
| Octal | 235 | 204 | 207 | 0 | 20 | 16 | 46 | 541 | 13 | 71 |
| Binary | 10011101 | 10000100 | 10000111 | 0 | 10000 | 1110 | 100110 | 101100001 | 1011 | 111001 |
Color Harmonies of #9D8487
Complementary color
Monochromatic Colors of #9D8487
Black with #9D8487
Text Example
Text Example
White with #9D8487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8487; }
p { color: rgb(157,132,135); }
H1.HeaderClassName
{
color: #9D8487;
}
.AnyTagClassName
{
color: #9D8487;
}
</style>
background-color css
<style>
a { background-color: #9D8487; }
a { background-color: rgb(157,132,135); }
div.DivClassName
{
background-color: #9D8487;
}
.BgClassName
{
background-color: #9D8487;
}
</style>
border-color css
<style>
span { border-color: #9D8487; }
span { border-color: rgb(157,132,135); }
td.TdClassName
{
border-color: #9D8487;
}
.TagClassName
{
border-color: #9D8487;
}
</style>