COLOR #8365D4

HEX: #8365D4
RGB: (131,101,212)

Color info

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

RGB color model

#8365D4 color RGB value is (131,101,212).

  • red value is 131;
  • green value is 101;
  • blue value is 212.
RGB:
(131,101,212)
(51%,40%,83%)

RGB channels and saturation

R 131 of 255 = 51%
G 101 of 255 = 40%
B 212 of 255 = 83%

131
101
212

R + G + B ~ 58%. #8365D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 101 + 212 = 444 (100%)
R 131 of 444 ~ 29.5%
G 101 of 444 ~ 22.75%
B 212 of 444 ~ 47.75%

%29.5
%22.75
%47.75

CMYK color model

#8365D4 color CMYK value is (38,52,0,17).

  • cyan value is 38.21%
  • magenta value is 52.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(38,52,0,17)
C38M52Y0K17 
(38%,52%,0%,17%)
(0.38/0.52/0.00/0.17)	

CMYK percentages

%38.21
%52.36
%0
%16.86

Codes

Color #8365D4 in popluar color models

8365D4
RGB131101212
HSL256°56.35%61.37%
HSB/HSV256°52.36%83.14%
CMYK38.21%52.36%0.00%
16.86%

Color #8365D4 in popluar number systems.

HEX8365D4
Decimal131101212
Binary10000011110010111010100
Octal203145324

Shades and tints

Shades of #8365D4

#8365D4
(131,101,212)
#785CC1
(120,92,193)
#6D53AE
(109,83,174)
#624A9B
(98,74,155)
#574188
(87,65,136)
#4C3875
(76,56,117)
#412F62
(65,47,98)
#36264F
(54,38,79)
#2B1D3C
(43,29,60)
#201429
(32,20,41)
#150B16
(21,11,22)
#000000
(0,0,0)

Tints of #8365D4

#8365D4
(131,101,212)
#8E73D7
(142,115,215)
#9981DA
(153,129,218)
#A48FDD
(164,143,221)
#AF9DE0
(175,157,224)
#BAABE3
(186,171,227)
#C5B9E6
(197,185,230)
#D0C7E9
(208,199,233)
#DBD5EC
(219,213,236)
#E6E3EF
(230,227,239)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8365D4 color. Also use rgb(131,101,212) instead hex code.

Text Font Color

.myTextColor { color: #8365D4; }

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

This text font color is #8365D4.


Background Color

.myBgColor { background-color: #8365D4; }

<div style="background-color:#8365D4">Inner text</div>

This div background color is #8365D4.


Border color

.myBorderColor { border: 1px solid #8365D4; }

<div style="border:3px solid #8365D4">Div</div>

This div border color is #8365D4.


Opacity

.myOpacity80 { color: #8365D4; opacity: 0.8; }

<p style="color:#8365D4;opacity:0.8;">80%</p>

Text with #8365D4 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 #8365D4;}

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

This text has shadow with #8365D4 color.

.textShadow {text-shadow: 3px 3px 1px #8365D4, 3px 3px 1px red;}

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

This text has shadow with #8365D4 primary color and red secondary color.


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

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

This text has shadow with #8365D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8365D4 on black background.


Color preview on white background

This text has color #8365D4 on white background.



Black color preview on #8365D4 background

This text has black color on #8365D4 background.


White color preview on #8365D4 background

This text has white color on #8365D4 background.