#864E87

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

Shades of Trendy Pink #864E87

Tints of Trendy Pink #864E87

Color information

#864E87 (or 0x864E87) is unknown color: approx Trendy Pink. HEX triplet: 86, 4E and 87. RGB value is (134,78,135). Sum of RGB (Red+Green+Blue) = 134+78+135=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 135 - color contains mainly: blue. Hex color #864E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864E87 is #79B178. Grayscale: #656565. Windows color (decimal): -7975289 or 8867462. OLE color: 8867462.

HSL color Cylindrical-coordinate representation of color #864E87: hue angle of 298.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E87 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13478135-
CMYK0.010.4200.47
HSL298.95º26.76%41.76%-
HSV(B)298.95º42.22%52.94%-
XYZ16.9312.2724.4-
YUV101.24147.05151.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 135 (53.12% from 255) = 38.90%
R=38.62%
G=22.48%
B=38.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134781350.010.4200.47298.9526.7641.76
Hex864E8712A02F12b1b2a
Octal2061162071520574533352
Binary100001101001110100001111101010010111110010101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E87; }

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

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

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

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

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

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

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

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