Shades of Venus #9B8389
Tints of Venus #9B8389
RGB
CMYK
RGB Variations
Color information
#9B8389 (or 0x9B8389) is known color: Venus. HEX triplet: 9B, 83 and 89. RGB value is (155,131,137). Sum of RGB (Red+Green+Blue) = 155+131+137=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8389 is #647C76. Grayscale: #8A8A8A. Windows color (decimal): -6585463 or 9012123. OLE color: 9012123.
HSL color Cylindrical-coordinate representation of color #9B8389: hue angle of 345º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9B8389 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 137 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.39 |
| HSL | 345º | 0.11% | 0.56% | - |
| HSV(B) | 345º | 0.15% | 0.61% | - |
| XYZ | 26.15 | 25.01 | 27.12 | - |
| YUV | 138.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 137 | 0 | 0.15 | 0.12 | 0.39 | 345 | 0.11 | 0.56 |
| Hex | 9B | 83 | 89 | 0 | F | C | 27 | 159 | B | 38 |
| Octal | 233 | 203 | 211 | 0 | 17 | 14 | 47 | 531 | 13 | 70 |
| Binary | 10011011 | 10000011 | 10001001 | 0 | 1111 | 1100 | 100111 | 101011001 | 1011 | 111000 |
Color Harmonies of #9B8389
Complementary color
Monochromatic Colors of #9B8389
Black with #9B8389
Text Example
Text Example
White with #9B8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8389; }
p { color: rgb(155,131,137); }
H1.HeaderClassName
{
color: #9B8389;
}
.AnyTagClassName
{
color: #9B8389;
}
</style>
background-color css
<style>
a { background-color: #9B8389; }
a { background-color: rgb(155,131,137); }
div.DivClassName
{
background-color: #9B8389;
}
.BgClassName
{
background-color: #9B8389;
}
</style>
border-color css
<style>
span { border-color: #9B8389; }
span { border-color: rgb(155,131,137); }
td.TdClassName
{
border-color: #9B8389;
}
.TagClassName
{
border-color: #9B8389;
}
</style>