#8D487F

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

Shades of Trendy Pink #8D487F

Tints of Trendy Pink #8D487F

Color information

#8D487F (or 0x8D487F) is unknown color: approx Trendy Pink. HEX triplet: 8D, 48 and 7F. RGB value is (141,72,127). Sum of RGB (Red+Green+Blue) = 141+72+127=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487F is #72B780. Grayscale: #626262. Windows color (decimal): -7518081 or 8341645. OLE color: 8341645.

HSL color Cylindrical-coordinate representation of color #8D487F: hue angle of 312.17º 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 #8D487F is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB14172127-
CMYK00.490.100.45
HSL312.17º32.39%41.76%-
HSV(B)312.17º48.94%55.29%-
XYZ17.1311.8321.46-
YUV98.9143.86158.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.47%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 127 (50% from 255) = 37.35%
R=41.47%
G=21.18%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417212700.490.100.45312.1732.3941.76
Hex8D487F031A2D138202a
Octal21511017706112554704052
Binary100011011001000111111101100011010101101100111000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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