COLOR #8771AC

HEX: #8771AC
RGB: (135,113,172)

Color info

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

RGB color model

#8771AC color RGB value is (135,113,172).

  • red value is 135;
  • green value is 113;
  • blue value is 172.
RGB:
(135,113,172)
(53%,44%,67%)

RGB channels and saturation

R 135 of 255 = 53%
G 113 of 255 = 44%
B 172 of 255 = 67%

135
113
172

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

Portions of RGB colors in percentages

R + G + B =
135 + 113 + 172 = 420 (100%)
R 135 of 420 ~ 32.14%
G 113 of 420 ~ 26.9%
B 172 of 420 ~ 40.95%

%32.14
%26.9
%40.95

CMYK color model

#8771AC color CMYK value is (22,34,0,33).

  • cyan value is 21.51%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(22,34,0,33)
C22M34Y0K33 
(22%,34%,0%,33%)
(0.22/0.34/0.00/0.33)	

CMYK percentages

%21.51
%34.3
%0
%32.55

Codes

Color #8771AC in popluar color models

8771AC
RGB135113172
HSL262°26.22%55.88%
HSB/HSV262°34.30%67.45%
CMYK21.51%34.30%0.00%
32.55%

Color #8771AC in popluar number systems.

HEX8771AC
Decimal135113172
Binary10000111111000110101100
Octal207161254

Shades and tints

Shades of #8771AC

#8771AC
(135,113,172)
#7B679D
(123,103,157)
#6F5D8E
(111,93,142)
#63537F
(99,83,127)
#574970
(87,73,112)
#4B3F61
(75,63,97)
#3F3552
(63,53,82)
#332B43
(51,43,67)
#272134
(39,33,52)
#1B1725
(27,23,37)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #8771AC

#8771AC
(135,113,172)
#917DB3
(145,125,179)
#9B89BA
(155,137,186)
#A595C1
(165,149,193)
#AFA1C8
(175,161,200)
#B9ADCF
(185,173,207)
#C3B9D6
(195,185,214)
#CDC5DD
(205,197,221)
#D7D1E4
(215,209,228)
#E1DDEB
(225,221,235)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8771AC; }

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

This text font color is #8771AC.


Background Color

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

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

This div background color is #8771AC.


Border color

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

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

This div border color is #8771AC.


Opacity

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

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

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

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

This text has shadow with #8771AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8771AC on black background.


Color preview on white background

This text has color #8771AC on white background.



Black color preview on #8771AC background

This text has black color on #8771AC background.


White color preview on #8771AC background

This text has white color on #8771AC background.