COLOR #8351D7

HEX: #8351D7
RGB: (131,81,215)

Color info

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

RGB color model

#8351D7 color RGB value is (131,81,215).

  • red value is 131;
  • green value is 81;
  • blue value is 215.
RGB:
(131,81,215)
(51%,32%,84%)

RGB channels and saturation

R 131 of 255 = 51%
G 81 of 255 = 32%
B 215 of 255 = 84%

131
81
215

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

Portions of RGB colors in percentages

R + G + B =
131 + 81 + 215 = 427 (100%)
R 131 of 427 ~ 30.68%
G 81 of 427 ~ 18.97%
B 215 of 427 ~ 50.35%

%30.68
%18.97
%50.35

CMYK color model

#8351D7 color CMYK value is (39,62,0,16).

  • cyan value is 39.07%
  • magenta value is 62.33%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(39,62,0,16)
C39M62Y0K16 
(39%,62%,0%,16%)
(0.39/0.62/0.00/0.16)	

CMYK percentages

%39.07
%62.33
%0
%15.69

Codes

Color #8351D7 in popluar color models

8351D7
RGB13181215
HSL262°62.62%58.04%
HSB/HSV262°62.33%84.31%
CMYK39.07%62.33%0.00%
15.69%

Color #8351D7 in popluar number systems.

HEX8351D7
Decimal13181215
Binary10000011101000111010111
Octal203121327

Shades and tints

Shades of #8351D7

#8351D7
(131,81,215)
#784AC4
(120,74,196)
#6D43B1
(109,67,177)
#623C9E
(98,60,158)
#57358B
(87,53,139)
#4C2E78
(76,46,120)
#412765
(65,39,101)
#362052
(54,32,82)
#2B193F
(43,25,63)
#20122C
(32,18,44)
#150B19
(21,11,25)
#000000
(0,0,0)

Tints of #8351D7

#8351D7
(131,81,215)
#8E60DA
(142,96,218)
#996FDD
(153,111,221)
#A47EE0
(164,126,224)
#AF8DE3
(175,141,227)
#BA9CE6
(186,156,230)
#C5ABE9
(197,171,233)
#D0BAEC
(208,186,236)
#DBC9EF
(219,201,239)
#E6D8F2
(230,216,242)
#F1E7F5
(241,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8351D7 color. Also use rgb(131,81,215) instead hex code.

Text Font Color

.myTextColor { color: #8351D7; }

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

This text font color is #8351D7.


Background Color

.myBgColor { background-color: #8351D7; }

<div style="background-color:#8351D7">Inner text</div>

This div background color is #8351D7.


Border color

.myBorderColor { border: 1px solid #8351D7; }

<div style="border:3px solid #8351D7">Div</div>

This div border color is #8351D7.


Opacity

.myOpacity80 { color: #8351D7; opacity: 0.8; }

<p style="color:#8351D7;opacity:0.8;">80%</p>

Text with #8351D7 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 #8351D7;}

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

This text has shadow with #8351D7 color.

.textShadow {text-shadow: 3px 3px 1px #8351D7, 3px 3px 1px red;}

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

This text has shadow with #8351D7 primary color and red secondary color.


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

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

This text has shadow with #8351D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8351D7 on black background.


Color preview on white background

This text has color #8351D7 on white background.



Black color preview on #8351D7 background

This text has black color on #8351D7 background.


White color preview on #8351D7 background

This text has white color on #8351D7 background.