#865C86

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

Shades of Trendy Pink #865C86

Tints of Trendy Pink #865C86

Color information

#865C86 (or 0x865C86) is unknown color: approx Trendy Pink. HEX triplet: 86, 5C and 86. RGB value is (134,92,134). Sum of RGB (Red+Green+Blue) = 134+92+134=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #865C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C86 is #79A379. Grayscale: #6D6D6D. Windows color (decimal): -7971706 or 8805510. OLE color: 8805510.

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

Color convert

RGB13492134-
CMYK00.3100.47
HSL300º18.58%44.31%-
HSV(B)300º31.34%52.55%-
XYZ17.9614.4424.4-
YUV109.35141.91145.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=37.22%
G=25.56%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349213400.3100.4730018.5844.31
Hex865C8601F02F12c132c
Octal2061342060370574542354
Binary10000110101110010000110011111010111110010110010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,134); }

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

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

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

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

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

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

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