COLOR #8378B0

HEX: #8378B0
RGB: (131,120,176)

Color info

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

RGB color model

#8378B0 color RGB value is (131,120,176).

  • red value is 131;
  • green value is 120;
  • blue value is 176.
RGB:
(131,120,176)
(51%,47%,69%)

RGB channels and saturation

R 131 of 255 = 51%
G 120 of 255 = 47%
B 176 of 255 = 69%

131
120
176

R + G + B ~ 56%. #8378B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 120 + 176 = 427 (100%)
R 131 of 427 ~ 30.68%
G 120 of 427 ~ 28.1%
B 176 of 427 ~ 41.22%

%30.68
%28.1
%41.22

CMYK color model

#8378B0 color CMYK value is (26,32,0,31).

  • cyan value is 25.57%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(26,32,0,31)
C26M32Y0K31 
(26%,32%,0%,31%)
(0.26/0.32/0.00/0.31)	

CMYK percentages

%25.57
%31.82
%0
%30.98

Codes

Color #8378B0 in popluar color models

8378B0
RGB131120176
HSL252°26.17%58.04%
HSB/HSV252°31.82%69.02%
CMYK25.57%31.82%0.00%
30.98%

Color #8378B0 in popluar number systems.

HEX8378B0
Decimal131120176
Binary10000011111100010110000
Octal203170260

Shades and tints

Shades of #8378B0

#8378B0
(131,120,176)
#786EA0
(120,110,160)
#6D6490
(109,100,144)
#625A80
(98,90,128)
#575070
(87,80,112)
#4C4660
(76,70,96)
#413C50
(65,60,80)
#363240
(54,50,64)
#2B2830
(43,40,48)
#201E20
(32,30,32)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #8378B0

#8378B0
(131,120,176)
#8E84B7
(142,132,183)
#9990BE
(153,144,190)
#A49CC5
(164,156,197)
#AFA8CC
(175,168,204)
#BAB4D3
(186,180,211)
#C5C0DA
(197,192,218)
#D0CCE1
(208,204,225)
#DBD8E8
(219,216,232)
#E6E4EF
(230,228,239)
#F1F0F6
(241,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8378B0 color. Also use rgb(131,120,176) instead hex code.

Text Font Color

.myTextColor { color: #8378B0; }

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

This text font color is #8378B0.


Background Color

.myBgColor { background-color: #8378B0; }

<div style="background-color:#8378B0">Inner text</div>

This div background color is #8378B0.


Border color

.myBorderColor { border: 1px solid #8378B0; }

<div style="border:3px solid #8378B0">Div</div>

This div border color is #8378B0.


Opacity

.myOpacity80 { color: #8378B0; opacity: 0.8; }

<p style="color:#8378B0;opacity:0.8;">80%</p>

Text with #8378B0 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 #8378B0;}

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

This text has shadow with #8378B0 color.

.textShadow {text-shadow: 3px 3px 1px #8378B0, 3px 3px 1px red;}

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

This text has shadow with #8378B0 primary color and red secondary color.


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

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

This text has shadow with #8378B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8378B0 on black background.


Color preview on white background

This text has color #8378B0 on white background.



Black color preview on #8378B0 background

This text has black color on #8378B0 background.


White color preview on #8378B0 background

This text has white color on #8378B0 background.