Shades of Venus #9B8289
Tints of Venus #9B8289
RGB
CMYK
RGB Variations
Color information
#9B8289 (or 0x9B8289) is known color: Venus. HEX triplet: 9B, 82 and 89. RGB value is (155,130,137). Sum of RGB (Red+Green+Blue) = 155+130+137=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8289 is #647D76. Grayscale: #8A8A8A. Windows color (decimal): -6585719 or 9011867. OLE color: 9011867.
HSL color Cylindrical-coordinate representation of color #9B8289: hue angle of 343.2º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9B8289 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 137 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.39 |
| HSL | 343.2º | 0.11% | 0.56% | - |
| HSV(B) | 343.2º | 0.16% | 0.61% | - |
| XYZ | 26.02 | 24.74 | 27.07 | - |
| YUV | 138.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 137 | 0 | 0.16 | 0.12 | 0.39 | 343.2 | 0.11 | 0.56 |
| Hex | 9B | 82 | 89 | 0 | 10 | C | 27 | 157 | B | 38 |
| Octal | 233 | 202 | 211 | 0 | 20 | 14 | 47 | 527 | 13 | 70 |
| Binary | 10011011 | 10000010 | 10001001 | 0 | 10000 | 1100 | 100111 | 101010111 | 1011 | 111000 |
Color Harmonies of #9B8289
Complementary color
Monochromatic Colors of #9B8289
Black with #9B8289
Text Example
Text Example
White with #9B8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8289; }
p { color: rgb(155,130,137); }
H1.HeaderClassName
{
color: #9B8289;
}
.AnyTagClassName
{
color: #9B8289;
}
</style>
background-color css
<style>
a { background-color: #9B8289; }
a { background-color: rgb(155,130,137); }
div.DivClassName
{
background-color: #9B8289;
}
.BgClassName
{
background-color: #9B8289;
}
</style>
border-color css
<style>
span { border-color: #9B8289; }
span { border-color: rgb(155,130,137); }
td.TdClassName
{
border-color: #9B8289;
}
.TagClassName
{
border-color: #9B8289;
}
</style>