COLOR #82518B

HEX: #82518B
RGB: (130,81,139)

Color info

#82518B contains red, green and blue colors in about the same proportion. Web safe color of #82518B is #996699 (or #969).

RGB color model

#82518B color RGB value is (130,81,139).

  • red value is 130;
  • green value is 81;
  • blue value is 139.
RGB:
(130,81,139)
(51%,32%,55%)

RGB channels and saturation

R 130 of 255 = 51%
G 81 of 255 = 32%
B 139 of 255 = 55%

130
81
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 81 + 139 = 350 (100%)
R 130 of 350 ~ 37.14%
G 81 of 350 ~ 23.14%
B 139 of 350 ~ 39.71%

%37.14
%23.14
%39.71

CMYK color model

#82518B color CMYK value is (6,42,0,45).

  • cyan value is 6.47%
  • magenta value is 41.73%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,42,0,45)
C6M42Y0K45 
(6%,42%,0%,45%)
(0.06/0.42/0.00/0.45)	

CMYK percentages

%6.47
%41.73
%0
%45.49

Codes

Color #82518B in popluar color models

82518B
RGB13081139
HSL291°26.36%43.14%
HSB/HSV291°41.73%54.51%
CMYK6.47%41.73%0.00%
45.49%

Color #82518B in popluar number systems.

HEX82518B
Decimal13081139
Binary10000010101000110001011
Octal202121213

Shades and tints

Shades of #82518B

#82518B
(130,81,139)
#774A7F
(119,74,127)
#6C4373
(108,67,115)
#613C67
(97,60,103)
#56355B
(86,53,91)
#4B2E4F
(75,46,79)
#402743
(64,39,67)
#352037
(53,32,55)
#2A192B
(42,25,43)
#1F121F
(31,18,31)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #82518B

#82518B
(130,81,139)
#8D6095
(141,96,149)
#986F9F
(152,111,159)
#A37EA9
(163,126,169)
#AE8DB3
(174,141,179)
#B99CBD
(185,156,189)
#C4ABC7
(196,171,199)
#CFBAD1
(207,186,209)
#DAC9DB
(218,201,219)
#E5D8E5
(229,216,229)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82518B color. Also use rgb(130,81,139) instead hex code.

Text Font Color

.myTextColor { color: #82518B; }

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

This text font color is #82518B.


Background Color

.myBgColor { background-color: #82518B; }

<div style="background-color:#82518B">Inner text</div>

This div background color is #82518B.


Border color

.myBorderColor { border: 1px solid #82518B; }

<div style="border:3px solid #82518B">Div</div>

This div border color is #82518B.


Opacity

.myOpacity80 { color: #82518B; opacity: 0.8; }

<p style="color:#82518B;opacity:0.8;">80%</p>

Text with #82518B 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 #82518B;}

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

This text has shadow with #82518B color.

.textShadow {text-shadow: 3px 3px 1px #82518B, 3px 3px 1px red;}

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

This text has shadow with #82518B primary color and red secondary color.


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

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

This text has shadow with #82518B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82518B on black background.


Color preview on white background

This text has color #82518B on white background.



Black color preview on #82518B background

This text has black color on #82518B background.


White color preview on #82518B background

This text has white color on #82518B background.