#87527C

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

Shades of Trendy Pink #87527C

Tints of Trendy Pink #87527C

Color information

#87527C (or 0x87527C) is unknown color: approx Trendy Pink. HEX triplet: 87, 52 and 7C. RGB value is (135,82,124). Sum of RGB (Red+Green+Blue) = 135+82+124=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87527C is #78AD83. Grayscale: #666666. Windows color (decimal): -7908740 or 8147591. OLE color: 8147591.

HSL color Cylindrical-coordinate representation of color #87527C: hue angle of 312.45º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87527C is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13582124-
CMYK00.390.080.47
HSL312.45º24.42%42.55%-
HSV(B)312.45º39.26%52.94%-
XYZ16.6512.6420.63-
YUV102.64140.06151.08-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 82 (32.42% from 255) = 24.05%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=39.59%
G=24.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358212400.390.080.47312.4524.4242.55
Hex87527C02782F138182b
Octal20712217404710574703053
Binary10000111101001011111000100111100010111110011100011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,82,124); }

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

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

 a { background-color: rgb(135,82,124); }

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

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

 span { border-color: rgb(135,82,124); }

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