COLOR #8379A9

HEX: #8379A9
RGB: (131,121,169)

Color info

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

RGB color model

#8379A9 color RGB value is (131,121,169).

  • red value is 131;
  • green value is 121;
  • blue value is 169.
RGB:
(131,121,169)
(51%,47%,66%)

RGB channels and saturation

R 131 of 255 = 51%
G 121 of 255 = 47%
B 169 of 255 = 66%

131
121
169

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

Portions of RGB colors in percentages

R + G + B =
131 + 121 + 169 = 421 (100%)
R 131 of 421 ~ 31.12%
G 121 of 421 ~ 28.74%
B 169 of 421 ~ 40.14%

%31.12
%28.74
%40.14

CMYK color model

#8379A9 color CMYK value is (22,28,0,34).

  • cyan value is 22.49%
  • magenta value is 28.40%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(22,28,0,34)
C22M28Y0K34 
(22%,28%,0%,34%)
(0.22/0.28/0.00/0.34)	

CMYK percentages

%22.49
%28.4
%0
%33.73

Codes

Color #8379A9 in popluar color models

8379A9
RGB131121169
HSL253°21.82%56.86%
HSB/HSV253°28.40%66.27%
CMYK22.49%28.40%0.00%
33.73%

Color #8379A9 in popluar number systems.

HEX8379A9
Decimal131121169
Binary10000011111100110101001
Octal203171251

Shades and tints

Shades of #8379A9

#8379A9
(131,121,169)
#786E9A
(120,110,154)
#6D638B
(109,99,139)
#62587C
(98,88,124)
#574D6D
(87,77,109)
#4C425E
(76,66,94)
#41374F
(65,55,79)
#362C40
(54,44,64)
#2B2131
(43,33,49)
#201622
(32,22,34)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #8379A9

#8379A9
(131,121,169)
#8E85B0
(142,133,176)
#9991B7
(153,145,183)
#A49DBE
(164,157,190)
#AFA9C5
(175,169,197)
#BAB5CC
(186,181,204)
#C5C1D3
(197,193,211)
#D0CDDA
(208,205,218)
#DBD9E1
(219,217,225)
#E6E5E8
(230,229,232)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8379A9 color. Also use rgb(131,121,169) instead hex code.

Text Font Color

.myTextColor { color: #8379A9; }

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

This text font color is #8379A9.


Background Color

.myBgColor { background-color: #8379A9; }

<div style="background-color:#8379A9">Inner text</div>

This div background color is #8379A9.


Border color

.myBorderColor { border: 1px solid #8379A9; }

<div style="border:3px solid #8379A9">Div</div>

This div border color is #8379A9.


Opacity

.myOpacity80 { color: #8379A9; opacity: 0.8; }

<p style="color:#8379A9;opacity:0.8;">80%</p>

Text with #8379A9 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 #8379A9;}

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

This text has shadow with #8379A9 color.

.textShadow {text-shadow: 3px 3px 1px #8379A9, 3px 3px 1px red;}

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

This text has shadow with #8379A9 primary color and red secondary color.


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

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

This text has shadow with #8379A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8379A9 on black background.


Color preview on white background

This text has color #8379A9 on white background.



Black color preview on #8379A9 background

This text has black color on #8379A9 background.


White color preview on #8379A9 background

This text has white color on #8379A9 background.