COLOR #8355D6

HEX: #8355D6
RGB: (131,85,214)

Color info

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

RGB color model

#8355D6 color RGB value is (131,85,214).

  • red value is 131;
  • green value is 85;
  • blue value is 214.
RGB:
(131,85,214)
(51%,33%,84%)

RGB channels and saturation

R 131 of 255 = 51%
G 85 of 255 = 33%
B 214 of 255 = 84%

131
85
214

R + G + B ~ 56%. #8355D6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 85 + 214 = 430 (100%)
R 131 of 430 ~ 30.47%
G 85 of 430 ~ 19.77%
B 214 of 430 ~ 49.77%

%30.47
%19.77
%49.77

CMYK color model

#8355D6 color CMYK value is (39,60,0,16).

  • cyan value is 38.79%
  • magenta value is 60.28%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(39,60,0,16)
C39M60Y0K16 
(39%,60%,0%,16%)
(0.39/0.60/0.00/0.16)	

CMYK percentages

%38.79
%60.28
%0
%16.08

Codes

Color #8355D6 in popluar color models

8355D6
RGB13185214
HSL261°61.14%58.63%
HSB/HSV261°60.28%83.92%
CMYK38.79%60.28%0.00%
16.08%

Color #8355D6 in popluar number systems.

HEX8355D6
Decimal13185214
Binary10000011101010111010110
Octal203125326

Shades and tints

Shades of #8355D6

#8355D6
(131,85,214)
#784EC3
(120,78,195)
#6D47B0
(109,71,176)
#62409D
(98,64,157)
#57398A
(87,57,138)
#4C3277
(76,50,119)
#412B64
(65,43,100)
#362451
(54,36,81)
#2B1D3E
(43,29,62)
#20162B
(32,22,43)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #8355D6

#8355D6
(131,85,214)
#8E64D9
(142,100,217)
#9973DC
(153,115,220)
#A482DF
(164,130,223)
#AF91E2
(175,145,226)
#BAA0E5
(186,160,229)
#C5AFE8
(197,175,232)
#D0BEEB
(208,190,235)
#DBCDEE
(219,205,238)
#E6DCF1
(230,220,241)
#F1EBF4
(241,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8355D6 color. Also use rgb(131,85,214) instead hex code.

Text Font Color

.myTextColor { color: #8355D6; }

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

This text font color is #8355D6.


Background Color

.myBgColor { background-color: #8355D6; }

<div style="background-color:#8355D6">Inner text</div>

This div background color is #8355D6.


Border color

.myBorderColor { border: 1px solid #8355D6; }

<div style="border:3px solid #8355D6">Div</div>

This div border color is #8355D6.


Opacity

.myOpacity80 { color: #8355D6; opacity: 0.8; }

<p style="color:#8355D6;opacity:0.8;">80%</p>

Text with #8355D6 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 #8355D6;}

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

This text has shadow with #8355D6 color.

.textShadow {text-shadow: 3px 3px 1px #8355D6, 3px 3px 1px red;}

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

This text has shadow with #8355D6 primary color and red secondary color.


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

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

This text has shadow with #8355D6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8355D6 on black background.


Color preview on white background

This text has color #8355D6 on white background.



Black color preview on #8355D6 background

This text has black color on #8355D6 background.


White color preview on #8355D6 background

This text has white color on #8355D6 background.