#87457C

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

Shades of Trendy Pink #87457C

Tints of Trendy Pink #87457C

Color information

#87457C (or 0x87457C) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 7C. RGB value is (135,69,124). Sum of RGB (Red+Green+Blue) = 135+69+124=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87457C is #78BA83. Grayscale: #5E5E5E. Windows color (decimal): -7912068 or 8144263. OLE color: 8144263.

HSL color Cylindrical-coordinate representation of color #87457C: hue angle of 310º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #87457C is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13569124-
CMYK00.490.080.47
HSL310º32.35%40%-
HSV(B)310º48.89%52.94%-
XYZ15.7610.8620.33-
YUV95144.37156.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 69 (27.34% from 255) = 21.04%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=41.16%
G=21.04%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912400.490.080.4731032.3540
Hex87457C03182F1362028
Octal20710517406110574664050
Binary100001111000101111110001100011000101111100110110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87457C; }

 p { color: rgb(135,69,124); }

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

<style>
 a { background-color: #87457C; }

 a { background-color: rgb(135,69,124); }

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

<style>
 span { border-color: #87457C; }

 span { border-color: rgb(135,69,124); }

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