COLOR #8370C2

HEX: #8370C2 RGB: (131,112,194)

Color info

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

RGB color model

#8370C2 color RGB value is (131,112,194).

RGB: (131,112,194) (51%, 44%, 76%)

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 194 of 255 = 76%

131
112
194

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

Portions of RGB colors in percentages

R + G + B = 131 + 112 + 194 = 437 (100%)
R 131 of 437 ~ 29.98%
G 112 of 437 ~ 25.63%
B 194 of 437 ~ 44.39'%

%29.98
%25.63
%44.39

CMYK color model

#8370C2 color CMYK value is (32,42,0,24).

  • cyan value is 32.47%
  • magenta value is 42.27%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (32,42,0,24)
C32M42Y0K24 (32%, 42%, 0%, 24%)
(0.32 / 0.42 / 0.00 / 0.24)

CMYK percentages

%32.47
%42.27
%0
%23.92

Codes

Color #8370C2 in popluar color models

83 70 C2
RGB 131 112 194
HSL 254° 40.20% 60.00%
HSB/HSV 254° 42.27% 76.08%
CMYK 32.47% 42.27% 0.00%
23.92%

Color #8370C2 in popluar number systems.

HEX 83 70 C2
Decimal 131 112 194
Binary 10000011 1110000 11000010
Octal 203 160 302

Shades and tints

Shades of #8370C2

#8370C2
(131,112,194)
#7866B1
(120,102,177)
#6D5CA0
(109,92,160)
#62528F
(98,82,143)
#57487E
(87,72,126)
#4C3E6D
(76,62,109)
#41345C
(65,52,92)
#362A4B
(54,42,75)
#2B203A
(43,32,58)
#201629
(32,22,41)
#150C18
(21,12,24)
#000000
(0,0,0)

Tints of #8370C2

#8370C2
(131,112,194)
#8E7DC7
(142,125,199)
#998ACC
(153,138,204)
#A497D1
(164,151,209)
#AFA4D6
(175,164,214)
#BAB1DB
(186,177,219)
#C5BEE0
(197,190,224)
#D0CBE5
(208,203,229)
#DBD8EA
(219,216,234)
#E6E5EF
(230,229,239)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8370C2; }

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

This text font color is #8370C2.

Background Color

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

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

This div background color is #8370C2.

Border color

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

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

This div border color is #8370C2.

Opacity

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

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

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

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

This text has shadow with #8370C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8370C2.

Preview

Color preview on black background

This text has color #8370C2 on black background.


Color preview on white background

This text has color #8370C2 on white background.


Black color preview on #8370C2 background

This text has black color on #8370C2 background.


White color preview on #8370C2 background

This text has white color on #8370C2 background.


Related colors

Complementary color

Complementary color for #hex is #7C8F3D.


I love getcolorcode.com

Triadic colors

1 #C28370 and #70C283 with #8370C2 are triadic colors.

2 #C27083 and #7083C2 with #8370C2 are triadic colors.