COLOR #865A8F

HEX: #865A8F RGB: (134,90,143)

Color info

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

RGB color model

#865A8F color RGB value is (134,90,143).

RGB: (134,90,143) (53%, 35%, 56%)

RGB channels and saturation

R 134 of 255 = 53%
G 90 of 255 = 35%
B 143 of 255 = 56%

134
90
143

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

Portions of RGB colors in percentages

R + G + B = 134 + 90 + 143 = 367 (100%)
R 134 of 367 ~ 36.51%
G 90 of 367 ~ 24.52%
B 143 of 367 ~ 38.96'%

%36.51
%24.52
%38.96

CMYK color model

#865A8F color CMYK value is (6,37,0,44).

  • cyan value is 6.29%
  • magenta value is 37.06%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (6,37,0,44)
C6M37Y0K44 (6%, 37%, 0%, 44%)
(0.06 / 0.37 / 0.00 / 0.44)

CMYK percentages

%6.29
%37.06
%0
%43.92

Codes

Color #865A8F in popluar color models

86 5A 8F
RGB 134 90 143
HSL 290° 22.75% 45.69%
HSB/HSV 290° 37.06% 56.08%
CMYK 6.29% 37.06% 0.00%
43.92%

Color #865A8F in popluar number systems.

HEX 86 5A 8F
Decimal 134 90 143
Binary 10000110 1011010 10001111
Octal 206 132 217

Shades and tints

Shades of #865A8F

#865A8F
(134,90,143)
#7A5282
(122,82,130)
#6E4A75
(110,74,117)
#624268
(98,66,104)
#563A5B
(86,58,91)
#4A324E
(74,50,78)
#3E2A41
(62,42,65)
#322234
(50,34,52)
#261A27
(38,26,39)
#1A121A
(26,18,26)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #865A8F

#865A8F
(134,90,143)
#916999
(145,105,153)
#9C78A3
(156,120,163)
#A787AD
(167,135,173)
#B296B7
(178,150,183)
#BDA5C1
(189,165,193)
#C8B4CB
(200,180,203)
#D3C3D5
(211,195,213)
#DED2DF
(222,210,223)
#E9E1E9
(233,225,233)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #865A8F; }

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

This text font color is #865A8F.

Background Color

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

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

This div background color is #865A8F.

Border color

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

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

This div border color is #865A8F.

Opacity

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

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

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

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

This text has shadow with #865A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #865A8F.

Preview

Color preview on black background

This text has color #865A8F on black background.


Color preview on white background

This text has color #865A8F on white background.


Black color preview on #865A8F background

This text has black color on #865A8F background.


White color preview on #865A8F background

This text has white color on #865A8F background.


Related colors

Complementary color

Complementary color for #hex is #79A570.


I love getcolorcode.com

Triadic colors

1 #8F865A and #5A8F86 with #865A8F are triadic colors.

2 #8F5A86 and #5A868F with #865A8F are triadic colors.