#865D87

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

Shades of Trendy Pink #865D87

Tints of Trendy Pink #865D87

Color information

#865D87 (or 0x865D87) is unknown color: approx Trendy Pink. HEX triplet: 86, 5D and 87. RGB value is (134,93,135). Sum of RGB (Red+Green+Blue) = 134+93+135=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #865D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865D87 is #79A278. Grayscale: #6D6D6D. Windows color (decimal): -7971449 or 8871302. OLE color: 8871302.

HSL color Cylindrical-coordinate representation of color #865D87: hue angle of 298.57º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D87 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13493135-
CMYK0.010.3100.47
HSL298.57º18.42%44.71%-
HSV(B)298.57º31.11%52.94%-
XYZ18.1214.6524.79-
YUV110.05142.08145.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=37.02%
G=25.69%
B=37.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134931350.010.3100.47298.5718.4244.71
Hex865D8711F02F12b122d
Octal2061352071370574532255
Binary10000110101110110000111111111010111110010101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865D87; }

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

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

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

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

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

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

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

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