Shades of Venus #9B7F87
Tints of Venus #9B7F87
RGB
CMYK
RGB Variations
Color information
#9B7F87 (or 0x9B7F87) is known color: Venus. HEX triplet: 9B, 7F and 87. RGB value is (155,127,135). Sum of RGB (Red+Green+Blue) = 155+127+135=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F87 is #648078. Grayscale: #888888. Windows color (decimal): -6586489 or 8880027. OLE color: 8880027.
HSL color Cylindrical-coordinate representation of color #9B7F87: hue angle of 342.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9B7F87 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 127 | 135 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.39 |
| HSL | 342.86º | 0.12% | 0.55% | - |
| HSV(B) | 342.86º | 0.18% | 0.61% | - |
| XYZ | 25.48 | 23.9 | 26.19 | - |
| YUV | 136.28 | 127.28 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 127 | 135 | 0 | 0.18 | 0.13 | 0.39 | 342.86 | 0.12 | 0.55 |
| Hex | 9B | 7F | 87 | 0 | 12 | D | 27 | 157 | C | 37 |
| Octal | 233 | 177 | 207 | 0 | 22 | 15 | 47 | 527 | 14 | 67 |
| Binary | 10011011 | 1111111 | 10000111 | 0 | 10010 | 1101 | 100111 | 101010111 | 1100 | 110111 |
Color Harmonies of #9B7F87
Complementary color
Monochromatic Colors of #9B7F87
Black with #9B7F87
Text Example
Text Example
White with #9B7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7F87; }
p { color: rgb(155,127,135); }
H1.HeaderClassName
{
color: #9B7F87;
}
.AnyTagClassName
{
color: #9B7F87;
}
</style>
background-color css
<style>
a { background-color: #9B7F87; }
a { background-color: rgb(155,127,135); }
div.DivClassName
{
background-color: #9B7F87;
}
.BgClassName
{
background-color: #9B7F87;
}
</style>
border-color css
<style>
span { border-color: #9B7F87; }
span { border-color: rgb(155,127,135); }
td.TdClassName
{
border-color: #9B7F87;
}
.TagClassName
{
border-color: #9B7F87;
}
</style>