COLOR #8376C5

HEX: #8376C5
RGB: (131,118,197)

Color info

#8376C5 contains mainly blue color. Web safe color of #8376C5 is #9966CC (or #96C).

RGB color model

#8376C5 color RGB value is (131,118,197).

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

RGB channels and saturation

R 131 of 255 = 51%
G 118 of 255 = 46%
B 197 of 255 = 77%

131
118
197

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

Portions of RGB colors in percentages

R + G + B =
131 + 118 + 197 = 446 (100%)
R 131 of 446 ~ 29.37%
G 118 of 446 ~ 26.46%
B 197 of 446 ~ 44.17%

%29.37
%26.46
%44.17

CMYK color model

#8376C5 color CMYK value is (34,40,0,23).

  • cyan value is 33.50%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(34,40,0,23)
C34M40Y0K23 
(34%,40%,0%,23%)
(0.34/0.40/0.00/0.23)	

CMYK percentages

%33.5
%40.1
%0
%22.75

Codes

Color #8376C5 in popluar color models

8376C5
RGB131118197
HSL250°40.51%61.76%
HSB/HSV250°40.10%77.25%
CMYK33.50%40.10%0.00%
22.75%

Color #8376C5 in popluar number systems.

HEX8376C5
Decimal131118197
Binary10000011111011011000101
Octal203166305

Shades and tints

Shades of #8376C5

#8376C5
(131,118,197)
#786CB4
(120,108,180)
#6D62A3
(109,98,163)
#625892
(98,88,146)
#574E81
(87,78,129)
#4C4470
(76,68,112)
#413A5F
(65,58,95)
#36304E
(54,48,78)
#2B263D
(43,38,61)
#201C2C
(32,28,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #8376C5

#8376C5
(131,118,197)
#8E82CA
(142,130,202)
#998ECF
(153,142,207)
#A49AD4
(164,154,212)
#AFA6D9
(175,166,217)
#BAB2DE
(186,178,222)
#C5BEE3
(197,190,227)
#D0CAE8
(208,202,232)
#DBD6ED
(219,214,237)
#E6E2F2
(230,226,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8376C5; }

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

This text font color is #8376C5.


Background Color

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

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

This div background color is #8376C5.


Border color

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

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

This div border color is #8376C5.


Opacity

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

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

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

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

This text has shadow with #8376C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8376C5 on black background.


Color preview on white background

This text has color #8376C5 on white background.



Black color preview on #8376C5 background

This text has black color on #8376C5 background.


White color preview on #8376C5 background

This text has white color on #8376C5 background.