Shades of London Hue #9F849D
Tints of London Hue #9F849D
RGB
CMYK
RGB Variations
Color information
#9F849D (or 0x9F849D) is known color: London Hue. HEX triplet: 9F, 84 and 9D. RGB value is (159,132,157). Sum of RGB (Red+Green+Blue) = 159+132+157=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 159 - color contains mainly: red. Hex color #9F849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F849D is #607B62. Grayscale: #8E8E8E. Windows color (decimal): -6323043 or 10323103. OLE color: 10323103.
HSL color Cylindrical-coordinate representation of color #9F849D: hue angle of 304.44º 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 #9F849D is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 132 | 157 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.38 |
| HSL | 304.44º | 0.12% | 0.57% | - |
| HSV(B) | 304.44º | 0.17% | 0.62% | - |
| XYZ | 28.64 | 26.31 | 35.47 | - |
| YUV | 142.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 132 | 157 | 0 | 0.17 | 0.01 | 0.38 | 304.44 | 0.12 | 0.57 |
| Hex | 9F | 84 | 9D | 0 | 11 | 1 | 26 | 130 | C | 39 |
| Octal | 237 | 204 | 235 | 0 | 21 | 1 | 46 | 460 | 14 | 71 |
| Binary | 10011111 | 10000100 | 10011101 | 0 | 10001 | 1 | 100110 | 100110000 | 1100 | 111001 |
Color Harmonies of #9F849D
Complementary color
Monochromatic Colors of #9F849D
Black with #9F849D
Text Example
Text Example
White with #9F849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F849D; }
p { color: rgb(159,132,157); }
H1.HeaderClassName
{
color: #9F849D;
}
.AnyTagClassName
{
color: #9F849D;
}
</style>
background-color css
<style>
a { background-color: #9F849D; }
a { background-color: rgb(159,132,157); }
div.DivClassName
{
background-color: #9F849D;
}
.BgClassName
{
background-color: #9F849D;
}
</style>
border-color css
<style>
span { border-color: #9F849D; }
span { border-color: rgb(159,132,157); }
td.TdClassName
{
border-color: #9F849D;
}
.TagClassName
{
border-color: #9F849D;
}
</style>