Shades of Venus #9D8287
Tints of Venus #9D8287
RGB
CMYK
RGB Variations
Color information
#9D8287 (or 0x9D8287) is known color: Venus. HEX triplet: 9D, 82 and 87. RGB value is (157,130,135). Sum of RGB (Red+Green+Blue) = 157+130+135=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8287 is #627D78. Grayscale: #8A8A8A. Windows color (decimal): -6454649 or 8880797. OLE color: 8880797.
HSL color Cylindrical-coordinate representation of color #9D8287: hue angle of 348.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8287 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 135 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.38 |
| HSL | 348.89º | 0.12% | 0.56% | - |
| HSV(B) | 348.89º | 0.17% | 0.62% | - |
| XYZ | 26.26 | 24.88 | 26.34 | - |
| YUV | 138.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 135 | 0 | 0.17 | 0.14 | 0.38 | 348.89 | 0.12 | 0.56 |
| Hex | 9D | 82 | 87 | 0 | 11 | E | 26 | 15D | C | 38 |
| Octal | 235 | 202 | 207 | 0 | 21 | 16 | 46 | 535 | 14 | 70 |
| Binary | 10011101 | 10000010 | 10000111 | 0 | 10001 | 1110 | 100110 | 101011101 | 1100 | 111000 |
Color Harmonies of #9D8287
Complementary color
Monochromatic Colors of #9D8287
Black with #9D8287
Text Example
Text Example
White with #9D8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8287; }
p { color: rgb(157,130,135); }
H1.HeaderClassName
{
color: #9D8287;
}
.AnyTagClassName
{
color: #9D8287;
}
</style>
background-color css
<style>
a { background-color: #9D8287; }
a { background-color: rgb(157,130,135); }
div.DivClassName
{
background-color: #9D8287;
}
.BgClassName
{
background-color: #9D8287;
}
</style>
border-color css
<style>
span { border-color: #9D8287; }
span { border-color: rgb(157,130,135); }
td.TdClassName
{
border-color: #9D8287;
}
.TagClassName
{
border-color: #9D8287;
}
</style>