COLOR #865A89

HEX: #865A89
RGB: (134,90,137)

Color info

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

RGB color model

#865A89 color RGB value is (134,90,137).

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

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 137 of 255 = 54%

134
90
137

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

Portions of RGB colors in percentages

R + G + B =
134 + 90 + 137 = 361 (100%)
R 134 of 361 ~ 37.12%
G 90 of 361 ~ 24.93%
B 137 of 361 ~ 37.95%

%37.12
%24.93
%37.95

CMYK color model

#865A89 color CMYK value is (2,34,0,46).

  • cyan value is 2.19%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(2,34,0,46)
C2M34Y0K46 
(2%,34%,0%,46%)
(0.02/0.34/0.00/0.46)	

CMYK percentages

%2.19
%34.31
%0
%46.27

Codes

Color #865A89 in popluar color models

865A89
RGB13490137
HSL296°20.70%44.51%
HSB/HSV296°34.31%53.73%
CMYK2.19%34.31%0.00%
46.27%

Color #865A89 in popluar number systems.

HEX865A89
Decimal13490137
Binary10000110101101010001001
Octal206132211

Shades and tints

Shades of #865A89

#865A89
(134,90,137)
#7A527D
(122,82,125)
#6E4A71
(110,74,113)
#624265
(98,66,101)
#563A59
(86,58,89)
#4A324D
(74,50,77)
#3E2A41
(62,42,65)
#322235
(50,34,53)
#261A29
(38,26,41)
#1A121D
(26,18,29)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #865A89

#865A89
(134,90,137)
#916993
(145,105,147)
#9C789D
(156,120,157)
#A787A7
(167,135,167)
#B296B1
(178,150,177)
#BDA5BB
(189,165,187)
#C8B4C5
(200,180,197)
#D3C3CF
(211,195,207)
#DED2D9
(222,210,217)
#E9E1E3
(233,225,227)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A89; }

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

This text font color is #865A89.


Background Color

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

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

This div background color is #865A89.


Border color

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

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

This div border color is #865A89.


Opacity

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

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

Text with #865A89 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 #865A89;}

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

This text has shadow with #865A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #865A89 on black background.


Color preview on white background

This text has color #865A89 on white background.



Black color preview on #865A89 background

This text has black color on #865A89 background.


White color preview on #865A89 background

This text has white color on #865A89 background.