Shades of Venus #9F8A8B
Tints of Venus #9F8A8B
RGB
CMYK
RGB Variations
Color information
#9F8A8B (or 0x9F8A8B) is known color: Venus. HEX triplet: 9F, 8A and 8B. RGB value is (159,138,139). Sum of RGB (Red+Green+Blue) = 159+138+139=436 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.47% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8A8B is #607574. Grayscale: #909090. Windows color (decimal): -6321525 or 9144991. OLE color: 9144991.
HSL color Cylindrical-coordinate representation of color #9F8A8B: hue angle of 357.14º degrees, saturation: 0.1, 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 #9F8A8B is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 139 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.38 |
| HSL | 357.14º | 0.1% | 0.58% | - |
| HSV(B) | 357.14º | 0.13% | 0.62% | - |
| XYZ | 28.05 | 27.41 | 28.24 | - |
| YUV | 144.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 139 | 0 | 0.13 | 0.13 | 0.38 | 357.14 | 0.1 | 0.58 |
| Hex | 9F | 8A | 8B | 0 | D | D | 26 | 165 | A | 3A |
| Octal | 237 | 212 | 213 | 0 | 15 | 15 | 46 | 545 | 12 | 72 |
| Binary | 10011111 | 10001010 | 10001011 | 0 | 1101 | 1101 | 100110 | 101100101 | 1010 | 111010 |
Color Harmonies of #9F8A8B
Complementary color
Monochromatic Colors of #9F8A8B
Black with #9F8A8B
Text Example
Text Example
White with #9F8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A8B; }
p { color: rgb(159,138,139); }
H1.HeaderClassName
{
color: #9F8A8B;
}
.AnyTagClassName
{
color: #9F8A8B;
}
</style>
background-color css
<style>
a { background-color: #9F8A8B; }
a { background-color: rgb(159,138,139); }
div.DivClassName
{
background-color: #9F8A8B;
}
.BgClassName
{
background-color: #9F8A8B;
}
</style>
border-color css
<style>
span { border-color: #9F8A8B; }
span { border-color: rgb(159,138,139); }
td.TdClassName
{
border-color: #9F8A8B;
}
.TagClassName
{
border-color: #9F8A8B;
}
</style>