Shades of London Hue #9E849D
Tints of London Hue #9E849D
RGB
CMYK
RGB Variations
Color information
#9E849D (or 0x9E849D) is known color: London Hue. HEX triplet: 9E, 84 and 9D. RGB value is (158,132,157). Sum of RGB (Red+Green+Blue) = 158+132+157=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 158 - color contains mainly: red. Hex color #9E849D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E849D is #617B62. Grayscale: #8E8E8E. Windows color (decimal): -6388579 or 10323102. OLE color: 10323102.
HSL color Cylindrical-coordinate representation of color #9E849D: hue angle of 302.31º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E849D is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 157 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.38 |
| HSL | 302.31º | 0.12% | 0.57% | - |
| HSV(B) | 302.31º | 0.16% | 0.62% | - |
| XYZ | 28.44 | 26.21 | 35.46 | - |
| YUV | 142.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 157 | 0 | 0.16 | 0.01 | 0.38 | 302.31 | 0.12 | 0.57 |
| Hex | 9E | 84 | 9D | 0 | 10 | 1 | 26 | 12E | C | 39 |
| Octal | 236 | 204 | 235 | 0 | 20 | 1 | 46 | 456 | 14 | 71 |
| Binary | 10011110 | 10000100 | 10011101 | 0 | 10000 | 1 | 100110 | 100101110 | 1100 | 111001 |
Color Harmonies of #9E849D
Complementary color
Monochromatic Colors of #9E849D
Black with #9E849D
Text Example
Text Example
White with #9E849D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E849D; }
p { color: rgb(158,132,157); }
H1.HeaderClassName
{
color: #9E849D;
}
.AnyTagClassName
{
color: #9E849D;
}
</style>
background-color css
<style>
a { background-color: #9E849D; }
a { background-color: rgb(158,132,157); }
div.DivClassName
{
background-color: #9E849D;
}
.BgClassName
{
background-color: #9E849D;
}
</style>
border-color css
<style>
span { border-color: #9E849D; }
span { border-color: rgb(158,132,157); }
td.TdClassName
{
border-color: #9E849D;
}
.TagClassName
{
border-color: #9E849D;
}
</style>