COLOR #8377AC

HEX: #8377AC
RGB: (131,119,172)

Color info

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

RGB color model

#8377AC color RGB value is (131,119,172).

  • red value is 131;
  • green value is 119;
  • blue value is 172.
RGB:
(131,119,172)
(51%,47%,67%)

RGB channels and saturation

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

131
119
172

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

Portions of RGB colors in percentages

R + G + B =
131 + 119 + 172 = 422 (100%)
R 131 of 422 ~ 31.04%
G 119 of 422 ~ 28.2%
B 172 of 422 ~ 40.76%

%31.04
%28.2
%40.76

CMYK color model

#8377AC color CMYK value is (24,31,0,33).

  • cyan value is 23.84%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(24,31,0,33)
C24M31Y0K33 
(24%,31%,0%,33%)
(0.24/0.31/0.00/0.33)	

CMYK percentages

%23.84
%30.81
%0
%32.55

Codes

Color #8377AC in popluar color models

8377AC
RGB131119172
HSL254°24.20%57.06%
HSB/HSV254°30.81%67.45%
CMYK23.84%30.81%0.00%
32.55%

Color #8377AC in popluar number systems.

HEX8377AC
Decimal131119172
Binary10000011111011110101100
Octal203167254

Shades and tints

Shades of #8377AC

#8377AC
(131,119,172)
#786D9D
(120,109,157)
#6D638E
(109,99,142)
#62597F
(98,89,127)
#574F70
(87,79,112)
#4C4561
(76,69,97)
#413B52
(65,59,82)
#363143
(54,49,67)
#2B2734
(43,39,52)
#201D25
(32,29,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #8377AC

#8377AC
(131,119,172)
#8E83B3
(142,131,179)
#998FBA
(153,143,186)
#A49BC1
(164,155,193)
#AFA7C8
(175,167,200)
#BAB3CF
(186,179,207)
#C5BFD6
(197,191,214)
#D0CBDD
(208,203,221)
#DBD7E4
(219,215,228)
#E6E3EB
(230,227,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8377AC; }

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

This text font color is #8377AC.


Background Color

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

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

This div background color is #8377AC.


Border color

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

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

This div border color is #8377AC.


Opacity

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

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

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

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

This text has shadow with #8377AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8377AC on black background.


Color preview on white background

This text has color #8377AC on white background.



Black color preview on #8377AC background

This text has black color on #8377AC background.


White color preview on #8377AC background

This text has white color on #8377AC background.