Shades of Venus #9B8587
Tints of Venus #9B8587
RGB
CMYK
RGB Variations
Color information
#9B8587 (or 0x9B8587) is known color: Venus. HEX triplet: 9B, 85 and 87. RGB value is (155,133,135). Sum of RGB (Red+Green+Blue) = 155+133+135=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8587 is #647A78. Grayscale: #8B8B8B. Windows color (decimal): -6584953 or 8881563. OLE color: 8881563.
HSL color Cylindrical-coordinate representation of color #9B8587: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B8587 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 133 | 135 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.39 |
| HSL | 354.55º | 0.1% | 0.56% | - |
| HSV(B) | 354.55º | 0.14% | 0.61% | - |
| XYZ | 26.28 | 25.49 | 26.46 | - |
| YUV | 139.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 135 | 0 | 0.14 | 0.13 | 0.39 | 354.55 | 0.1 | 0.56 |
| Hex | 9B | 85 | 87 | 0 | E | D | 27 | 163 | A | 38 |
| Octal | 233 | 205 | 207 | 0 | 16 | 15 | 47 | 543 | 12 | 70 |
| Binary | 10011011 | 10000101 | 10000111 | 0 | 1110 | 1101 | 100111 | 101100011 | 1010 | 111000 |
Color Harmonies of #9B8587
Complementary color
Monochromatic Colors of #9B8587
Black with #9B8587
Text Example
Text Example
White with #9B8587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8587; }
p { color: rgb(155,133,135); }
H1.HeaderClassName
{
color: #9B8587;
}
.AnyTagClassName
{
color: #9B8587;
}
</style>
background-color css
<style>
a { background-color: #9B8587; }
a { background-color: rgb(155,133,135); }
div.DivClassName
{
background-color: #9B8587;
}
.BgClassName
{
background-color: #9B8587;
}
</style>
border-color css
<style>
span { border-color: #9B8587; }
span { border-color: rgb(155,133,135); }
td.TdClassName
{
border-color: #9B8587;
}
.TagClassName
{
border-color: #9B8587;
}
</style>