COLOR #8373C8

HEX: #8373C8
RGB: (131,115,200)

Color info

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

RGB color model

#8373C8 color RGB value is (131,115,200).

  • red value is 131;
  • green value is 115;
  • blue value is 200.
RGB:
(131,115,200)
(51%,45%,78%)

RGB channels and saturation

R 131 of 255 = 51%
G 115 of 255 = 45%
B 200 of 255 = 78%

131
115
200

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

Portions of RGB colors in percentages

R + G + B =
131 + 115 + 200 = 446 (100%)
R 131 of 446 ~ 29.37%
G 115 of 446 ~ 25.78%
B 200 of 446 ~ 44.84%

%29.37
%25.78
%44.84

CMYK color model

#8373C8 color CMYK value is (35,43,0,22).

  • cyan value is 34.50%
  • magenta value is 42.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(35,43,0,22)
C35M43Y0K22 
(35%,43%,0%,22%)
(0.35/0.43/0.00/0.22)	

CMYK percentages

%34.5
%42.5
%0
%21.57

Codes

Color #8373C8 in popluar color models

8373C8
RGB131115200
HSL251°43.59%61.76%
HSB/HSV251°42.50%78.43%
CMYK34.50%42.50%0.00%
21.57%

Color #8373C8 in popluar number systems.

HEX8373C8
Decimal131115200
Binary10000011111001111001000
Octal203163310

Shades and tints

Shades of #8373C8

#8373C8
(131,115,200)
#7869B6
(120,105,182)
#6D5FA4
(109,95,164)
#625592
(98,85,146)
#574B80
(87,75,128)
#4C416E
(76,65,110)
#41375C
(65,55,92)
#362D4A
(54,45,74)
#2B2338
(43,35,56)
#201926
(32,25,38)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #8373C8

#8373C8
(131,115,200)
#8E7FCD
(142,127,205)
#998BD2
(153,139,210)
#A497D7
(164,151,215)
#AFA3DC
(175,163,220)
#BAAFE1
(186,175,225)
#C5BBE6
(197,187,230)
#D0C7EB
(208,199,235)
#DBD3F0
(219,211,240)
#E6DFF5
(230,223,245)
#F1EBFA
(241,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8373C8 color. Also use rgb(131,115,200) instead hex code.

Text Font Color

.myTextColor { color: #8373C8; }

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

This text font color is #8373C8.


Background Color

.myBgColor { background-color: #8373C8; }

<div style="background-color:#8373C8">Inner text</div>

This div background color is #8373C8.


Border color

.myBorderColor { border: 1px solid #8373C8; }

<div style="border:3px solid #8373C8">Div</div>

This div border color is #8373C8.


Opacity

.myOpacity80 { color: #8373C8; opacity: 0.8; }

<p style="color:#8373C8;opacity:0.8;">80%</p>

Text with #8373C8 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 #8373C8;}

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

This text has shadow with #8373C8 color.

.textShadow {text-shadow: 3px 3px 1px #8373C8, 3px 3px 1px red;}

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

This text has shadow with #8373C8 primary color and red secondary color.


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

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

This text has shadow with #8373C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8373C8 on black background.


Color preview on white background

This text has color #8373C8 on white background.



Black color preview on #8373C8 background

This text has black color on #8373C8 background.


White color preview on #8373C8 background

This text has white color on #8373C8 background.