Shades of Venus #9F828B
Tints of Venus #9F828B
RGB
CMYK
RGB Variations
Color information
#9F828B (or 0x9F828B) is known color: Venus. HEX triplet: 9F, 82 and 8B. RGB value is (159,130,139). Sum of RGB (Red+Green+Blue) = 159+130+139=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F828B is #607D74. Grayscale: #8B8B8B. Windows color (decimal): -6323573 or 9142943. OLE color: 9142943.
HSL color Cylindrical-coordinate representation of color #9F828B: hue angle of 341.38º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F828B is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 139 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.38 |
| HSL | 341.38º | 0.13% | 0.57% | - |
| HSV(B) | 341.38º | 0.18% | 0.62% | - |
| XYZ | 26.94 | 25.2 | 27.87 | - |
| YUV | 139.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 139 | 0 | 0.18 | 0.13 | 0.38 | 341.38 | 0.13 | 0.57 |
| Hex | 9F | 82 | 8B | 0 | 12 | D | 26 | 155 | D | 39 |
| Octal | 237 | 202 | 213 | 0 | 22 | 15 | 46 | 525 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10001011 | 0 | 10010 | 1101 | 100110 | 101010101 | 1101 | 111001 |
Color Harmonies of #9F828B
Complementary color
Monochromatic Colors of #9F828B
Black with #9F828B
Text Example
Text Example
White with #9F828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F828B; }
p { color: rgb(159,130,139); }
H1.HeaderClassName
{
color: #9F828B;
}
.AnyTagClassName
{
color: #9F828B;
}
</style>
background-color css
<style>
a { background-color: #9F828B; }
a { background-color: rgb(159,130,139); }
div.DivClassName
{
background-color: #9F828B;
}
.BgClassName
{
background-color: #9F828B;
}
</style>
border-color css
<style>
span { border-color: #9F828B; }
span { border-color: rgb(159,130,139); }
td.TdClassName
{
border-color: #9F828B;
}
.TagClassName
{
border-color: #9F828B;
}
</style>