Shades of Venus #9F8488
Tints of Venus #9F8488
RGB
CMYK
RGB Variations
Color information
#9F8488 (or 0x9F8488) is known color: Venus. HEX triplet: 9F, 84 and 88. RGB value is (159,132,136). Sum of RGB (Red+Green+Blue) = 159+132+136=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8488 is #607B77. Grayscale: #8C8C8C. Windows color (decimal): -6323064 or 8946847. OLE color: 8946847.
HSL color Cylindrical-coordinate representation of color #9F8488: hue angle of 351.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F8488 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 136 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.38 |
| HSL | 351.11º | 0.12% | 0.57% | - |
| HSV(B) | 351.11º | 0.17% | 0.62% | - |
| XYZ | 26.99 | 25.65 | 26.82 | - |
| YUV | 140.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 136 | 0 | 0.17 | 0.14 | 0.38 | 351.11 | 0.12 | 0.57 |
| Hex | 9F | 84 | 88 | 0 | 11 | E | 26 | 15F | C | 39 |
| Octal | 237 | 204 | 210 | 0 | 21 | 16 | 46 | 537 | 14 | 71 |
| Binary | 10011111 | 10000100 | 10001000 | 0 | 10001 | 1110 | 100110 | 101011111 | 1100 | 111001 |
Color Harmonies of #9F8488
Complementary color
Monochromatic Colors of #9F8488
Black with #9F8488
Text Example
Text Example
White with #9F8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8488; }
p { color: rgb(159,132,136); }
H1.HeaderClassName
{
color: #9F8488;
}
.AnyTagClassName
{
color: #9F8488;
}
</style>
background-color css
<style>
a { background-color: #9F8488; }
a { background-color: rgb(159,132,136); }
div.DivClassName
{
background-color: #9F8488;
}
.BgClassName
{
background-color: #9F8488;
}
</style>
border-color css
<style>
span { border-color: #9F8488; }
span { border-color: rgb(159,132,136); }
td.TdClassName
{
border-color: #9F8488;
}
.TagClassName
{
border-color: #9F8488;
}
</style>