COLOR #8370CD

HEX: #8370CD
RGB: (131,112,205)

Color info

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

RGB color model

#8370CD color RGB value is (131,112,205).

  • red value is 131;
  • green value is 112;
  • blue value is 205.
RGB:
(131,112,205)
(51%,44%,80%)

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 205 of 255 = 80%

131
112
205

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

Portions of RGB colors in percentages

R + G + B =
131 + 112 + 205 = 448 (100%)
R 131 of 448 ~ 29.24%
G 112 of 448 ~ 25%
B 205 of 448 ~ 45.76%

%29.24
%25
%45.76

CMYK color model

#8370CD color CMYK value is (36,45,0,20).

  • cyan value is 36.10%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(36,45,0,20)
C36M45Y0K20 
(36%,45%,0%,20%)
(0.36/0.45/0.00/0.20)	

CMYK percentages

%36.1
%45.37
%0
%19.61

Codes

Color #8370CD in popluar color models

8370CD
RGB131112205
HSL252°48.19%62.16%
HSB/HSV252°45.37%80.39%
CMYK36.10%45.37%0.00%
19.61%

Color #8370CD in popluar number systems.

HEX8370CD
Decimal131112205
Binary10000011111000011001101
Octal203160315

Shades and tints

Shades of #8370CD

#8370CD
(131,112,205)
#7866BB
(120,102,187)
#6D5CA9
(109,92,169)
#625297
(98,82,151)
#574885
(87,72,133)
#4C3E73
(76,62,115)
#413461
(65,52,97)
#362A4F
(54,42,79)
#2B203D
(43,32,61)
#20162B
(32,22,43)
#150C19
(21,12,25)
#000000
(0,0,0)

Tints of #8370CD

#8370CD
(131,112,205)
#8E7DD1
(142,125,209)
#998AD5
(153,138,213)
#A497D9
(164,151,217)
#AFA4DD
(175,164,221)
#BAB1E1
(186,177,225)
#C5BEE5
(197,190,229)
#D0CBE9
(208,203,233)
#DBD8ED
(219,216,237)
#E6E5F1
(230,229,241)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8370CD color. Also use rgb(131,112,205) instead hex code.

Text Font Color

.myTextColor { color: #8370CD; }

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

This text font color is #8370CD.


Background Color

.myBgColor { background-color: #8370CD; }

<div style="background-color:#8370CD">Inner text</div>

This div background color is #8370CD.


Border color

.myBorderColor { border: 1px solid #8370CD; }

<div style="border:3px solid #8370CD">Div</div>

This div border color is #8370CD.


Opacity

.myOpacity80 { color: #8370CD; opacity: 0.8; }

<p style="color:#8370CD;opacity:0.8;">80%</p>

Text with #8370CD 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 #8370CD;}

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

This text has shadow with #8370CD color.

.textShadow {text-shadow: 3px 3px 1px #8370CD, 3px 3px 1px red;}

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

This text has shadow with #8370CD primary color and red secondary color.


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

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

This text has shadow with #8370CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8370CD on black background.


Color preview on white background

This text has color #8370CD on white background.



Black color preview on #8370CD background

This text has black color on #8370CD background.


White color preview on #8370CD background

This text has white color on #8370CD background.