#8C4C87

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

Shades of Trendy Pink #8C4C87

Tints of Trendy Pink #8C4C87

Color information

#8C4C87 (or 0x8C4C87) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4C and 87. RGB value is (140,76,135). Sum of RGB (Red+Green+Blue) = 140+76+135=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4C87 is #73B378. Grayscale: #656565. Windows color (decimal): -7582585 or 8866956. OLE color: 8866956.

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

Color convert

RGB14076135-
CMYK00.460.040.45
HSL304.69º29.63%42.35%-
HSV(B)304.69º45.71%54.9%-
XYZ17.7712.4924.4-
YUV101.86146.7155.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.89%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=39.89%
G=21.65%
B=38.46%

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
Decimal1407613500.460.040.45304.6929.6342.35
Hex8C4C8702E42D1311e2a
Octal2141142070564554613652
Binary10001100100110010000111010111010010110110011000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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