#874986

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

Shades of Trendy Pink #874986

Tints of Trendy Pink #874986

Color information

#874986 (or 0x874986) is unknown color: approx Trendy Pink. HEX triplet: 87, 49 and 86. RGB value is (135,73,134). Sum of RGB (Red+Green+Blue) = 135+73+134=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #874986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #874986 is #78B679. Grayscale: #626262. Windows color (decimal): -7911034 or 8800647. OLE color: 8800647.

HSL color Cylindrical-coordinate representation of color #874986: hue angle of 300.97º 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 #874986 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13573134-
CMYK00.460.010.47
HSL300.97º29.81%40.78%-
HSV(B)300.97º45.93%52.94%-
XYZ16.6811.6423.92-
YUV98.49148.04154.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=39.47%
G=21.35%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357313400.460.010.47300.9729.8140.78
Hex87498602E12F12d1e29
Octal2071112060561574553651
Binary100001111001001100001100101110110111110010110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874986; }

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

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

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

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

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

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

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

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