Shades of Venus #9F818C
Tints of Venus #9F818C
RGB
CMYK
RGB Variations
Color information
#9F818C (or 0x9F818C) is known color: Venus. HEX triplet: 9F, 81 and 8C. RGB value is (159,129,140). Sum of RGB (Red+Green+Blue) = 159+129+140=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 159 - color contains mainly: red. Hex color #9F818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F818C is #607E73. Grayscale: #8B8B8B. Windows color (decimal): -6323828 or 9208223. OLE color: 9208223.
HSL color Cylindrical-coordinate representation of color #9F818C: hue angle of 338º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9F818C is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 140 | - |
| CMYK | 0 | 0.19 | 0.12 | 0.38 |
| HSL | 338º | 0.14% | 0.56% | - |
| HSV(B) | 338º | 0.19% | 0.62% | - |
| XYZ | 26.88 | 24.96 | 28.21 | - |
| YUV | 139.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 140 | 0 | 0.19 | 0.12 | 0.38 | 338 | 0.14 | 0.56 |
| Hex | 9F | 81 | 8C | 0 | 13 | C | 26 | 152 | E | 38 |
| Octal | 237 | 201 | 214 | 0 | 23 | 14 | 46 | 522 | 16 | 70 |
| Binary | 10011111 | 10000001 | 10001100 | 0 | 10011 | 1100 | 100110 | 101010010 | 1110 | 111000 |
Color Harmonies of #9F818C
Complementary color
Monochromatic Colors of #9F818C
Black with #9F818C
Text Example
Text Example
White with #9F818C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F818C; }
p { color: rgb(159,129,140); }
H1.HeaderClassName
{
color: #9F818C;
}
.AnyTagClassName
{
color: #9F818C;
}
</style>
background-color css
<style>
a { background-color: #9F818C; }
a { background-color: rgb(159,129,140); }
div.DivClassName
{
background-color: #9F818C;
}
.BgClassName
{
background-color: #9F818C;
}
</style>
border-color css
<style>
span { border-color: #9F818C; }
span { border-color: rgb(159,129,140); }
td.TdClassName
{
border-color: #9F818C;
}
.TagClassName
{
border-color: #9F818C;
}
</style>