COLOR #8370AD

HEX: #8370AD RGB: (131,112,173)

Color info

#8370AD contains mainly red and blue colors. Web safe color of #8370AD is #996699 (or #969).

RGB color model

#8370AD color RGB value is (131,112,173).

RGB: (131,112,173) (51%, 44%, 68%)

RGB channels and saturation

R 131 of 255 = 51%
G 112 of 255 = 44%
B 173 of 255 = 68%

131
112
173

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

Portions of RGB colors in percentages

R + G + B = 131 + 112 + 173 = 416 (100%)
R 131 of 416 ~ 31.49%
G 112 of 416 ~ 26.92%
B 173 of 416 ~ 41.59'%

%31.49
%26.92
%41.59

CMYK color model

#8370AD color CMYK value is (24,35,0,32).

  • cyan value is 24.28%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (24,35,0,32) C24M35Y0K32 (24%,35%,0%,32%) (0.24/0.35/0.00/0.32) 

CMYK percentages

%24.28
%35.26
%0
%32.16

Codes

Color #8370AD in popluar color models

83 70 AD
RGB 131 112 173
HSL 259° 27.11% 55.88%
HSB/HSV 259° 35.26% 67.84%
CMYK 24.28% 35.26% 0.00%
32.16%

Color #8370AD in popluar number systems.

HEX 83 70 AD
Decimal 131 112 173
Binary 10000011 1110000 10101101
Octal 203 160 255

Shades and tints

Shades of #8370AD

#8370AD
(131,112,173)
#78669E
(120,102,158)
#6D5C8F
(109,92,143)
#625280
(98,82,128)
#574871
(87,72,113)
#4C3E62
(76,62,98)
#413453
(65,52,83)
#362A44
(54,42,68)
#2B2035
(43,32,53)
#201626
(32,22,38)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #8370AD

#8370AD
(131,112,173)
#8E7DB4
(142,125,180)
#998ABB
(153,138,187)
#A497C2
(164,151,194)
#AFA4C9
(175,164,201)
#BAB1D0
(186,177,208)
#C5BED7
(197,190,215)
#D0CBDE
(208,203,222)
#DBD8E5
(219,216,229)
#E6E5EC
(230,229,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8370AD; }

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

This text font color is #8370AD.

Background Color

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

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

This div background color is #8370AD.

Border color

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

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

This div border color is #8370AD.

Opacity

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

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

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

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

This text has shadow with #8370AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8370AD.

Preview

Color preview on black background

This text has color #8370AD on black background.


Color preview on white background

This text has color #8370AD on white background.


Black color preview on #8370AD background

This text has black color on #8370AD background.


White color preview on #8370AD background

This text has white color on #8370AD background.


Related colors

Complementary color

Complementary color for #hex is #7C8F52.


I love getcolorcode.com

Triadic colors

1 #AD8370 and #70AD83 with #8370AD are triadic colors.

2 #AD7083 and #7083AD with #8370AD are triadic colors.