#87608C

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

Shades of Trendy Pink #87608C

Tints of Trendy Pink #87608C

Color information

#87608C (or 0x87608C) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 8C. RGB value is (135,96,140). Sum of RGB (Red+Green+Blue) = 135+96+140=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #87608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87608C is #789F73. Grayscale: #707070. Windows color (decimal): -7905140 or 9199751. OLE color: 9199751.

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

Color convert

RGB13596140-
CMYK0.040.3100.45
HSL293.18º18.64%46.27%-
HSV(B)293.18º31.43%54.9%-
XYZ18.9115.4126.79-
YUV112.68143.42143.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=36.39%
G=25.88%
B=37.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135961400.040.3100.45293.1818.6446.27
Hex87608C41F02D125132e
Octal2071402144370554452356
Binary1000011111000001000110010011111010110110010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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