COLOR #8367CC

HEX: #8367CC
RGB: (131,103,204)

Color info

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

RGB color model

#8367CC color RGB value is (131,103,204).

  • red value is 131;
  • green value is 103;
  • blue value is 204.
RGB:
(131,103,204)
(51%,40%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 103 of 255 = 40%
B 204 of 255 = 80%

131
103
204

R + G + B ~ 57%. #8367CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 103 + 204 = 438 (100%)
R 131 of 438 ~ 29.91%
G 103 of 438 ~ 23.52%
B 204 of 438 ~ 46.58%

%29.91
%23.52
%46.58

CMYK color model

#8367CC color CMYK value is (36,50,0,20).

  • cyan value is 35.78%
  • magenta value is 49.51%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(36,50,0,20)
C36M50Y0K20 
(36%,50%,0%,20%)
(0.36/0.50/0.00/0.20)	

CMYK percentages

%35.78
%49.51
%0
%20

Codes

Color #8367CC in popluar color models

8367CC
RGB131103204
HSL257°49.75%60.20%
HSB/HSV257°49.51%80.00%
CMYK35.78%49.51%0.00%
20.00%

Color #8367CC in popluar number systems.

HEX8367CC
Decimal131103204
Binary10000011110011111001100
Octal203147314

Shades and tints

Shades of #8367CC

#8367CC
(131,103,204)
#785EBA
(120,94,186)
#6D55A8
(109,85,168)
#624C96
(98,76,150)
#574384
(87,67,132)
#4C3A72
(76,58,114)
#413160
(65,49,96)
#36284E
(54,40,78)
#2B1F3C
(43,31,60)
#20162A
(32,22,42)
#150D18
(21,13,24)
#000000
(0,0,0)

Tints of #8367CC

#8367CC
(131,103,204)
#8E74D0
(142,116,208)
#9981D4
(153,129,212)
#A48ED8
(164,142,216)
#AF9BDC
(175,155,220)
#BAA8E0
(186,168,224)
#C5B5E4
(197,181,228)
#D0C2E8
(208,194,232)
#DBCFEC
(219,207,236)
#E6DCF0
(230,220,240)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8367CC color. Also use rgb(131,103,204) instead hex code.

Text Font Color

.myTextColor { color: #8367CC; }

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

This text font color is #8367CC.


Background Color

.myBgColor { background-color: #8367CC; }

<div style="background-color:#8367CC">Inner text</div>

This div background color is #8367CC.


Border color

.myBorderColor { border: 1px solid #8367CC; }

<div style="border:3px solid #8367CC">Div</div>

This div border color is #8367CC.


Opacity

.myOpacity80 { color: #8367CC; opacity: 0.8; }

<p style="color:#8367CC;opacity:0.8;">80%</p>

Text with #8367CC 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 #8367CC;}

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

This text has shadow with #8367CC color.

.textShadow {text-shadow: 3px 3px 1px #8367CC, 3px 3px 1px red;}

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

This text has shadow with #8367CC primary color and red secondary color.


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

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

This text has shadow with #8367CC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8367CC on black background.


Color preview on white background

This text has color #8367CC on white background.



Black color preview on #8367CC background

This text has black color on #8367CC background.


White color preview on #8367CC background

This text has white color on #8367CC background.