COLOR #8773A6

HEX: #8773A6
RGB: (135,115,166)

Color info

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

RGB color model

#8773A6 color RGB value is (135,115,166).

  • red value is 135;
  • green value is 115;
  • blue value is 166.
RGB:
(135,115,166)
(53%,45%,65%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 166 of 255 = 65%

135
115
166

R + G + B ~ 54%. #8773A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 166 = 416 (100%)
R 135 of 416 ~ 32.45%
G 115 of 416 ~ 27.64%
B 166 of 416 ~ 39.9%

%32.45
%27.64
%39.9

CMYK color model

#8773A6 color CMYK value is (19,31,0,35).

  • cyan value is 18.67%
  • magenta value is 30.72%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(19,31,0,35)
C19M31Y0K35 
(19%,31%,0%,35%)
(0.19/0.31/0.00/0.35)	

CMYK percentages

%18.67
%30.72
%0
%34.9

Codes

Color #8773A6 in popluar color models

8773A6
RGB135115166
HSL264°22.27%55.10%
HSB/HSV264°30.72%65.10%
CMYK18.67%30.72%0.00%
34.90%

Color #8773A6 in popluar number systems.

HEX8773A6
Decimal135115166
Binary10000111111001110100110
Octal207163246

Shades and tints

Shades of #8773A6

#8773A6
(135,115,166)
#7B6997
(123,105,151)
#6F5F88
(111,95,136)
#635579
(99,85,121)
#574B6A
(87,75,106)
#4B415B
(75,65,91)
#3F374C
(63,55,76)
#332D3D
(51,45,61)
#27232E
(39,35,46)
#1B191F
(27,25,31)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #8773A6

#8773A6
(135,115,166)
#917FAE
(145,127,174)
#9B8BB6
(155,139,182)
#A597BE
(165,151,190)
#AFA3C6
(175,163,198)
#B9AFCE
(185,175,206)
#C3BBD6
(195,187,214)
#CDC7DE
(205,199,222)
#D7D3E6
(215,211,230)
#E1DFEE
(225,223,238)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8773A6 color. Also use rgb(135,115,166) instead hex code.

Text Font Color

.myTextColor { color: #8773A6; }

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

This text font color is #8773A6.


Background Color

.myBgColor { background-color: #8773A6; }

<div style="background-color:#8773A6">Inner text</div>

This div background color is #8773A6.


Border color

.myBorderColor { border: 1px solid #8773A6; }

<div style="border:3px solid #8773A6">Div</div>

This div border color is #8773A6.


Opacity

.myOpacity80 { color: #8773A6; opacity: 0.8; }

<p style="color:#8773A6;opacity:0.8;">80%</p>

Text with #8773A6 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 #8773A6;}

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

This text has shadow with #8773A6 color.

.textShadow {text-shadow: 3px 3px 1px #8773A6, 3px 3px 1px red;}

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

This text has shadow with #8773A6 primary color and red secondary color.


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

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

This text has shadow with #8773A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8773A6 on black background.


Color preview on white background

This text has color #8773A6 on white background.



Black color preview on #8773A6 background

This text has black color on #8773A6 background.


White color preview on #8773A6 background

This text has white color on #8773A6 background.