Shades of Venus #9F8189
Tints of Venus #9F8189
RGB
CMYK
RGB Variations
Color information
#9F8189 (or 0x9F8189) is known color: Venus. HEX triplet: 9F, 81 and 89. RGB value is (159,129,137). Sum of RGB (Red+Green+Blue) = 159+129+137=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8189 is #607E76. Grayscale: #8A8A8A. Windows color (decimal): -6323831 or 9011615. OLE color: 9011615.
HSL color Cylindrical-coordinate representation of color #9F8189: hue angle of 344º 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 #9F8189 is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 137 | - |
| CMYK | 0 | 0.19 | 0.14 | 0.38 |
| HSL | 344º | 0.14% | 0.56% | - |
| HSV(B) | 344º | 0.19% | 0.62% | - |
| XYZ | 26.66 | 24.88 | 27.06 | - |
| YUV | 138.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 137 | 0 | 0.19 | 0.14 | 0.38 | 344 | 0.14 | 0.56 |
| Hex | 9F | 81 | 89 | 0 | 13 | E | 26 | 158 | E | 38 |
| Octal | 237 | 201 | 211 | 0 | 23 | 16 | 46 | 530 | 16 | 70 |
| Binary | 10011111 | 10000001 | 10001001 | 0 | 10011 | 1110 | 100110 | 101011000 | 1110 | 111000 |
Color Harmonies of #9F8189
Complementary color
Monochromatic Colors of #9F8189
Black with #9F8189
Text Example
Text Example
White with #9F8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8189; }
p { color: rgb(159,129,137); }
H1.HeaderClassName
{
color: #9F8189;
}
.AnyTagClassName
{
color: #9F8189;
}
</style>
background-color css
<style>
a { background-color: #9F8189; }
a { background-color: rgb(159,129,137); }
div.DivClassName
{
background-color: #9F8189;
}
.BgClassName
{
background-color: #9F8189;
}
</style>
border-color css
<style>
span { border-color: #9F8189; }
span { border-color: rgb(159,129,137); }
td.TdClassName
{
border-color: #9F8189;
}
.TagClassName
{
border-color: #9F8189;
}
</style>