Shades of Shady Lady #9F9097
Tints of Shady Lady #9F9097
RGB
CMYK
RGB Variations
Color information
#9F9097 (or 0x9F9097) is known color: Shady Lady. HEX triplet: 9F, 90 and 97. RGB value is (159,144,151). Sum of RGB (Red+Green+Blue) = 159+144+151=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 144 (56.64% from 255 or 31.72% from 454); Blue value is 151 (59.38% from 255 or 33.26% from 454); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9097 is #606F68. Grayscale: #959595. Windows color (decimal): -6319977 or 9932959. OLE color: 9932959.
HSL color Cylindrical-coordinate representation of color #9F9097: hue angle of 332º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9F9097 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 151 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.38 |
| HSL | 332º | 0.07% | 0.59% | - |
| HSV(B) | 332º | 0.09% | 0.62% | - |
| XYZ | 29.86 | 29.55 | 33.41 | - |
| YUV | 149.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 151 | 0 | 0.09 | 0.05 | 0.38 | 332 | 0.07 | 0.59 |
| Hex | 9F | 90 | 97 | 0 | 9 | 5 | 26 | 14C | 7 | 3B |
| Octal | 237 | 220 | 227 | 0 | 11 | 5 | 46 | 514 | 7 | 73 |
| Binary | 10011111 | 10010000 | 10010111 | 0 | 1001 | 101 | 100110 | 101001100 | 111 | 111011 |
Color Harmonies of #9F9097
Complementary color
Monochromatic Colors of #9F9097
Black with #9F9097
Text Example
Text Example
White with #9F9097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9097; }
p { color: rgb(159,144,151); }
H1.HeaderClassName
{
color: #9F9097;
}
.AnyTagClassName
{
color: #9F9097;
}
</style>
background-color css
<style>
a { background-color: #9F9097; }
a { background-color: rgb(159,144,151); }
div.DivClassName
{
background-color: #9F9097;
}
.BgClassName
{
background-color: #9F9097;
}
</style>
border-color css
<style>
span { border-color: #9F9097; }
span { border-color: rgb(159,144,151); }
td.TdClassName
{
border-color: #9F9097;
}
.TagClassName
{
border-color: #9F9097;
}
</style>