COLOR #866EAD

HEX: #866EAD RGB: (134,110,173)

Color info

#866EAD contains mainly red and blue colors. Web safe color of #866EAD is #996699 (or #969).

RGB color model

#866EAD color RGB value is (134,110,173).

RGB: (134,110,173) (53%, 43%, 68%)

RGB channels and saturation

R 134 of 255 = 53%
G 110 of 255 = 43%
B 173 of 255 = 68%

134
110
173

R + G + B ~ 55%. #866EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 110 + 173 = 417 (100%)
R 134 of 417 ~ 32.13%
G 110 of 417 ~ 26.38%
B 173 of 417 ~ 41.49'%

%32.13
%26.38
%41.49

CMYK color model

#866EAD color CMYK value is (23,36,0,32).

  • cyan value is 22.54%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (23,36,0,32)
C23M36Y0K32 (23%, 36%, 0%, 32%)
(0.23 / 0.36 / 0.00 / 0.32)

CMYK percentages

%22.54
%36.42
%0
%32.16

Codes

Color #866EAD in popluar color models

86 6E AD
RGB 134 110 173
HSL 263° 27.75% 55.49%
HSB/HSV 263° 36.42% 67.84%
CMYK 22.54% 36.42% 0.00%
32.16%

Color #866EAD in popluar number systems.

HEX 86 6E AD
Decimal 134 110 173
Binary 10000110 1101110 10101101
Octal 206 156 255

Shades and tints

Shades of #866EAD

#866EAD
(134,110,173)
#7A649E
(122,100,158)
#6E5A8F
(110,90,143)
#625080
(98,80,128)
#564671
(86,70,113)
#4A3C62
(74,60,98)
#3E3253
(62,50,83)
#322844
(50,40,68)
#261E35
(38,30,53)
#1A1426
(26,20,38)
#0E0A17
(14,10,23)
#000000
(0,0,0)

Tints of #866EAD

#866EAD
(134,110,173)
#917BB4
(145,123,180)
#9C88BB
(156,136,187)
#A795C2
(167,149,194)
#B2A2C9
(178,162,201)
#BDAFD0
(189,175,208)
#C8BCD7
(200,188,215)
#D3C9DE
(211,201,222)
#DED6E5
(222,214,229)
#E9E3EC
(233,227,236)
#F4F0F3
(244,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #866EAD color. Also use rgb(134,110,173) instead hex code.

Text Font Color

.myTextColor { color: #866EAD; }

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

This text font color is #866EAD.

Background Color

.myBgColor { background-color: #866EAD; }

<div style="background-color:#866EAD">Inner text</div>

This div background color is #866EAD.

Border color

.myBorderColor { border: 1px solid #866EAD; }

<div style="border:3px solid #866EAD">Div</div>

This div border color is #866EAD.

Opacity

.myOpacity80 { color: #866EAD; opacity: 0.8; }

<p style="color:#866EAD;opacity:0.8;">80%</p>

Text with #866EAD 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 #866EAD;}

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

This text has shadow with #866EAD color.


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

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

This text has shadow with #866EAD primary color and red secondary color.


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

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

This text has shadow with #866EAD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #866EAD.

Preview

Color preview on black background

This text has color #866EAD on black background.


Color preview on white background

This text has color #866EAD on white background.


Black color preview on #866EAD background

This text has black color on #866EAD background.


White color preview on #866EAD background

This text has white color on #866EAD background.


Related colors

Complementary color

Complementary color for #hex is #799152.


I love getcolorcode.com

Triadic colors

1 #AD866E and #6EAD86 with #866EAD are triadic colors.

2 #AD6E86 and #6E86AD with #866EAD are triadic colors.