Shades of London Hue #9F839F
Tints of London Hue #9F839F
RGB
CMYK
RGB Variations
Color information
#9F839F (or 0x9F839F) is known color: London Hue. HEX triplet: 9F, 83 and 9F. RGB value is (159,131,159). Sum of RGB (Red+Green+Blue) = 159+131+159=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 159 - color contains mainly: red, blue. Hex color #9F839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F839F is #607C60. Grayscale: #8E8E8E. Windows color (decimal): -6323297 or 10453919. OLE color: 10453919.
HSL color Cylindrical-coordinate representation of color #9F839F: hue angle of 300º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F839F is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 159 | - |
| CMYK | 0 | 0.18 | 0 | 0.38 |
| HSL | 300º | 0.13% | 0.57% | - |
| HSV(B) | 300º | 0.18% | 0.62% | - |
| XYZ | 28.67 | 26.11 | 36.33 | - |
| YUV | 142.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 159 | 0 | 0.18 | 0 | 0.38 | 300 | 0.13 | 0.57 |
| Hex | 9F | 83 | 9F | 0 | 12 | 0 | 26 | 12C | D | 39 |
| Octal | 237 | 203 | 237 | 0 | 22 | 0 | 46 | 454 | 15 | 71 |
| Binary | 10011111 | 10000011 | 10011111 | 0 | 10010 | 0 | 100110 | 100101100 | 1101 | 111001 |
Color Harmonies of #9F839F
Complementary color
Monochromatic Colors of #9F839F
Black with #9F839F
Text Example
Text Example
White with #9F839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F839F; }
p { color: rgb(159,131,159); }
H1.HeaderClassName
{
color: #9F839F;
}
.AnyTagClassName
{
color: #9F839F;
}
</style>
background-color css
<style>
a { background-color: #9F839F; }
a { background-color: rgb(159,131,159); }
div.DivClassName
{
background-color: #9F839F;
}
.BgClassName
{
background-color: #9F839F;
}
</style>
border-color css
<style>
span { border-color: #9F839F; }
span { border-color: rgb(159,131,159); }
td.TdClassName
{
border-color: #9F839F;
}
.TagClassName
{
border-color: #9F839F;
}
</style>