#865C85

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

Shades of Trendy Pink #865C85

Tints of Trendy Pink #865C85

Color information

#865C85 (or 0x865C85) is unknown color: approx Trendy Pink. HEX triplet: 86, 5C and 85. RGB value is (134,92,133). Sum of RGB (Red+Green+Blue) = 134+92+133=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #865C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C85 is #79A37A. Grayscale: #6D6D6D. Windows color (decimal): -7971707 or 8739974. OLE color: 8739974.

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

Color convert

RGB13492133-
CMYK00.310.010.47
HSL301.43º18.58%44.31%-
HSV(B)301.43º31.34%52.55%-
XYZ17.8914.4224.03-
YUV109.23141.41145.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=37.33%
G=25.63%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349213300.310.010.47301.4318.5844.31
Hex865C8501F12F12d132c
Octal2061342050371574552354
Binary10000110101110010000101011111110111110010110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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