COLOR #8372F9

HEX: #8372F9
RGB: (131,114,249)

Color info

#8372F9 contains mainly blue color. Web safe color of #8372F9 is #9966FF (or #96F).

RGB color model

#8372F9 color RGB value is (131,114,249).

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

RGB channels and saturation

R 131 of 255 = 51%
G 114 of 255 = 45%
B 249 of 255 = 98%

131
114
249

R + G + B ~ 65%. #8372F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 114 + 249 = 494 (100%)
R 131 of 494 ~ 26.52%
G 114 of 494 ~ 23.08%
B 249 of 494 ~ 50.4%

%26.52
%23.08
%50.4

CMYK color model

#8372F9 color CMYK value is (47,54,0,2).

  • cyan value is 47.39%
  • magenta value is 54.22%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(47,54,0,2)
C47M54Y0K2 
(47%,54%,0%,2%)
(0.47/0.54/0.00/0.02)	

CMYK percentages

%47.39
%54.22
%0
%2.35

Codes

Color #8372F9 in popluar color models

8372F9
RGB131114249
HSL248°91.84%71.18%
HSB/HSV248°54.22%97.65%
CMYK47.39%54.22%0.00%
2.35%

Color #8372F9 in popluar number systems.

HEX8372F9
Decimal131114249
Binary10000011111001011111001
Octal203162371

Shades and tints

Shades of #8372F9

#8372F9
(131,114,249)
#7868E3
(120,104,227)
#6D5ECD
(109,94,205)
#6254B7
(98,84,183)
#574AA1
(87,74,161)
#4C408B
(76,64,139)
#413675
(65,54,117)
#362C5F
(54,44,95)
#2B2249
(43,34,73)
#201833
(32,24,51)
#150E1D
(21,14,29)
#000000
(0,0,0)

Tints of #8372F9

#8372F9
(131,114,249)
#8E7EF9
(142,126,249)
#998AF9
(153,138,249)
#A496F9
(164,150,249)
#AFA2F9
(175,162,249)
#BAAEF9
(186,174,249)
#C5BAF9
(197,186,249)
#D0C6F9
(208,198,249)
#DBD2F9
(219,210,249)
#E6DEF9
(230,222,249)
#F1EAF9
(241,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8372F9; }

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

This text font color is #8372F9.


Background Color

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

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

This div background color is #8372F9.


Border color

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

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

This div border color is #8372F9.


Opacity

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

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

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

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

This text has shadow with #8372F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8372F9 on black background.


Color preview on white background

This text has color #8372F9 on white background.



Black color preview on #8372F9 background

This text has black color on #8372F9 background.


White color preview on #8372F9 background

This text has white color on #8372F9 background.