COLOR #865A85

HEX: #865A85 RGB: (134,90,133)

Color info

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

RGB color model

#865A85 color RGB value is (134,90,133).

RGB: (134,90,133) (53%, 35%, 52%)

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 133 of 255 = 52%

134
90
133

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

Portions of RGB colors in percentages

R + G + B = 134 + 90 + 133 = 357 (100%)
R 134 of 357 ~ 37.54%
G 90 of 357 ~ 25.21%
B 133 of 357 ~ 37.25'%

%37.54
%25.21
%37.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 0.75%
  • key color value is 47.45%

CMYK: (0,33,1,47)
C0M33Y1K47 (0%, 33%, 1%, 47%)
(0.00 / 0.33 / 0.01 / 0.47)

CMYK percentages

%0
%32.84
%0.75
%47.45

Codes

Color #865A85 in popluar color models

86 5A 85
RGB 134 90 133
HSL 301° 19.64% 43.92%
HSB/HSV 301° 32.84% 52.55%
CMYK 0.00% 32.84% 0.75%
47.45%

Color #865A85 in popluar number systems.

HEX 86 5A 85
Decimal 134 90 133
Binary 10000110 1011010 10000101
Octal 206 132 205

Shades and tints

Shades of #865A85

#865A85
(134,90,133)
#7A5279
(122,82,121)
#6E4A6D
(110,74,109)
#624261
(98,66,97)
#563A55
(86,58,85)
#4A3249
(74,50,73)
#3E2A3D
(62,42,61)
#322231
(50,34,49)
#261A25
(38,26,37)
#1A1219
(26,18,25)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #865A85

#865A85
(134,90,133)
#916990
(145,105,144)
#9C789B
(156,120,155)
#A787A6
(167,135,166)
#B296B1
(178,150,177)
#BDA5BC
(189,165,188)
#C8B4C7
(200,180,199)
#D3C3D2
(211,195,210)
#DED2DD
(222,210,221)
#E9E1E8
(233,225,232)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A85; }

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

This text font color is #865A85.

Background Color

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

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

This div background color is #865A85.

Border color

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

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

This div border color is #865A85.

Opacity

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

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

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

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

This text has shadow with #865A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865A85.

Preview

Color preview on black background

This text has color #865A85 on black background.


Color preview on white background

This text has color #865A85 on white background.


Black color preview on #865A85 background

This text has black color on #865A85 background.


White color preview on #865A85 background

This text has white color on #865A85 background.


Related colors

Complementary color

Complementary color for #hex is #79A57A.


I love getcolorcode.com

Triadic colors

1 #85865A and #5A8586 with #865A85 are triadic colors.

2 #855A86 and #5A8685 with #865A85 are triadic colors.