COLOR #83518F

HEX: #83518F
RGB: (131,81,143)

Color info

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

RGB color model

#83518F color RGB value is (131,81,143).

  • red value is 131;
  • green value is 81;
  • blue value is 143.
RGB:
(131,81,143)
(51%,32%,56%)

RGB channels and saturation

R 131 of 255 = 51%
G 81 of 255 = 32%
B 143 of 255 = 56%

131
81
143

R + G + B ~ 46%. #83518F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 81 + 143 = 355 (100%)
R 131 of 355 ~ 36.9%
G 81 of 355 ~ 22.82%
B 143 of 355 ~ 40.28%

%36.9
%22.82
%40.28

CMYK color model

#83518F color CMYK value is (8,43,0,44).

  • cyan value is 8.39%
  • magenta value is 43.36%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(8,43,0,44)
C8M43Y0K44 
(8%,43%,0%,44%)
(0.08/0.43/0.00/0.44)	

CMYK percentages

%8.39
%43.36
%0
%43.92

Codes

Color #83518F in popluar color models

83518F
RGB13181143
HSL288°27.68%43.92%
HSB/HSV288°43.36%56.08%
CMYK8.39%43.36%0.00%
43.92%

Color #83518F in popluar number systems.

HEX83518F
Decimal13181143
Binary10000011101000110001111
Octal203121217

Shades and tints

Shades of #83518F

#83518F
(131,81,143)
#784A82
(120,74,130)
#6D4375
(109,67,117)
#623C68
(98,60,104)
#57355B
(87,53,91)
#4C2E4E
(76,46,78)
#412741
(65,39,65)
#362034
(54,32,52)
#2B1927
(43,25,39)
#20121A
(32,18,26)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #83518F

#83518F
(131,81,143)
#8E6099
(142,96,153)
#996FA3
(153,111,163)
#A47EAD
(164,126,173)
#AF8DB7
(175,141,183)
#BA9CC1
(186,156,193)
#C5ABCB
(197,171,203)
#D0BAD5
(208,186,213)
#DBC9DF
(219,201,223)
#E6D8E9
(230,216,233)
#F1E7F3
(241,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83518F color. Also use rgb(131,81,143) instead hex code.

Text Font Color

.myTextColor { color: #83518F; }

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

This text font color is #83518F.


Background Color

.myBgColor { background-color: #83518F; }

<div style="background-color:#83518F">Inner text</div>

This div background color is #83518F.


Border color

.myBorderColor { border: 1px solid #83518F; }

<div style="border:3px solid #83518F">Div</div>

This div border color is #83518F.


Opacity

.myOpacity80 { color: #83518F; opacity: 0.8; }

<p style="color:#83518F;opacity:0.8;">80%</p>

Text with #83518F 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 #83518F;}

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

This text has shadow with #83518F color.

.textShadow {text-shadow: 3px 3px 1px #83518F, 3px 3px 1px red;}

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

This text has shadow with #83518F primary color and red secondary color.


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

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

This text has shadow with #83518F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83518F on black background.


Color preview on white background

This text has color #83518F on white background.



Black color preview on #83518F background

This text has black color on #83518F background.


White color preview on #83518F background

This text has white color on #83518F background.