Shades of Venus #9D8688
Tints of Venus #9D8688
RGB
CMYK
RGB Variations
Color information
#9D8688 (or 0x9D8688) is known color: Venus. HEX triplet: 9D, 86 and 88. RGB value is (157,134,136). Sum of RGB (Red+Green+Blue) = 157+134+136=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8688 is #627977. Grayscale: #8D8D8D. Windows color (decimal): -6453624 or 8947357. OLE color: 8947357.
HSL color Cylindrical-coordinate representation of color #9D8688: hue angle of 354.78º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D8688 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 136 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.38 |
| HSL | 354.78º | 0.11% | 0.57% | - |
| HSV(B) | 354.78º | 0.15% | 0.62% | - |
| XYZ | 26.87 | 26 | 26.89 | - |
| YUV | 141.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 136 | 0 | 0.15 | 0.13 | 0.38 | 354.78 | 0.11 | 0.57 |
| Hex | 9D | 86 | 88 | 0 | F | D | 26 | 163 | B | 39 |
| Octal | 235 | 206 | 210 | 0 | 17 | 15 | 46 | 543 | 13 | 71 |
| Binary | 10011101 | 10000110 | 10001000 | 0 | 1111 | 1101 | 100110 | 101100011 | 1011 | 111001 |
Color Harmonies of #9D8688
Complementary color
Monochromatic Colors of #9D8688
Black with #9D8688
Text Example
Text Example
White with #9D8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8688; }
p { color: rgb(157,134,136); }
H1.HeaderClassName
{
color: #9D8688;
}
.AnyTagClassName
{
color: #9D8688;
}
</style>
background-color css
<style>
a { background-color: #9D8688; }
a { background-color: rgb(157,134,136); }
div.DivClassName
{
background-color: #9D8688;
}
.BgClassName
{
background-color: #9D8688;
}
</style>
border-color css
<style>
span { border-color: #9D8688; }
span { border-color: rgb(157,134,136); }
td.TdClassName
{
border-color: #9D8688;
}
.TagClassName
{
border-color: #9D8688;
}
</style>