Shades of Shady Lady #9F9597
Tints of Shady Lady #9F9597
RGB
CMYK
RGB Variations
Color information
#9F9597 (or 0x9F9597) is known color: Shady Lady. HEX triplet: 9F, 95 and 97. RGB value is (159,149,151). Sum of RGB (Red+Green+Blue) = 159+149+151=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9597 is #606A68. Grayscale: #989898. Windows color (decimal): -6318697 or 9934239. OLE color: 9934239.
HSL color Cylindrical-coordinate representation of color #9F9597: hue angle of 348º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9F9597 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 151 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.38 |
| HSL | 348º | 0.05% | 0.6% | - |
| HSV(B) | 348º | 0.06% | 0.62% | - |
| XYZ | 30.63 | 31.1 | 33.67 | - |
| YUV | 152.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 151 | 0 | 0.06 | 0.05 | 0.38 | 348 | 0.05 | 0.6 |
| Hex | 9F | 95 | 97 | 0 | 6 | 5 | 26 | 15C | 5 | 3C |
| Octal | 237 | 225 | 227 | 0 | 6 | 5 | 46 | 534 | 5 | 74 |
| Binary | 10011111 | 10010101 | 10010111 | 0 | 110 | 101 | 100110 | 101011100 | 101 | 111100 |
Color Harmonies of #9F9597
Complementary color
Monochromatic Colors of #9F9597
Black with #9F9597
Text Example
Text Example
White with #9F9597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9597; }
p { color: rgb(159,149,151); }
H1.HeaderClassName
{
color: #9F9597;
}
.AnyTagClassName
{
color: #9F9597;
}
</style>
background-color css
<style>
a { background-color: #9F9597; }
a { background-color: rgb(159,149,151); }
div.DivClassName
{
background-color: #9F9597;
}
.BgClassName
{
background-color: #9F9597;
}
</style>
border-color css
<style>
span { border-color: #9F9597; }
span { border-color: rgb(159,149,151); }
td.TdClassName
{
border-color: #9F9597;
}
.TagClassName
{
border-color: #9F9597;
}
</style>