Shades of Venus #9B868D
Tints of Venus #9B868D
RGB
CMYK
RGB Variations
Color information
#9B868D (or 0x9B868D) is known color: Venus. HEX triplet: 9B, 86 and 8D. RGB value is (155,134,141). Sum of RGB (Red+Green+Blue) = 155+134+141=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 155 - color contains mainly: red. Hex color #9B868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B868D is #647972. Grayscale: #8D8D8D. Windows color (decimal): -6584691 or 9275035. OLE color: 9275035.
HSL color Cylindrical-coordinate representation of color #9B868D: hue angle of 340º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B868D is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 141 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.39 |
| HSL | 340º | 0.1% | 0.57% | - |
| HSV(B) | 340º | 0.14% | 0.61% | - |
| XYZ | 26.85 | 25.94 | 28.79 | - |
| YUV | 141.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 141 | 0 | 0.14 | 0.09 | 0.39 | 340 | 0.1 | 0.57 |
| Hex | 9B | 86 | 8D | 0 | E | 9 | 27 | 154 | A | 39 |
| Octal | 233 | 206 | 215 | 0 | 16 | 11 | 47 | 524 | 12 | 71 |
| Binary | 10011011 | 10000110 | 10001101 | 0 | 1110 | 1001 | 100111 | 101010100 | 1010 | 111001 |
Color Harmonies of #9B868D
Complementary color
Monochromatic Colors of #9B868D
Black with #9B868D
Text Example
Text Example
White with #9B868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B868D; }
p { color: rgb(155,134,141); }
H1.HeaderClassName
{
color: #9B868D;
}
.AnyTagClassName
{
color: #9B868D;
}
</style>
background-color css
<style>
a { background-color: #9B868D; }
a { background-color: rgb(155,134,141); }
div.DivClassName
{
background-color: #9B868D;
}
.BgClassName
{
background-color: #9B868D;
}
</style>
border-color css
<style>
span { border-color: #9B868D; }
span { border-color: rgb(155,134,141); }
td.TdClassName
{
border-color: #9B868D;
}
.TagClassName
{
border-color: #9B868D;
}
</style>