COLOR #8329E9

HEX: #8329E9
RGB: (131,41,233)

Color info

#8329E9 contains mainly blue color. Web safe color of #8329E9 is #9933FF (or #93F).

RGB color model

#8329E9 color RGB value is (131,41,233).

  • red value is 131;
  • green value is 41;
  • blue value is 233.
RGB:
(131,41,233)
(51%,16%,91%)

RGB channels and saturation

R 131 of 255 = 51%
G 41 of 255 = 16%
B 233 of 255 = 91%

131
41
233

R + G + B ~ 53%. #8329E9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 41 + 233 = 405 (100%)
R 131 of 405 ~ 32.35%
G 41 of 405 ~ 10.12%
B 233 of 405 ~ 57.53%

%32.35
%10.12
%57.53

CMYK color model

#8329E9 color CMYK value is (44,82,0,9).

  • cyan value is 43.78%
  • magenta value is 82.40%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(44,82,0,9)
C44M82Y0K9 
(44%,82%,0%,9%)
(0.44/0.82/0.00/0.09)	

CMYK percentages

%43.78
%82.4
%0
%8.63

Codes

Color #8329E9 in popluar color models

8329E9
RGB13141233
HSL268°81.36%53.73%
HSB/HSV268°82.40%91.37%
CMYK43.78%82.40%0.00%
8.63%

Color #8329E9 in popluar number systems.

HEX8329E9
Decimal13141233
Binary1000001110100111101001
Octal20351351

Shades and tints

Shades of #8329E9

#8329E9
(131,41,233)
#7826D4
(120,38,212)
#6D23BF
(109,35,191)
#6220AA
(98,32,170)
#571D95
(87,29,149)
#4C1A80
(76,26,128)
#41176B
(65,23,107)
#361456
(54,20,86)
#2B1141
(43,17,65)
#200E2C
(32,14,44)
#150B17
(21,11,23)
#000000
(0,0,0)

Tints of #8329E9

#8329E9
(131,41,233)
#8E3CEB
(142,60,235)
#994FED
(153,79,237)
#A462EF
(164,98,239)
#AF75F1
(175,117,241)
#BA88F3
(186,136,243)
#C59BF5
(197,155,245)
#D0AEF7
(208,174,247)
#DBC1F9
(219,193,249)
#E6D4FB
(230,212,251)
#F1E7FD
(241,231,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8329E9 color. Also use rgb(131,41,233) instead hex code.

Text Font Color

.myTextColor { color: #8329E9; }

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

This text font color is #8329E9.


Background Color

.myBgColor { background-color: #8329E9; }

<div style="background-color:#8329E9">Inner text</div>

This div background color is #8329E9.


Border color

.myBorderColor { border: 1px solid #8329E9; }

<div style="border:3px solid #8329E9">Div</div>

This div border color is #8329E9.


Opacity

.myOpacity80 { color: #8329E9; opacity: 0.8; }

<p style="color:#8329E9;opacity:0.8;">80%</p>

Text with #8329E9 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 #8329E9;}

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

This text has shadow with #8329E9 color.

.textShadow {text-shadow: 3px 3px 1px #8329E9, 3px 3px 1px red;}

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

This text has shadow with #8329E9 primary color and red secondary color.


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

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

This text has shadow with #8329E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8329E9 on black background.


Color preview on white background

This text has color #8329E9 on white background.



Black color preview on #8329E9 background

This text has black color on #8329E9 background.


White color preview on #8329E9 background

This text has white color on #8329E9 background.