Shades of Venus #9F828C
Tints of Venus #9F828C
RGB
CMYK
RGB Variations
Color information
#9F828C (or 0x9F828C) is known color: Venus. HEX triplet: 9F, 82 and 8C. RGB value is (159,130,140). Sum of RGB (Red+Green+Blue) = 159+130+140=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 159 - color contains mainly: red. Hex color #9F828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F828C is #607D73. Grayscale: #8B8B8B. Windows color (decimal): -6323572 or 9208479. OLE color: 9208479.
HSL color Cylindrical-coordinate representation of color #9F828C: hue angle of 339.31º 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 #9F828C is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 140 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.38 |
| HSL | 339.31º | 0.13% | 0.57% | - |
| HSV(B) | 339.31º | 0.18% | 0.62% | - |
| XYZ | 27.01 | 25.23 | 28.26 | - |
| YUV | 139.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 140 | 0 | 0.18 | 0.12 | 0.38 | 339.31 | 0.13 | 0.57 |
| Hex | 9F | 82 | 8C | 0 | 12 | C | 26 | 153 | D | 39 |
| Octal | 237 | 202 | 214 | 0 | 22 | 14 | 46 | 523 | 15 | 71 |
| Binary | 10011111 | 10000010 | 10001100 | 0 | 10010 | 1100 | 100110 | 101010011 | 1101 | 111001 |
Color Harmonies of #9F828C
Complementary color
Monochromatic Colors of #9F828C
Black with #9F828C
Text Example
Text Example
White with #9F828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F828C; }
p { color: rgb(159,130,140); }
H1.HeaderClassName
{
color: #9F828C;
}
.AnyTagClassName
{
color: #9F828C;
}
</style>
background-color css
<style>
a { background-color: #9F828C; }
a { background-color: rgb(159,130,140); }
div.DivClassName
{
background-color: #9F828C;
}
.BgClassName
{
background-color: #9F828C;
}
</style>
border-color css
<style>
span { border-color: #9F828C; }
span { border-color: rgb(159,130,140); }
td.TdClassName
{
border-color: #9F828C;
}
.TagClassName
{
border-color: #9F828C;
}
</style>