#8D497C

Color #8D497C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8D497C

Tints of Trendy Pink #8D497C

Color information

#8D497C (or 0x8D497C) is unknown color: approx Trendy Pink. HEX triplet: 8D, 49 and 7C. RGB value is (141,73,124). Sum of RGB (Red+Green+Blue) = 141+73+124=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D497C is #72B683. Grayscale: #636363. Windows color (decimal): -7517828 or 8145293. OLE color: 8145293.

HSL color Cylindrical-coordinate representation of color #8D497C: hue angle of 315º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D497C is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14173124-
CMYK00.480.120.45
HSL315º31.78%41.96%-
HSV(B)315º48.23%55.29%-
XYZ17.0111.8820.47-
YUV99.15142.03157.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.72%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=41.72%
G=21.60%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417312400.480.120.4531531.7841.96
Hex8D497C030C2D13b202a
Octal21511117406014554734052
Binary100011011001001111110001100001100101101100111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D497C; }

 p { color: rgb(141,73,124); }

 H1.HeaderClassName
 {
   color: #8D497C;
 }
 .AnyTagClassName
 {
   color: #8D497C;
 }
</style>
background-color css

<style>
 a { background-color: #8D497C; }

 a { background-color: rgb(141,73,124); }

 div.DivClassName
 {
   background-color: #8D497C;
 }
 .BgClassName
 {
   background-color: #8D497C;
 }
</style>
border-color css

<style>
 span { border-color: #8D497C; }

 span { border-color: rgb(141,73,124); }

 td.TdClassName
 {
   border-color: #8D497C;
 }
 .TagClassName
 {
   border-color: #8D497C;
 }
</style>