#8C4787

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

Shades of Trendy Pink #8C4787

Tints of Trendy Pink #8C4787

Color information

#8C4787 (or 0x8C4787) is unknown color: approx Trendy Pink. HEX triplet: 8C, 47 and 87. RGB value is (140,71,135). Sum of RGB (Red+Green+Blue) = 140+71+135=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4787 is #73B878. Grayscale: #626262. Windows color (decimal): -7583865 or 8865676. OLE color: 8865676.

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

Color convert

RGB14071135-
CMYK00.490.040.45
HSL304.35º32.7%41.37%-
HSV(B)304.35º49.29%54.9%-
XYZ17.4411.8324.29-
YUV98.93148.36157.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=40.46%
G=20.52%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407113500.490.040.45304.3532.741.37
Hex8C478703142D1302129
Octal2141072070614554604151
Binary100011001000111100001110110001100101101100110000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,71,135); }

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

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

 a { background-color: rgb(140,71,135); }

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

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

 span { border-color: rgb(140,71,135); }

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