COLOR #8372B9

HEX: #8372B9
RGB: (131,114,185)

Color info

#8372B9 contains mainly red and blue colors. Web safe color of #8372B9 is #9966CC (or #96C).

RGB color model

#8372B9 color RGB value is (131,114,185).

  • red value is 131;
  • green value is 114;
  • blue value is 185.
RGB:
(131,114,185)
(51%,45%,73%)

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 185 of 255 = 73%

131
114
185

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

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 185 = 430 (100%)
R 131 of 430 ~ 30.47%
G 114 of 430 ~ 26.51%
B 185 of 430 ~ 43.02%

%30.47
%26.51
%43.02

CMYK color model

#8372B9 color CMYK value is (29,38,0,27).

  • cyan value is 29.19%
  • magenta value is 38.38%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(29,38,0,27)
C29M38Y0K27 
(29%,38%,0%,27%)
(0.29/0.38/0.00/0.27)	

CMYK percentages

%29.19
%38.38
%0
%27.45

Codes

Color #8372B9 in popluar color models

8372B9
RGB131114185
HSL254°33.65%58.63%
HSB/HSV254°38.38%72.55%
CMYK29.19%38.38%0.00%
27.45%

Color #8372B9 in popluar number systems.

HEX8372B9
Decimal131114185
Binary10000011111001010111001
Octal203162271

Shades and tints

Shades of #8372B9

#8372B9
(131,114,185)
#7868A9
(120,104,169)
#6D5E99
(109,94,153)
#625489
(98,84,137)
#574A79
(87,74,121)
#4C4069
(76,64,105)
#413659
(65,54,89)
#362C49
(54,44,73)
#2B2239
(43,34,57)
#201829
(32,24,41)
#150E19
(21,14,25)
#000000
(0,0,0)

Tints of #8372B9

#8372B9
(131,114,185)
#8E7EBF
(142,126,191)
#998AC5
(153,138,197)
#A496CB
(164,150,203)
#AFA2D1
(175,162,209)
#BAAED7
(186,174,215)
#C5BADD
(197,186,221)
#D0C6E3
(208,198,227)
#DBD2E9
(219,210,233)
#E6DEEF
(230,222,239)
#F1EAF5
(241,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8372B9 color. Also use rgb(131,114,185) instead hex code.

Text Font Color

.myTextColor { color: #8372B9; }

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

This text font color is #8372B9.


Background Color

.myBgColor { background-color: #8372B9; }

<div style="background-color:#8372B9">Inner text</div>

This div background color is #8372B9.


Border color

.myBorderColor { border: 1px solid #8372B9; }

<div style="border:3px solid #8372B9">Div</div>

This div border color is #8372B9.


Opacity

.myOpacity80 { color: #8372B9; opacity: 0.8; }

<p style="color:#8372B9;opacity:0.8;">80%</p>

Text with #8372B9 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 #8372B9;}

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

This text has shadow with #8372B9 color.

.textShadow {text-shadow: 3px 3px 1px #8372B9, 3px 3px 1px red;}

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

This text has shadow with #8372B9 primary color and red secondary color.


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

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

This text has shadow with #8372B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8372B9 on black background.


Color preview on white background

This text has color #8372B9 on white background.



Black color preview on #8372B9 background

This text has black color on #8372B9 background.


White color preview on #8372B9 background

This text has white color on #8372B9 background.