COLOR #8771AD

HEX: #8771AD RGB: (135,113,173)

Color info

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

RGB color model

#8771AD color RGB value is (135,113,173).

RGB: (135,113,173) (53%, 44%, 68%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 173 of 255 = 68%

135
113
173

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

Portions of RGB colors in percentages

R + G + B = 135 + 113 + 173 = 421 (100%)
R 135 of 421 ~ 32.07%
G 113 of 421 ~ 26.84%
B 173 of 421 ~ 41.09'%

%32.07
%26.84
%41.09

CMYK color model

#8771AD color CMYK value is (22,35,0,32).

  • cyan value is 21.97%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (22,35,0,32)
C22M35Y0K32 (22%, 35%, 0%, 32%)
(0.22 / 0.35 / 0.00 / 0.32)

CMYK percentages

%21.97
%34.68
%0
%32.16

Codes

Color #8771AD in popluar color models

87 71 AD
RGB 135 113 173
HSL 262° 26.79% 56.08%
HSB/HSV 262° 34.68% 67.84%
CMYK 21.97% 34.68% 0.00%
32.16%

Color #8771AD in popluar number systems.

HEX 87 71 AD
Decimal 135 113 173
Binary 10000111 1110001 10101101
Octal 207 161 255

Shades and tints

Shades of #8771AD

#8771AD
(135,113,173)
#7B679E
(123,103,158)
#6F5D8F
(111,93,143)
#635380
(99,83,128)
#574971
(87,73,113)
#4B3F62
(75,63,98)
#3F3553
(63,53,83)
#332B44
(51,43,68)
#272135
(39,33,53)
#1B1726
(27,23,38)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #8771AD

#8771AD
(135,113,173)
#917DB4
(145,125,180)
#9B89BB
(155,137,187)
#A595C2
(165,149,194)
#AFA1C9
(175,161,201)
#B9ADD0
(185,173,208)
#C3B9D7
(195,185,215)
#CDC5DE
(205,197,222)
#D7D1E5
(215,209,229)
#E1DDEC
(225,221,236)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8771AD color. Also use rgb(135,113,173) instead hex code.

Text Font Color

.myTextColor { color: #8771AD; }

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

This text font color is #8771AD.

Background Color

.myBgColor { background-color: #8771AD; }

<div style="background-color:#8771AD">Inner text</div>

This div background color is #8771AD.

Border color

.myBorderColor { border: 1px solid #8771AD; }

<div style="border:3px solid #8771AD">Div</div>

This div border color is #8771AD.

Opacity

.myOpacity80 { color: #8771AD; opacity: 0.8; }

<p style="color:#8771AD;opacity:0.8;">80%</p>

Text with #8771AD 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 #8771AD;}

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

This text has shadow with #8771AD color.


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

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

This text has shadow with #8771AD primary color and red secondary color.


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

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

This text has shadow with #8771AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8771AD.

Preview

Color preview on black background

This text has color #8771AD on black background.


Color preview on white background

This text has color #8771AD on white background.


Black color preview on #8771AD background

This text has black color on #8771AD background.


White color preview on #8771AD background

This text has white color on #8771AD background.


Related colors

Complementary color

Complementary color for #hex is #788E52.


I love getcolorcode.com

Triadic colors

1 #AD8771 and #71AD87 with #8771AD are triadic colors.

2 #AD7187 and #7187AD with #8771AD are triadic colors.