#9F849D

Color #9F849D London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #9F849D

Tints of London Hue #9F849D

Color information

#9F849D (or 0x9F849D) is unknown color: approx 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

RGB159132157-
CMYK00.170.010.38
HSL304.44º12.33%57.06%-
HSV(B)304.44º16.98%62.35%-
XYZ28.6426.3135.47-
YUV142.92135.95139.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 35.49%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=35.49%
G=29.46%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913215700.170.010.38304.4412.3357.06
Hex9F849D011126130c39
Octal2372042350211464601471
Binary10011111100001001001110101000111001101001100001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>