#87608D

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

Shades of Trendy Pink #87608D

Tints of Trendy Pink #87608D

Color information

#87608D (or 0x87608D) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 8D. RGB value is (135,96,141). Sum of RGB (Red+Green+Blue) = 135+96+141=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 141 - color contains mainly: blue. Hex color #87608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87608D is #789F72. Grayscale: #707070. Windows color (decimal): -7905139 or 9265287. OLE color: 9265287.

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

Color convert

RGB13596141-
CMYK0.040.3200.45
HSL292º18.99%46.47%-
HSV(B)292º31.91%55.29%-
XYZ18.9815.4427.18-
YUV112.79143.92143.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.29%
GREEN value IS 96 (37.89% from 255) = 25.81%
BLUE value IS 141 (55.47% from 255) = 37.90%
R=36.29%
G=25.81%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135961410.040.3200.4529218.9946.47
Hex87608D42002D124132e
Octal2071402154400554442356
Binary10000111110000010001101100100000010110110010010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87608D; }

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

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

<style>
 a { background-color: #87608D; }

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

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

<style>
 span { border-color: #87608D; }

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

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