#87558C

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

Shades of Trendy Pink #87558C

Tints of Trendy Pink #87558C

Color information

#87558C (or 0x87558C) is unknown color: approx Trendy Pink. HEX triplet: 87, 55 and 8C. RGB value is (135,85,140). Sum of RGB (Red+Green+Blue) = 135+85+140=360 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.5% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #87558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87558C is #78AA73. Grayscale: #6A6A6A. Windows color (decimal): -7907956 or 9196935. OLE color: 9196935.

HSL color Cylindrical-coordinate representation of color #87558C: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87558C is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13585140-
CMYK0.040.3900.45
HSL294.55º24.44%44.12%-
HSV(B)294.55º39.29%54.9%-
XYZ17.9713.5426.48-
YUV106.22147.06148.53-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.5%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=37.5%
G=23.61%
B=38.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135851400.040.3900.45294.5524.4444.12
Hex87558C42702D127182c
Octal2071252144470554473054
Binary10000111101010110001100100100111010110110010011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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