Shades of London Hue #9F849E
Tints of London Hue #9F849E
RGB
CMYK
RGB Variations
Color information
#9F849E (or 0x9F849E) is known color: London Hue. HEX triplet: 9F, 84 and 9E. RGB value is (159,132,158). Sum of RGB (Red+Green+Blue) = 159+132+158=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F849E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F849E is #607B61. Grayscale: #8E8E8E. Windows color (decimal): -6323042 or 10388639. OLE color: 10388639.
HSL color Cylindrical-coordinate representation of color #9F849E: hue angle of 302.22º 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 #9F849E is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 158 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.38 |
| HSL | 302.22º | 0.12% | 0.57% | - |
| HSV(B) | 302.22º | 0.17% | 0.62% | - |
| XYZ | 28.72 | 26.34 | 35.92 | - |
| YUV | 143.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 158 | 0 | 0.17 | 0.01 | 0.38 | 302.22 | 0.12 | 0.57 |
| Hex | 9F | 84 | 9E | 0 | 11 | 1 | 26 | 12E | C | 39 |
| Octal | 237 | 204 | 236 | 0 | 21 | 1 | 46 | 456 | 14 | 71 |
| Binary | 10011111 | 10000100 | 10011110 | 0 | 10001 | 1 | 100110 | 100101110 | 1100 | 111001 |
Color Harmonies of #9F849E
Complementary color
Monochromatic Colors of #9F849E
Black with #9F849E
Text Example
Text Example
White with #9F849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F849E; }
p { color: rgb(159,132,158); }
H1.HeaderClassName
{
color: #9F849E;
}
.AnyTagClassName
{
color: #9F849E;
}
</style>
background-color css
<style>
a { background-color: #9F849E; }
a { background-color: rgb(159,132,158); }
div.DivClassName
{
background-color: #9F849E;
}
.BgClassName
{
background-color: #9F849E;
}
</style>
border-color css
<style>
span { border-color: #9F849E; }
span { border-color: rgb(159,132,158); }
td.TdClassName
{
border-color: #9F849E;
}
.TagClassName
{
border-color: #9F849E;
}
</style>