COLOR #8376A2

HEX: #8376A2
RGB: (131,118,162)

Color info

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

RGB color model

#8376A2 color RGB value is (131,118,162).

  • red value is 131;
  • green value is 118;
  • blue value is 162.
RGB:
(131,118,162)
(51%,46%,64%)

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 162 of 255 = 64%

131
118
162

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 162 = 411 (100%)
R 131 of 411 ~ 31.87%
G 118 of 411 ~ 28.71%
B 162 of 411 ~ 39.42%

%31.87
%28.71
%39.42

CMYK color model

#8376A2 color CMYK value is (19,27,0,36).

  • cyan value is 19.14%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(19,27,0,36)
C19M27Y0K36 
(19%,27%,0%,36%)
(0.19/0.27/0.00/0.36)	

CMYK percentages

%19.14
%27.16
%0
%36.47

Codes

Color #8376A2 in popluar color models

8376A2
RGB131118162
HSL258°19.13%54.90%
HSB/HSV258°27.16%63.53%
CMYK19.14%27.16%0.00%
36.47%

Color #8376A2 in popluar number systems.

HEX8376A2
Decimal131118162
Binary10000011111011010100010
Octal203166242

Shades and tints

Shades of #8376A2

#8376A2
(131,118,162)
#786C94
(120,108,148)
#6D6286
(109,98,134)
#625878
(98,88,120)
#574E6A
(87,78,106)
#4C445C
(76,68,92)
#413A4E
(65,58,78)
#363040
(54,48,64)
#2B2632
(43,38,50)
#201C24
(32,28,36)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8376A2

#8376A2
(131,118,162)
#8E82AA
(142,130,170)
#998EB2
(153,142,178)
#A49ABA
(164,154,186)
#AFA6C2
(175,166,194)
#BAB2CA
(186,178,202)
#C5BED2
(197,190,210)
#D0CADA
(208,202,218)
#DBD6E2
(219,214,226)
#E6E2EA
(230,226,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8376A2 color. Also use rgb(131,118,162) instead hex code.

Text Font Color

.myTextColor { color: #8376A2; }

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

This text font color is #8376A2.


Background Color

.myBgColor { background-color: #8376A2; }

<div style="background-color:#8376A2">Inner text</div>

This div background color is #8376A2.


Border color

.myBorderColor { border: 1px solid #8376A2; }

<div style="border:3px solid #8376A2">Div</div>

This div border color is #8376A2.


Opacity

.myOpacity80 { color: #8376A2; opacity: 0.8; }

<p style="color:#8376A2;opacity:0.8;">80%</p>

Text with #8376A2 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 #8376A2;}

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

This text has shadow with #8376A2 color.

.textShadow {text-shadow: 3px 3px 1px #8376A2, 3px 3px 1px red;}

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

This text has shadow with #8376A2 primary color and red secondary color.


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

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

This text has shadow with #8376A2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8376A2 on black background.


Color preview on white background

This text has color #8376A2 on white background.



Black color preview on #8376A2 background

This text has black color on #8376A2 background.


White color preview on #8376A2 background

This text has white color on #8376A2 background.