Shades of Venus #9F8B8D
Tints of Venus #9F8B8D
RGB
CMYK
RGB Variations
Color information
#9F8B8D (or 0x9F8B8D) is known color: Venus. HEX triplet: 9F, 8B and 8D. RGB value is (159,139,141). Sum of RGB (Red+Green+Blue) = 159+139+141=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 141 (55.47% from 255 or 32.12% from 439); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8B8D is #607472. Grayscale: #919191. Windows color (decimal): -6321267 or 9276319. OLE color: 9276319.
HSL color Cylindrical-coordinate representation of color #9F8B8D: hue angle of 354º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F8B8D is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 139 | 141 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.38 |
| HSL | 354º | 0.09% | 0.58% | - |
| HSV(B) | 354º | 0.13% | 0.62% | - |
| XYZ | 28.34 | 27.76 | 29.06 | - |
| YUV | 145.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 139 | 141 | 0 | 0.13 | 0.11 | 0.38 | 354 | 0.09 | 0.58 |
| Hex | 9F | 8B | 8D | 0 | D | B | 26 | 162 | 9 | 3A |
| Octal | 237 | 213 | 215 | 0 | 15 | 13 | 46 | 542 | 11 | 72 |
| Binary | 10011111 | 10001011 | 10001101 | 0 | 1101 | 1011 | 100110 | 101100010 | 1001 | 111010 |
Color Harmonies of #9F8B8D
Complementary color
Monochromatic Colors of #9F8B8D
Black with #9F8B8D
Text Example
Text Example
White with #9F8B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8B8D; }
p { color: rgb(159,139,141); }
H1.HeaderClassName
{
color: #9F8B8D;
}
.AnyTagClassName
{
color: #9F8B8D;
}
</style>
background-color css
<style>
a { background-color: #9F8B8D; }
a { background-color: rgb(159,139,141); }
div.DivClassName
{
background-color: #9F8B8D;
}
.BgClassName
{
background-color: #9F8B8D;
}
</style>
border-color css
<style>
span { border-color: #9F8B8D; }
span { border-color: rgb(159,139,141); }
td.TdClassName
{
border-color: #9F8B8D;
}
.TagClassName
{
border-color: #9F8B8D;
}
</style>