#87608B

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

Shades of Trendy Pink #87608B

Tints of Trendy Pink #87608B

Color information

#87608B (or 0x87608B) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 8B. RGB value is (135,96,139). Sum of RGB (Red+Green+Blue) = 135+96+139=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #87608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87608B is #789F74. Grayscale: #707070. Windows color (decimal): -7905141 or 9134215. OLE color: 9134215.

HSL color Cylindrical-coordinate representation of color #87608B: hue angle of 294.42º degrees, saturation: 0.18, 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 #87608B is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13596139-
CMYK0.030.3100.45
HSL294.42º18.3%46.08%-
HSV(B)294.42º30.94%54.51%-
XYZ18.8315.3826.4-
YUV112.56142.92144-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 139 (54.69% from 255) = 37.57%
R=36.49%
G=25.95%
B=37.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal135961390.030.3100.45294.4218.346.08
Hex87608B31F02D126122e
Octal2071402133370554462256
Binary100001111100000100010111111111010110110010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87608B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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