COLOR #865A87

HEX: #865A87
RGB: (134,90,135)

Color info

#865A87 contains red, green and blue colors in about the same proportion. Web safe color of #865A87 is #996699 (or #969).

RGB color model

#865A87 color RGB value is (134,90,135).

  • red value is 134;
  • green value is 90;
  • blue value is 135.
RGB:
(134,90,135)
(53%,35%,53%)

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 135 of 255 = 53%

134
90
135

R + G + B ~ 47%. #865A87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 135 = 359 (100%)
R 134 of 359 ~ 37.33%
G 90 of 359 ~ 25.07%
B 135 of 359 ~ 37.6%

%37.33
%25.07
%37.6

CMYK color model

#865A87 color CMYK value is (1,33,0,47).

  • cyan value is 0.74%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(1,33,0,47)
C1M33Y0K47 
(1%,33%,0%,47%)
(0.01/0.33/0.00/0.47)	

CMYK percentages

%0.74
%33.33
%0
%47.06

Codes

Color #865A87 in popluar color models

865A87
RGB13490135
HSL299°20.00%44.12%
HSB/HSV299°33.33%52.94%
CMYK0.74%33.33%0.00%
47.06%

Color #865A87 in popluar number systems.

HEX865A87
Decimal13490135
Binary10000110101101010000111
Octal206132207

Shades and tints

Shades of #865A87

#865A87
(134,90,135)
#7A527B
(122,82,123)
#6E4A6F
(110,74,111)
#624263
(98,66,99)
#563A57
(86,58,87)
#4A324B
(74,50,75)
#3E2A3F
(62,42,63)
#322233
(50,34,51)
#261A27
(38,26,39)
#1A121B
(26,18,27)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #865A87

#865A87
(134,90,135)
#916991
(145,105,145)
#9C789B
(156,120,155)
#A787A5
(167,135,165)
#B296AF
(178,150,175)
#BDA5B9
(189,165,185)
#C8B4C3
(200,180,195)
#D3C3CD
(211,195,205)
#DED2D7
(222,210,215)
#E9E1E1
(233,225,225)
#F4F0EB
(244,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #865A87 color. Also use rgb(134,90,135) instead hex code.

Text Font Color

.myTextColor { color: #865A87; }

<p style="color:#865A87">This sample text font color is #865A87.</p>

This text font color is #865A87.


Background Color

.myBgColor { background-color: #865A87; }

<div style="background-color:#865A87">Inner text</div>

This div background color is #865A87.


Border color

.myBorderColor { border: 1px solid #865A87; }

<div style="border:3px solid #865A87">Div</div>

This div border color is #865A87.


Opacity

.myOpacity80 { color: #865A87; opacity: 0.8; }

<p style="color:#865A87;opacity:0.8;">80%</p>

Text with #865A87 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #865A87;}

<p style="text-shadow: 3px 3px 1px #865A87">Text here.</p>

This text has shadow with #865A87 color.

.textShadow {text-shadow: 3px 3px 1px #865A87, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #865A87, 5px 5px 20px red">Text here.</p>

This text has shadow with #865A87 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#865A87, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#865A87, Direction=45, Strength=4)">Text</p>

This text has shadow with #865A87 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #865A87;
  -webkit-box-shadow:	1px 1px 3px 2px #865A87;
  box-shadow:		1px 1px 3px 2px #865A87;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #865A87;
-webkit-box-shadow: 1px 1px 3px 2px #865A87;
box-shadow:1px 1px 3px 2px #865A87;">
Div content here</div>
This div box has shadow with color #865A87.

Preview

Color preview on black background

This text has color #865A87 on black background.


Color preview on white background

This text has color #865A87 on white background.



Black color preview on #865A87 background

This text has black color on #865A87 background.


White color preview on #865A87 background

This text has white color on #865A87 background.