#8D487C

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

Shades of Trendy Pink #8D487C

Tints of Trendy Pink #8D487C

Color information

#8D487C (or 0x8D487C) is unknown color: approx Trendy Pink. HEX triplet: 8D, 48 and 7C. RGB value is (141,72,124). Sum of RGB (Red+Green+Blue) = 141+72+124=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487C is #72B783. Grayscale: #626262. Windows color (decimal): -7518084 or 8145037. OLE color: 8145037.

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

Color convert

RGB14172124-
CMYK00.490.120.45
HSL314.78º32.39%41.76%-
HSV(B)314.78º48.94%55.29%-
XYZ16.9411.7520.44-
YUV98.56142.36158.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.84%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=41.84%
G=21.36%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417212400.490.120.45314.7832.3941.76
Hex8D487C031C2D13b202a
Octal21511017406114554734052
Binary100011011001000111110001100011100101101100111011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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