COLOR #82539F

HEX: #82539F
RGB: (130,83,159)

Color info

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

RGB color model

#82539F color RGB value is (130,83,159).

  • red value is 130;
  • green value is 83;
  • blue value is 159.
RGB:
(130,83,159)
(51%,33%,62%)

RGB channels and saturation

R 130 of 255 = 51%
G 83 of 255 = 33%
B 159 of 255 = 62%

130
83
159

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

Portions of RGB colors in percentages

R + G + B =
130 + 83 + 159 = 372 (100%)
R 130 of 372 ~ 34.95%
G 83 of 372 ~ 22.31%
B 159 of 372 ~ 42.74%

%34.95
%22.31
%42.74

CMYK color model

#82539F color CMYK value is (18,48,0,38).

  • cyan value is 18.24%
  • magenta value is 47.80%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(18,48,0,38)
C18M48Y0K38 
(18%,48%,0%,38%)
(0.18/0.48/0.00/0.38)	

CMYK percentages

%18.24
%47.8
%0
%37.65

Codes

Color #82539F in popluar color models

82539F
RGB13083159
HSL277°31.40%47.45%
HSB/HSV277°47.80%62.35%
CMYK18.24%47.80%0.00%
37.65%

Color #82539F in popluar number systems.

HEX82539F
Decimal13083159
Binary10000010101001110011111
Octal202123237

Shades and tints

Shades of #82539F

#82539F
(130,83,159)
#774C91
(119,76,145)
#6C4583
(108,69,131)
#613E75
(97,62,117)
#563767
(86,55,103)
#4B3059
(75,48,89)
#40294B
(64,41,75)
#35223D
(53,34,61)
#2A1B2F
(42,27,47)
#1F1421
(31,20,33)
#140D13
(20,13,19)
#000000
(0,0,0)

Tints of #82539F

#82539F
(130,83,159)
#8D62A7
(141,98,167)
#9871AF
(152,113,175)
#A380B7
(163,128,183)
#AE8FBF
(174,143,191)
#B99EC7
(185,158,199)
#C4ADCF
(196,173,207)
#CFBCD7
(207,188,215)
#DACBDF
(218,203,223)
#E5DAE7
(229,218,231)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #82539F color. Also use rgb(130,83,159) instead hex code.

Text Font Color

.myTextColor { color: #82539F; }

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

This text font color is #82539F.


Background Color

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

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

This div background color is #82539F.


Border color

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

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

This div border color is #82539F.


Opacity

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

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

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

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

This text has shadow with #82539F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82539F on black background.


Color preview on white background

This text has color #82539F on white background.



Black color preview on #82539F background

This text has black color on #82539F background.


White color preview on #82539F background

This text has white color on #82539F background.