Shades of Shady Lady #9F999A
Tints of Shady Lady #9F999A
RGB
CMYK
RGB Variations
Color information
#9F999A (or 0x9F999A) is known color: Shady Lady. HEX triplet: 9F, 99 and 9A. RGB value is (159,153,154). Sum of RGB (Red+Green+Blue) = 159+153+154=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 154 (60.55% from 255 or 33.05% from 466); Max value from RGB is 159 - color contains mainly: red. Hex color #9F999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F999A is #606665. Grayscale: #9A9A9A. Windows color (decimal): -6317670 or 10131871. OLE color: 10131871.
HSL color Cylindrical-coordinate representation of color #9F999A: hue angle of 350º degrees, saturation: 0.03, 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 #9F999A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 154 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.38 |
| HSL | 350º | 0.03% | 0.61% | - |
| HSV(B) | 350º | 0.04% | 0.62% | - |
| XYZ | 31.52 | 32.49 | 35.18 | - |
| YUV | 154.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 154 | 0 | 0.04 | 0.03 | 0.38 | 350 | 0.03 | 0.61 |
| Hex | 9F | 99 | 9A | 0 | 4 | 3 | 26 | 15E | 3 | 3D |
| Octal | 237 | 231 | 232 | 0 | 4 | 3 | 46 | 536 | 3 | 75 |
| Binary | 10011111 | 10011001 | 10011010 | 0 | 100 | 11 | 100110 | 101011110 | 11 | 111101 |
Color Harmonies of #9F999A
Complementary color
Monochromatic Colors of #9F999A
Black with #9F999A
Text Example
Text Example
White with #9F999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F999A; }
p { color: rgb(159,153,154); }
H1.HeaderClassName
{
color: #9F999A;
}
.AnyTagClassName
{
color: #9F999A;
}
</style>
background-color css
<style>
a { background-color: #9F999A; }
a { background-color: rgb(159,153,154); }
div.DivClassName
{
background-color: #9F999A;
}
.BgClassName
{
background-color: #9F999A;
}
</style>
border-color css
<style>
span { border-color: #9F999A; }
span { border-color: rgb(159,153,154); }
td.TdClassName
{
border-color: #9F999A;
}
.TagClassName
{
border-color: #9F999A;
}
</style>