Shades of Venus #9D8188
Tints of Venus #9D8188
RGB
CMYK
RGB Variations
Color information
#9D8188 (or 0x9D8188) is known color: Venus. HEX triplet: 9D, 81 and 88. RGB value is (157,129,136). Sum of RGB (Red+Green+Blue) = 157+129+136=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8188 is #627E77. Grayscale: #8A8A8A. Windows color (decimal): -6454904 or 8946077. OLE color: 8946077.
HSL color Cylindrical-coordinate representation of color #9D8188: hue angle of 345º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8188 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 136 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.38 |
| HSL | 345º | 0.13% | 0.56% | - |
| HSV(B) | 345º | 0.18% | 0.62% | - |
| XYZ | 26.2 | 24.65 | 26.67 | - |
| YUV | 138.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 136 | 0 | 0.18 | 0.13 | 0.38 | 345 | 0.13 | 0.56 |
| Hex | 9D | 81 | 88 | 0 | 12 | D | 26 | 159 | C | 38 |
| Octal | 235 | 201 | 210 | 0 | 22 | 15 | 46 | 531 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10001000 | 0 | 10010 | 1101 | 100110 | 101011001 | 1100 | 111000 |
Color Harmonies of #9D8188
Complementary color
Monochromatic Colors of #9D8188
Black with #9D8188
Text Example
Text Example
White with #9D8188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8188; }
p { color: rgb(157,129,136); }
H1.HeaderClassName
{
color: #9D8188;
}
.AnyTagClassName
{
color: #9D8188;
}
</style>
background-color css
<style>
a { background-color: #9D8188; }
a { background-color: rgb(157,129,136); }
div.DivClassName
{
background-color: #9D8188;
}
.BgClassName
{
background-color: #9D8188;
}
</style>
border-color css
<style>
span { border-color: #9D8188; }
span { border-color: rgb(157,129,136); }
td.TdClassName
{
border-color: #9D8188;
}
.TagClassName
{
border-color: #9D8188;
}
</style>