COLOR #8377AA

HEX: #8377AA RGB: (131,119,170)

Color info

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

RGB color model

#8377AA color RGB value is (131,119,170).

RGB: (131,119,170) (51%, 47%, 67%)

RGB channels and saturation

R 131 of 255 = 51%
G 119 of 255 = 47%
B 170 of 255 = 67%

131
119
170

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

Portions of RGB colors in percentages

R + G + B = 131 + 119 + 170 = 420 (100%)
R 131 of 420 ~ 31.19%
G 119 of 420 ~ 28.33%
B 170 of 420 ~ 40.48'%

%31.19
%28.33
%40.48

CMYK color model

#8377AA color CMYK value is (23,30,0,33).

  • cyan value is 22.94%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (23,30,0,33)
C23M30Y0K33 (23%, 30%, 0%, 33%)
(0.23 / 0.30 / 0.00 / 0.33)

CMYK percentages

%22.94
%30
%0
%33.33

Codes

Color #8377AA in popluar color models

83 77 AA
RGB 131 119 170
HSL 254° 23.08% 56.67%
HSB/HSV 254° 30.00% 66.67%
CMYK 22.94% 30.00% 0.00%
33.33%

Color #8377AA in popluar number systems.

HEX 83 77 AA
Decimal 131 119 170
Binary 10000011 1110111 10101010
Octal 203 167 252

Shades and tints

Shades of #8377AA

#8377AA
(131,119,170)
#786D9B
(120,109,155)
#6D638C
(109,99,140)
#62597D
(98,89,125)
#574F6E
(87,79,110)
#4C455F
(76,69,95)
#413B50
(65,59,80)
#363141
(54,49,65)
#2B2732
(43,39,50)
#201D23
(32,29,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #8377AA

#8377AA
(131,119,170)
#8E83B1
(142,131,177)
#998FB8
(153,143,184)
#A49BBF
(164,155,191)
#AFA7C6
(175,167,198)
#BAB3CD
(186,179,205)
#C5BFD4
(197,191,212)
#D0CBDB
(208,203,219)
#DBD7E2
(219,215,226)
#E6E3E9
(230,227,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8377AA color. Also use rgb(131,119,170) instead hex code.

Text Font Color

.myTextColor { color: #8377AA; }

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

This text font color is #8377AA.

Background Color

.myBgColor { background-color: #8377AA; }

<div style="background-color:#8377AA">Inner text</div>

This div background color is #8377AA.

Border color

.myBorderColor { border: 1px solid #8377AA; }

<div style="border:3px solid #8377AA">Div</div>

This div border color is #8377AA.

Opacity

.myOpacity80 { color: #8377AA; opacity: 0.8; }

<p style="color:#8377AA;opacity:0.8;">80%</p>

Text with #8377AA 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 #8377AA;}

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

This text has shadow with #8377AA color.


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

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

This text has shadow with #8377AA primary color and red secondary color.


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

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

This text has shadow with #8377AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8377AA.

Preview

Color preview on black background

This text has color #8377AA on black background.


Color preview on white background

This text has color #8377AA on white background.


Black color preview on #8377AA background

This text has black color on #8377AA background.


White color preview on #8377AA background

This text has white color on #8377AA background.


Related colors

Complementary color

Complementary color for #hex is #7C8855.


I love getcolorcode.com

Triadic colors

1 #AA8377 and #77AA83 with #8377AA are triadic colors.

2 #AA7783 and #7783AA with #8377AA are triadic colors.