Shades of Shady Lady #9F989A
Tints of Shady Lady #9F989A
RGB
CMYK
RGB Variations
Color information
#9F989A (or 0x9F989A) is known color: Shady Lady. HEX triplet: 9F, 98 and 9A. RGB value is (159,152,154). Sum of RGB (Red+Green+Blue) = 159+152+154=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 159 - color contains mainly: red. Hex color #9F989A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F989A is #606765. Grayscale: #9A9A9A. Windows color (decimal): -6317926 or 10131615. OLE color: 10131615.
HSL color Cylindrical-coordinate representation of color #9F989A: hue angle of 342.86º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9F989A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 154 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.38 |
| HSL | 342.86º | 0.04% | 0.61% | - |
| HSV(B) | 342.86º | 0.04% | 0.62% | - |
| XYZ | 31.36 | 32.16 | 35.13 | - |
| YUV | 154.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 154 | 0 | 0.04 | 0.03 | 0.38 | 342.86 | 0.04 | 0.61 |
| Hex | 9F | 98 | 9A | 0 | 4 | 3 | 26 | 157 | 4 | 3D |
| Octal | 237 | 230 | 232 | 0 | 4 | 3 | 46 | 527 | 4 | 75 |
| Binary | 10011111 | 10011000 | 10011010 | 0 | 100 | 11 | 100110 | 101010111 | 100 | 111101 |
Color Harmonies of #9F989A
Complementary color
Monochromatic Colors of #9F989A
Black with #9F989A
Text Example
Text Example
White with #9F989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F989A; }
p { color: rgb(159,152,154); }
H1.HeaderClassName
{
color: #9F989A;
}
.AnyTagClassName
{
color: #9F989A;
}
</style>
background-color css
<style>
a { background-color: #9F989A; }
a { background-color: rgb(159,152,154); }
div.DivClassName
{
background-color: #9F989A;
}
.BgClassName
{
background-color: #9F989A;
}
</style>
border-color css
<style>
span { border-color: #9F989A; }
span { border-color: rgb(159,152,154); }
td.TdClassName
{
border-color: #9F989A;
}
.TagClassName
{
border-color: #9F989A;
}
</style>