#8D4C87

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

Shades of Trendy Pink #8D4C87

Tints of Trendy Pink #8D4C87

Color information

#8D4C87 (or 0x8D4C87) is unknown color: approx Trendy Pink. HEX triplet: 8D, 4C and 87. RGB value is (141,76,135). Sum of RGB (Red+Green+Blue) = 141+76+135=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C87 is #72B378. Grayscale: #656565. Windows color (decimal): -7517049 or 8866957. OLE color: 8866957.

HSL color Cylindrical-coordinate representation of color #8D4C87: hue angle of 305.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C87 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14176135-
CMYK00.460.040.45
HSL305.54º29.95%42.55%-
HSV(B)305.54º46.1%55.29%-
XYZ17.9412.5824.4-
YUV102.16146.53155.7-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.06%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=40.06%
G=21.59%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1417613500.460.040.45305.5429.9542.55
Hex8D4C8702E42D1321e2b
Octal2151142070564554623653
Binary10001101100110010000111010111010010110110011001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,76,135); }

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

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

 a { background-color: rgb(141,76,135); }

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

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

 span { border-color: rgb(141,76,135); }

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