Shades of Venus #9D848A
Tints of Venus #9D848A
RGB
CMYK
RGB Variations
Color information
#9D848A (or 0x9D848A) is known color: Venus. HEX triplet: 9D, 84 and 8A. RGB value is (157,132,138). Sum of RGB (Red+Green+Blue) = 157+132+138=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 157 - color contains mainly: red. Hex color #9D848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D848A is #627B75. Grayscale: #8C8C8C. Windows color (decimal): -6454134 or 9077917. OLE color: 9077917.
HSL color Cylindrical-coordinate representation of color #9D848A: hue angle of 345.6º 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 #9D848A is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 138 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.38 |
| HSL | 345.6º | 0.11% | 0.57% | - |
| HSV(B) | 345.6º | 0.16% | 0.62% | - |
| XYZ | 26.74 | 25.51 | 27.56 | - |
| YUV | 140.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 138 | 0 | 0.16 | 0.12 | 0.38 | 345.6 | 0.11 | 0.57 |
| Hex | 9D | 84 | 8A | 0 | 10 | C | 26 | 15A | B | 39 |
| Octal | 235 | 204 | 212 | 0 | 20 | 14 | 46 | 532 | 13 | 71 |
| Binary | 10011101 | 10000100 | 10001010 | 0 | 10000 | 1100 | 100110 | 101011010 | 1011 | 111001 |
Color Harmonies of #9D848A
Complementary color
Monochromatic Colors of #9D848A
Black with #9D848A
Text Example
Text Example
White with #9D848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D848A; }
p { color: rgb(157,132,138); }
H1.HeaderClassName
{
color: #9D848A;
}
.AnyTagClassName
{
color: #9D848A;
}
</style>
background-color css
<style>
a { background-color: #9D848A; }
a { background-color: rgb(157,132,138); }
div.DivClassName
{
background-color: #9D848A;
}
.BgClassName
{
background-color: #9D848A;
}
</style>
border-color css
<style>
span { border-color: #9D848A; }
span { border-color: rgb(157,132,138); }
td.TdClassName
{
border-color: #9D848A;
}
.TagClassName
{
border-color: #9D848A;
}
</style>