COLOR #8326E6

HEX: #8326E6
RGB: (131,38,230)

Color info

#8326E6 contains mainly blue color. Web safe color of #8326E6 is #9933CC (or #93C).

RGB color model

#8326E6 color RGB value is (131,38,230).

  • red value is 131;
  • green value is 38;
  • blue value is 230.
RGB:
(131,38,230)
(51%,15%,90%)

RGB channels and saturation

R 131 of 255 = 51%
G 38 of 255 = 15%
B 230 of 255 = 90%

131
38
230

R + G + B ~ 52%. #8326E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 38 + 230 = 399 (100%)
R 131 of 399 ~ 32.83%
G 38 of 399 ~ 9.52%
B 230 of 399 ~ 57.64%

%32.83
%9.52
%57.64

CMYK color model

#8326E6 color CMYK value is (43,83,0,10).

  • cyan value is 43.04%
  • magenta value is 83.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(43,83,0,10)
C43M83Y0K10 
(43%,83%,0%,10%)
(0.43/0.83/0.00/0.10)	

CMYK percentages

%43.04
%83.48
%0
%9.8

Codes

Color #8326E6 in popluar color models

8326E6
RGB13138230
HSL269°79.34%52.55%
HSB/HSV269°83.48%90.20%
CMYK43.04%83.48%0.00%
9.80%

Color #8326E6 in popluar number systems.

HEX8326E6
Decimal13138230
Binary1000001110011011100110
Octal20346346

Shades and tints

Shades of #8326E6

#8326E6
(131,38,230)
#7823D2
(120,35,210)
#6D20BE
(109,32,190)
#621DAA
(98,29,170)
#571A96
(87,26,150)
#4C1782
(76,23,130)
#41146E
(65,20,110)
#36115A
(54,17,90)
#2B0E46
(43,14,70)
#200B32
(32,11,50)
#15081E
(21,8,30)
#000000
(0,0,0)

Tints of #8326E6

#8326E6
(131,38,230)
#8E39E8
(142,57,232)
#994CEA
(153,76,234)
#A45FEC
(164,95,236)
#AF72EE
(175,114,238)
#BA85F0
(186,133,240)
#C598F2
(197,152,242)
#D0ABF4
(208,171,244)
#DBBEF6
(219,190,246)
#E6D1F8
(230,209,248)
#F1E4FA
(241,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8326E6 color. Also use rgb(131,38,230) instead hex code.

Text Font Color

.myTextColor { color: #8326E6; }

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

This text font color is #8326E6.


Background Color

.myBgColor { background-color: #8326E6; }

<div style="background-color:#8326E6">Inner text</div>

This div background color is #8326E6.


Border color

.myBorderColor { border: 1px solid #8326E6; }

<div style="border:3px solid #8326E6">Div</div>

This div border color is #8326E6.


Opacity

.myOpacity80 { color: #8326E6; opacity: 0.8; }

<p style="color:#8326E6;opacity:0.8;">80%</p>

Text with #8326E6 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 #8326E6;}

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

This text has shadow with #8326E6 color.

.textShadow {text-shadow: 3px 3px 1px #8326E6, 3px 3px 1px red;}

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

This text has shadow with #8326E6 primary color and red secondary color.


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

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

This text has shadow with #8326E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8326E6 on black background.


Color preview on white background

This text has color #8326E6 on white background.



Black color preview on #8326E6 background

This text has black color on #8326E6 background.


White color preview on #8326E6 background

This text has white color on #8326E6 background.