COLOR #82568B

HEX: #82568B
RGB: (130,86,139)

Color info

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

RGB color model

#82568B color RGB value is (130,86,139).

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

RGB channels and saturation

R 130 of 255 = 51%
G 86 of 255 = 34%
B 139 of 255 = 55%

130
86
139

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

Portions of RGB colors in percentages

R + G + B =
130 + 86 + 139 = 355 (100%)
R 130 of 355 ~ 36.62%
G 86 of 355 ~ 24.23%
B 139 of 355 ~ 39.15%

%36.62
%24.23
%39.15

CMYK color model

#82568B color CMYK value is (6,38,0,45).

  • cyan value is 6.47%
  • magenta value is 38.13%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(6,38,0,45)
C6M38Y0K45 
(6%,38%,0%,45%)
(0.06/0.38/0.00/0.45)	

CMYK percentages

%6.47
%38.13
%0
%45.49

Codes

Color #82568B in popluar color models

82568B
RGB13086139
HSL290°23.56%44.12%
HSB/HSV290°38.13%54.51%
CMYK6.47%38.13%0.00%
45.49%

Color #82568B in popluar number systems.

HEX82568B
Decimal13086139
Binary10000010101011010001011
Octal202126213

Shades and tints

Shades of #82568B

#82568B
(130,86,139)
#774F7F
(119,79,127)
#6C4873
(108,72,115)
#614167
(97,65,103)
#563A5B
(86,58,91)
#4B334F
(75,51,79)
#402C43
(64,44,67)
#352537
(53,37,55)
#2A1E2B
(42,30,43)
#1F171F
(31,23,31)
#141013
(20,16,19)
#000000
(0,0,0)

Tints of #82568B

#82568B
(130,86,139)
#8D6595
(141,101,149)
#98749F
(152,116,159)
#A383A9
(163,131,169)
#AE92B3
(174,146,179)
#B9A1BD
(185,161,189)
#C4B0C7
(196,176,199)
#CFBFD1
(207,191,209)
#DACEDB
(218,206,219)
#E5DDE5
(229,221,229)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #82568B; }

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

This text font color is #82568B.


Background Color

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

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

This div background color is #82568B.


Border color

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

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

This div border color is #82568B.


Opacity

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

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

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

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

This text has shadow with #82568B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #82568B on black background.


Color preview on white background

This text has color #82568B on white background.



Black color preview on #82568B background

This text has black color on #82568B background.


White color preview on #82568B background

This text has white color on #82568B background.