#864E8B

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

Shades of Trendy Pink #864E8B

Tints of Trendy Pink #864E8B

Color information

#864E8B (or 0x864E8B) is unknown color: approx Trendy Pink. HEX triplet: 86, 4E and 8B. RGB value is (134,78,139). Sum of RGB (Red+Green+Blue) = 134+78+139=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #864E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864E8B is #79B174. Grayscale: #656565. Windows color (decimal): -7975285 or 9129606. OLE color: 9129606.

HSL color Cylindrical-coordinate representation of color #864E8B: hue angle of 295.08º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864E8B is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13478139-
CMYK0.040.4400.45
HSL295.08º28.11%42.55%-
HSV(B)295.08º43.88%54.51%-
XYZ17.2212.3825.91-
YUV101.7149.05151.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=38.18%
G=22.22%
B=39.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134781390.040.4400.45295.0828.1142.55
Hex864E8B42C02D1271c2b
Octal2061162134540554473453
Binary10000110100111010001011100101100010110110010011111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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