#87618A

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

Shades of Trendy Pink #87618A

Tints of Trendy Pink #87618A

Color information

#87618A (or 0x87618A) is unknown color: approx Trendy Pink. HEX triplet: 87, 61 and 8A. RGB value is (135,97,138). Sum of RGB (Red+Green+Blue) = 135+97+138=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #87618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87618A is #789E75. Grayscale: #707070. Windows color (decimal): -7904886 or 9068935. OLE color: 9068935.

HSL color Cylindrical-coordinate representation of color #87618A: hue angle of 295.61º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87618A is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13597138-
CMYK0.020.3000.46
HSL295.61º17.45%46.08%-
HSV(B)295.61º29.71%54.12%-
XYZ18.8515.5426.05-
YUV113.04142.09143.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.49%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=36.49%
G=26.22%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135971380.020.3000.46295.6117.4546.08
Hex87618A21E02E128112e
Octal2071412122360564502156
Binary100001111100001100010101011110010111010010100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87618A; }

 p { color: rgb(135,97,138); }

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

<style>
 a { background-color: #87618A; }

 a { background-color: rgb(135,97,138); }

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

<style>
 span { border-color: #87618A; }

 span { border-color: rgb(135,97,138); }

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