Shades of Venus #9F888B
Tints of Venus #9F888B
RGB
CMYK
RGB Variations
Color information
#9F888B (or 0x9F888B) is known color: Venus. HEX triplet: 9F, 88 and 8B. RGB value is (159,136,139). Sum of RGB (Red+Green+Blue) = 159+136+139=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 159 - color contains mainly: red. Hex color #9F888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F888B is #607774. Grayscale: #8F8F8F. Windows color (decimal): -6322037 or 9144479. OLE color: 9144479.
HSL color Cylindrical-coordinate representation of color #9F888B: hue angle of 352.17º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F888B is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 139 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.38 |
| HSL | 352.17º | 0.11% | 0.58% | - |
| HSV(B) | 352.17º | 0.14% | 0.62% | - |
| XYZ | 27.76 | 26.84 | 28.14 | - |
| YUV | 143.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 139 | 0 | 0.14 | 0.13 | 0.38 | 352.17 | 0.11 | 0.58 |
| Hex | 9F | 88 | 8B | 0 | E | D | 26 | 160 | B | 3A |
| Octal | 237 | 210 | 213 | 0 | 16 | 15 | 46 | 540 | 13 | 72 |
| Binary | 10011111 | 10001000 | 10001011 | 0 | 1110 | 1101 | 100110 | 101100000 | 1011 | 111010 |
Color Harmonies of #9F888B
Complementary color
Monochromatic Colors of #9F888B
Black with #9F888B
Text Example
Text Example
White with #9F888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F888B; }
p { color: rgb(159,136,139); }
H1.HeaderClassName
{
color: #9F888B;
}
.AnyTagClassName
{
color: #9F888B;
}
</style>
background-color css
<style>
a { background-color: #9F888B; }
a { background-color: rgb(159,136,139); }
div.DivClassName
{
background-color: #9F888B;
}
.BgClassName
{
background-color: #9F888B;
}
</style>
border-color css
<style>
span { border-color: #9F888B; }
span { border-color: rgb(159,136,139); }
td.TdClassName
{
border-color: #9F888B;
}
.TagClassName
{
border-color: #9F888B;
}
</style>