COLOR #8316E4

HEX: #8316E4
RGB: (131,22,228)

Color info

#8316E4 contains mainly blue color. Web safe color of #8316E4 is #9900CC (or #90C).

RGB color model

#8316E4 color RGB value is (131,22,228).

  • red value is 131;
  • green value is 22;
  • blue value is 228.
RGB:
(131,22,228)
(51%,9%,89%)

RGB channels and saturation

R 131 of 255 = 51%
G 22 of 255 = 9%
B 228 of 255 = 89%

131
22
228

R + G + B ~ 50%. #8316E4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 22 + 228 = 381 (100%)
R 131 of 381 ~ 34.38%
G 22 of 381 ~ 5.77%
B 228 of 381 ~ 59.84%

%34.38
%59.84

CMYK color model

#8316E4 color CMYK value is (43,90,0,11).

  • cyan value is 42.54%
  • magenta value is 90.35%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(43,90,0,11)
C43M90Y0K11 
(43%,90%,0%,11%)
(0.43/0.90/0.00/0.11)	

CMYK percentages

%42.54
%90.35
%0
%10.59

Codes

Color #8316E4 in popluar color models

8316E4
RGB13122228
HSL272°82.40%49.02%
HSB/HSV272°90.35%89.41%
CMYK42.54%90.35%0.00%
10.59%

Color #8316E4 in popluar number systems.

HEX8316E4
Decimal13122228
Binary100000111011011100100
Octal20326344

Shades and tints

Shades of #8316E4

#8316E4
(131,22,228)
#7814D0
(120,20,208)
#6D12BC
(109,18,188)
#6210A8
(98,16,168)
#570E94
(87,14,148)
#4C0C80
(76,12,128)
#410A6C
(65,10,108)
#360858
(54,8,88)
#2B0644
(43,6,68)
#200430
(32,4,48)
#15021C
(21,2,28)
#000000
(0,0,0)

Tints of #8316E4

#8316E4
(131,22,228)
#8E2BE6
(142,43,230)
#9940E8
(153,64,232)
#A455EA
(164,85,234)
#AF6AEC
(175,106,236)
#BA7FEE
(186,127,238)
#C594F0
(197,148,240)
#D0A9F2
(208,169,242)
#DBBEF4
(219,190,244)
#E6D3F6
(230,211,246)
#F1E8F8
(241,232,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8316E4 color. Also use rgb(131,22,228) instead hex code.

Text Font Color

.myTextColor { color: #8316E4; }

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

This text font color is #8316E4.


Background Color

.myBgColor { background-color: #8316E4; }

<div style="background-color:#8316E4">Inner text</div>

This div background color is #8316E4.


Border color

.myBorderColor { border: 1px solid #8316E4; }

<div style="border:3px solid #8316E4">Div</div>

This div border color is #8316E4.


Opacity

.myOpacity80 { color: #8316E4; opacity: 0.8; }

<p style="color:#8316E4;opacity:0.8;">80%</p>

Text with #8316E4 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 #8316E4;}

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

This text has shadow with #8316E4 color.

.textShadow {text-shadow: 3px 3px 1px #8316E4, 3px 3px 1px red;}

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

This text has shadow with #8316E4 primary color and red secondary color.


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

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

This text has shadow with #8316E4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8316E4 on black background.


Color preview on white background

This text has color #8316E4 on white background.



Black color preview on #8316E4 background

This text has black color on #8316E4 background.


White color preview on #8316E4 background

This text has white color on #8316E4 background.