COLOR #8368CA

HEX: #8368CA
RGB: (131,104,202)

Color info

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

RGB color model

#8368CA color RGB value is (131,104,202).

  • red value is 131;
  • green value is 104;
  • blue value is 202.
RGB:
(131,104,202)
(51%,41%,79%)

RGB channels and saturation

R 131 of 255 = 51%
G 104 of 255 = 41%
B 202 of 255 = 79%

131
104
202

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

Portions of RGB colors in percentages

R + G + B =
131 + 104 + 202 = 437 (100%)
R 131 of 437 ~ 29.98%
G 104 of 437 ~ 23.8%
B 202 of 437 ~ 46.22%

%29.98
%23.8
%46.22

CMYK color model

#8368CA color CMYK value is (35,49,0,21).

  • cyan value is 35.15%
  • magenta value is 48.51%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(35,49,0,21)
C35M49Y0K21 
(35%,49%,0%,21%)
(0.35/0.49/0.00/0.21)	

CMYK percentages

%35.15
%48.51
%0
%20.78

Codes

Color #8368CA in popluar color models

8368CA
RGB131104202
HSL257°48.04%60.00%
HSB/HSV257°48.51%79.22%
CMYK35.15%48.51%0.00%
20.78%

Color #8368CA in popluar number systems.

HEX8368CA
Decimal131104202
Binary10000011110100011001010
Octal203150312

Shades and tints

Shades of #8368CA

#8368CA
(131,104,202)
#785FB8
(120,95,184)
#6D56A6
(109,86,166)
#624D94
(98,77,148)
#574482
(87,68,130)
#4C3B70
(76,59,112)
#41325E
(65,50,94)
#36294C
(54,41,76)
#2B203A
(43,32,58)
#201728
(32,23,40)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #8368CA

#8368CA
(131,104,202)
#8E75CE
(142,117,206)
#9982D2
(153,130,210)
#A48FD6
(164,143,214)
#AF9CDA
(175,156,218)
#BAA9DE
(186,169,222)
#C5B6E2
(197,182,226)
#D0C3E6
(208,195,230)
#DBD0EA
(219,208,234)
#E6DDEE
(230,221,238)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8368CA color. Also use rgb(131,104,202) instead hex code.

Text Font Color

.myTextColor { color: #8368CA; }

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

This text font color is #8368CA.


Background Color

.myBgColor { background-color: #8368CA; }

<div style="background-color:#8368CA">Inner text</div>

This div background color is #8368CA.


Border color

.myBorderColor { border: 1px solid #8368CA; }

<div style="border:3px solid #8368CA">Div</div>

This div border color is #8368CA.


Opacity

.myOpacity80 { color: #8368CA; opacity: 0.8; }

<p style="color:#8368CA;opacity:0.8;">80%</p>

Text with #8368CA 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 #8368CA;}

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

This text has shadow with #8368CA color.

.textShadow {text-shadow: 3px 3px 1px #8368CA, 3px 3px 1px red;}

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

This text has shadow with #8368CA primary color and red secondary color.


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

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

This text has shadow with #8368CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8368CA on black background.


Color preview on white background

This text has color #8368CA on white background.



Black color preview on #8368CA background

This text has black color on #8368CA background.


White color preview on #8368CA background

This text has white color on #8368CA background.