COLOR #8361ED

HEX: #8361ED
RGB: (131,97,237)

Color info

#8361ED contains mainly blue color. Web safe color of #8361ED is #9966FF (or #96F).

RGB color model

#8361ED color RGB value is (131,97,237).

  • red value is 131;
  • green value is 97;
  • blue value is 237.
RGB:
(131,97,237)
(51%,38%,93%)

RGB channels and saturation

R 131 of 255 = 51%
G 97 of 255 = 38%
B 237 of 255 = 93%

131
97
237

R + G + B ~ 61%. #8361ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
131 + 97 + 237 = 465 (100%)
R 131 of 465 ~ 28.17%
G 97 of 465 ~ 20.86%
B 237 of 465 ~ 50.97%

%28.17
%20.86
%50.97

CMYK color model

#8361ED color CMYK value is (45,59,0,7).

  • cyan value is 44.73%
  • magenta value is 59.07%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(45,59,0,7)
C45M59Y0K7 
(45%,59%,0%,7%)
(0.45/0.59/0.00/0.07)	

CMYK percentages

%44.73
%59.07
%0
%7.06

Codes

Color #8361ED in popluar color models

8361ED
RGB13197237
HSL255°79.55%65.49%
HSB/HSV255°59.07%92.94%
CMYK44.73%59.07%0.00%
7.06%

Color #8361ED in popluar number systems.

HEX8361ED
Decimal13197237
Binary10000011110000111101101
Octal203141355

Shades and tints

Shades of #8361ED

#8361ED
(131,97,237)
#7859D8
(120,89,216)
#6D51C3
(109,81,195)
#6249AE
(98,73,174)
#574199
(87,65,153)
#4C3984
(76,57,132)
#41316F
(65,49,111)
#36295A
(54,41,90)
#2B2145
(43,33,69)
#201930
(32,25,48)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #8361ED

#8361ED
(131,97,237)
#8E6FEE
(142,111,238)
#997DEF
(153,125,239)
#A48BF0
(164,139,240)
#AF99F1
(175,153,241)
#BAA7F2
(186,167,242)
#C5B5F3
(197,181,243)
#D0C3F4
(208,195,244)
#DBD1F5
(219,209,245)
#E6DFF6
(230,223,246)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8361ED color. Also use rgb(131,97,237) instead hex code.

Text Font Color

.myTextColor { color: #8361ED; }

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

This text font color is #8361ED.


Background Color

.myBgColor { background-color: #8361ED; }

<div style="background-color:#8361ED">Inner text</div>

This div background color is #8361ED.


Border color

.myBorderColor { border: 1px solid #8361ED; }

<div style="border:3px solid #8361ED">Div</div>

This div border color is #8361ED.


Opacity

.myOpacity80 { color: #8361ED; opacity: 0.8; }

<p style="color:#8361ED;opacity:0.8;">80%</p>

Text with #8361ED 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 #8361ED;}

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

This text has shadow with #8361ED color.

.textShadow {text-shadow: 3px 3px 1px #8361ED, 3px 3px 1px red;}

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

This text has shadow with #8361ED primary color and red secondary color.


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

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

This text has shadow with #8361ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8361ED on black background.


Color preview on white background

This text has color #8361ED on white background.



Black color preview on #8361ED background

This text has black color on #8361ED background.


White color preview on #8361ED background

This text has white color on #8361ED background.