COLOR #8772AD

HEX: #8772AD
RGB: (135,114,173)

Color info

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

RGB color model

#8772AD color RGB value is (135,114,173).

  • red value is 135;
  • green value is 114;
  • blue value is 173.
RGB:
(135,114,173)
(53%,45%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 114 of 255 = 45%
B 173 of 255 = 68%

135
114
173

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

Portions of RGB colors in percentages

R + G + B =
135 + 114 + 173 = 422 (100%)
R 135 of 422 ~ 31.99%
G 114 of 422 ~ 27.01%
B 173 of 422 ~ 41%

%31.99
%27.01
%41

CMYK color model

#8772AD color CMYK value is (22,34,0,32).

  • cyan value is 21.97%
  • magenta value is 34.10%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(22,34,0,32)
C22M34Y0K32 
(22%,34%,0%,32%)
(0.22/0.34/0.00/0.32)	

CMYK percentages

%21.97
%34.1
%0
%32.16

Codes

Color #8772AD in popluar color models

8772AD
RGB135114173
HSL261°26.46%56.27%
HSB/HSV261°34.10%67.84%
CMYK21.97%34.10%0.00%
32.16%

Color #8772AD in popluar number systems.

HEX8772AD
Decimal135114173
Binary10000111111001010101101
Octal207162255

Shades and tints

Shades of #8772AD

#8772AD
(135,114,173)
#7B689E
(123,104,158)
#6F5E8F
(111,94,143)
#635480
(99,84,128)
#574A71
(87,74,113)
#4B4062
(75,64,98)
#3F3653
(63,54,83)
#332C44
(51,44,68)
#272235
(39,34,53)
#1B1826
(27,24,38)
#0F0E17
(15,14,23)
#000000
(0,0,0)

Tints of #8772AD

#8772AD
(135,114,173)
#917EB4
(145,126,180)
#9B8ABB
(155,138,187)
#A596C2
(165,150,194)
#AFA2C9
(175,162,201)
#B9AED0
(185,174,208)
#C3BAD7
(195,186,215)
#CDC6DE
(205,198,222)
#D7D2E5
(215,210,229)
#E1DEEC
(225,222,236)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8772AD; }

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

This text font color is #8772AD.


Background Color

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

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

This div background color is #8772AD.


Border color

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

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

This div border color is #8772AD.


Opacity

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

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

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

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

This text has shadow with #8772AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8772AD on black background.


Color preview on white background

This text has color #8772AD on white background.



Black color preview on #8772AD background

This text has black color on #8772AD background.


White color preview on #8772AD background

This text has white color on #8772AD background.