Shades of Venus #9D8C90
Tints of Venus #9D8C90
RGB
CMYK
RGB Variations
Color information
#9D8C90 (or 0x9D8C90) is known color: Venus. HEX triplet: 9D, 8C and 90. RGB value is (157,140,144). Sum of RGB (Red+Green+Blue) = 157+140+144=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8C90 is #62736F. Grayscale: #919191. Windows color (decimal): -6452080 or 9473181. OLE color: 9473181.
HSL color Cylindrical-coordinate representation of color #9D8C90: hue angle of 345.88º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9D8C90 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 140 | 144 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.38 |
| HSL | 345.88º | 0.08% | 0.58% | - |
| HSV(B) | 345.88º | 0.11% | 0.62% | - |
| XYZ | 28.32 | 27.94 | 30.29 | - |
| YUV | 145.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 144 | 0 | 0.11 | 0.08 | 0.38 | 345.88 | 0.08 | 0.58 |
| Hex | 9D | 8C | 90 | 0 | B | 8 | 26 | 15A | 8 | 3A |
| Octal | 235 | 214 | 220 | 0 | 13 | 10 | 46 | 532 | 10 | 72 |
| Binary | 10011101 | 10001100 | 10010000 | 0 | 1011 | 1000 | 100110 | 101011010 | 1000 | 111010 |
Color Harmonies of #9D8C90
Complementary color
Monochromatic Colors of #9D8C90
Black with #9D8C90
Text Example
Text Example
White with #9D8C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8C90; }
p { color: rgb(157,140,144); }
H1.HeaderClassName
{
color: #9D8C90;
}
.AnyTagClassName
{
color: #9D8C90;
}
</style>
background-color css
<style>
a { background-color: #9D8C90; }
a { background-color: rgb(157,140,144); }
div.DivClassName
{
background-color: #9D8C90;
}
.BgClassName
{
background-color: #9D8C90;
}
</style>
border-color css
<style>
span { border-color: #9D8C90; }
span { border-color: rgb(157,140,144); }
td.TdClassName
{
border-color: #9D8C90;
}
.TagClassName
{
border-color: #9D8C90;
}
</style>