Shades of Venus #9F7E87
Tints of Venus #9F7E87
RGB
CMYK
RGB Variations
Color information
#9F7E87 (or 0x9F7E87) is known color: Venus. HEX triplet: 9F, 7E and 87. RGB value is (159,126,135). Sum of RGB (Red+Green+Blue) = 159+126+135=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7E87 is #608178. Grayscale: #888888. Windows color (decimal): -6324601 or 8879775. OLE color: 8879775.
HSL color Cylindrical-coordinate representation of color #9F7E87: hue angle of 343.64º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F7E87 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 126 | 135 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.38 |
| HSL | 343.64º | 0.15% | 0.56% | - |
| HSV(B) | 343.64º | 0.21% | 0.62% | - |
| XYZ | 26.13 | 24.04 | 26.18 | - |
| YUV | 136.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 126 | 135 | 0 | 0.21 | 0.15 | 0.38 | 343.64 | 0.15 | 0.56 |
| Hex | 9F | 7E | 87 | 0 | 15 | F | 26 | 158 | F | 38 |
| Octal | 237 | 176 | 207 | 0 | 25 | 17 | 46 | 530 | 17 | 70 |
| Binary | 10011111 | 1111110 | 10000111 | 0 | 10101 | 1111 | 100110 | 101011000 | 1111 | 111000 |
Color Harmonies of #9F7E87
Complementary color
Monochromatic Colors of #9F7E87
Black with #9F7E87
Text Example
Text Example
White with #9F7E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7E87; }
p { color: rgb(159,126,135); }
H1.HeaderClassName
{
color: #9F7E87;
}
.AnyTagClassName
{
color: #9F7E87;
}
</style>
background-color css
<style>
a { background-color: #9F7E87; }
a { background-color: rgb(159,126,135); }
div.DivClassName
{
background-color: #9F7E87;
}
.BgClassName
{
background-color: #9F7E87;
}
</style>
border-color css
<style>
span { border-color: #9F7E87; }
span { border-color: rgb(159,126,135); }
td.TdClassName
{
border-color: #9F7E87;
}
.TagClassName
{
border-color: #9F7E87;
}
</style>