Shades of Venus #9B8387
Tints of Venus #9B8387
RGB
CMYK
RGB Variations
Color information
#9B8387 (or 0x9B8387) is known color: Venus. HEX triplet: 9B, 83 and 87. RGB value is (155,131,135). Sum of RGB (Red+Green+Blue) = 155+131+135=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8387 is #647C78. Grayscale: #8A8A8A. Windows color (decimal): -6585465 or 8881051. OLE color: 8881051.
HSL color Cylindrical-coordinate representation of color #9B8387: hue angle of 350º 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 #9B8387 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 131 | 135 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.39 |
| HSL | 350º | 0.11% | 0.56% | - |
| HSV(B) | 350º | 0.15% | 0.61% | - |
| XYZ | 26.01 | 24.95 | 26.37 | - |
| YUV | 138.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 131 | 135 | 0 | 0.15 | 0.13 | 0.39 | 350 | 0.11 | 0.56 |
| Hex | 9B | 83 | 87 | 0 | F | D | 27 | 15E | B | 38 |
| Octal | 233 | 203 | 207 | 0 | 17 | 15 | 47 | 536 | 13 | 70 |
| Binary | 10011011 | 10000011 | 10000111 | 0 | 1111 | 1101 | 100111 | 101011110 | 1011 | 111000 |
Color Harmonies of #9B8387
Complementary color
Monochromatic Colors of #9B8387
Black with #9B8387
Text Example
Text Example
White with #9B8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8387; }
p { color: rgb(155,131,135); }
H1.HeaderClassName
{
color: #9B8387;
}
.AnyTagClassName
{
color: #9B8387;
}
</style>
background-color css
<style>
a { background-color: #9B8387; }
a { background-color: rgb(155,131,135); }
div.DivClassName
{
background-color: #9B8387;
}
.BgClassName
{
background-color: #9B8387;
}
</style>
border-color css
<style>
span { border-color: #9B8387; }
span { border-color: rgb(155,131,135); }
td.TdClassName
{
border-color: #9B8387;
}
.TagClassName
{
border-color: #9B8387;
}
</style>