#87618D

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

Shades of Trendy Pink #87618D

Tints of Trendy Pink #87618D

Color information

#87618D (or 0x87618D) is unknown color: approx Trendy Pink. HEX triplet: 87, 61 and 8D. RGB value is (135,97,141). Sum of RGB (Red+Green+Blue) = 135+97+141=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #87618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87618D is #789E72. Grayscale: #717171. Windows color (decimal): -7904883 or 9265543. OLE color: 9265543.

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

Color convert

RGB13597141-
CMYK0.040.3100.45
HSL291.82º18.49%46.67%-
HSV(B)291.82º31.21%55.29%-
XYZ19.0715.6227.21-
YUV113.38143.59143.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 97 (38.28% from 255) = 26.01%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=36.19%
G=26.01%
B=37.80%

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
Decimal135971410.040.3100.45291.8218.4946.67
Hex87618D41F02D124122f
Octal2071412154370554442257
Binary1000011111000011000110110011111010110110010010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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