#87497c

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

Shades of Trendy Pink #87497C

Tints of Trendy Pink #87497C

Color information

#87497C (or 0x87497C) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 7C. RGB value is (135,73,124). Sum of RGB (Red+Green+Blue) = 135+73+124=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #87497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87497C is #78B683. Grayscale: #616161. Windows color (decimal): -7911044 or 8145287. OLE color: 8145287.

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

Color convert

RGB13573124-
CMYK00.460.080.47
HSL310.65º29.81%40.78%-
HSV(B)310.65º45.93%52.94%-
XYZ16.0111.3720.42-
YUV97.35143.04154.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 124 (48.83% from 255) = 37.35%
R=40.66%
G=21.99%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357312400.460.080.47310.6529.8140.78
Hex87497C02E82F1371e29
Octal20711117405610574673651
Binary10000111100100111111000101110100010111110011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87497c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87497c; }

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

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

<style>
 a { background-color: #87497c; }

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

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

<style>
 span { border-color: #87497c; }

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

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