COLOR #8339D5

HEX: #8339D5
RGB: (131,57,213)

Color info

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

RGB color model

#8339D5 color RGB value is (131,57,213).

  • red value is 131;
  • green value is 57;
  • blue value is 213.
RGB:
(131,57,213)
(51%,22%,84%)

RGB channels and saturation

R 131 of 255 = 51%
G 57 of 255 = 22%
B 213 of 255 = 84%

131
57
213

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

Portions of RGB colors in percentages

R + G + B =
131 + 57 + 213 = 401 (100%)
R 131 of 401 ~ 32.67%
G 57 of 401 ~ 14.21%
B 213 of 401 ~ 53.12%

%32.67
%14.21
%53.12

CMYK color model

#8339D5 color CMYK value is (38,73,0,16).

  • cyan value is 38.50%
  • magenta value is 73.24%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(38,73,0,16)
C38M73Y0K16 
(38%,73%,0%,16%)
(0.38/0.73/0.00/0.16)	

CMYK percentages

%38.5
%73.24
%0
%16.47

Codes

Color #8339D5 in popluar color models

8339D5
RGB13157213
HSL268°65.00%52.94%
HSB/HSV268°73.24%83.53%
CMYK38.50%73.24%0.00%
16.47%

Color #8339D5 in popluar number systems.

HEX8339D5
Decimal13157213
Binary1000001111100111010101
Octal20371325

Shades and tints

Shades of #8339D5

#8339D5
(131,57,213)
#7834C2
(120,52,194)
#6D2FAF
(109,47,175)
#622A9C
(98,42,156)
#572589
(87,37,137)
#4C2076
(76,32,118)
#411B63
(65,27,99)
#361650
(54,22,80)
#2B113D
(43,17,61)
#200C2A
(32,12,42)
#150717
(21,7,23)
#000000
(0,0,0)

Tints of #8339D5

#8339D5
(131,57,213)
#8E4BD8
(142,75,216)
#995DDB
(153,93,219)
#A46FDE
(164,111,222)
#AF81E1
(175,129,225)
#BA93E4
(186,147,228)
#C5A5E7
(197,165,231)
#D0B7EA
(208,183,234)
#DBC9ED
(219,201,237)
#E6DBF0
(230,219,240)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8339D5 color. Also use rgb(131,57,213) instead hex code.

Text Font Color

.myTextColor { color: #8339D5; }

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

This text font color is #8339D5.


Background Color

.myBgColor { background-color: #8339D5; }

<div style="background-color:#8339D5">Inner text</div>

This div background color is #8339D5.


Border color

.myBorderColor { border: 1px solid #8339D5; }

<div style="border:3px solid #8339D5">Div</div>

This div border color is #8339D5.


Opacity

.myOpacity80 { color: #8339D5; opacity: 0.8; }

<p style="color:#8339D5;opacity:0.8;">80%</p>

Text with #8339D5 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 #8339D5;}

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

This text has shadow with #8339D5 color.

.textShadow {text-shadow: 3px 3px 1px #8339D5, 3px 3px 1px red;}

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

This text has shadow with #8339D5 primary color and red secondary color.


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

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

This text has shadow with #8339D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8339D5 on black background.


Color preview on white background

This text has color #8339D5 on white background.



Black color preview on #8339D5 background

This text has black color on #8339D5 background.


White color preview on #8339D5 background

This text has white color on #8339D5 background.