#87487f

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

Shades of Trendy Pink #87487F

Tints of Trendy Pink #87487F

Color information

#87487F (or 0x87487F) is unknown color: approx Trendy Pink. HEX triplet: 87, 48 and 7F. RGB value is (135,72,127). Sum of RGB (Red+Green+Blue) = 135+72+127=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #87487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87487F is #78B780. Grayscale: #606060. Windows color (decimal): -7911297 or 8341639. OLE color: 8341639.

HSL color Cylindrical-coordinate representation of color #87487F: hue angle of 307.62º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87487F is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13572127-
CMYK00.470.060.47
HSL307.62º30.43%40.59%-
HSV(B)307.62º46.67%52.94%-
XYZ16.1411.3221.41-
YUV97.11144.87155.03-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 127 (50% from 255) = 38.02%
R=40.42%
G=21.56%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357212700.470.060.47307.6230.4340.59
Hex87487F02F62F1341e29
Octal2071101770576574643651
Binary1000011110010001111111010111111010111110011010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87487f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87487f; }

 p { color: rgb(135,72,127); }

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

<style>
 a { background-color: #87487f; }

 a { background-color: rgb(135,72,127); }

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

<style>
 span { border-color: #87487f; }

 span { border-color: rgb(135,72,127); }

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