COLOR #824A82

HEX: #824A82
RGB: (130,74,130)

Color info

#824A82 contains red, green and blue colors in about the same proportion. Web safe color of #824A82 is #993399 (or #939).

RGB color model

#824A82 color RGB value is (130,74,130).

  • red value is 130;
  • green value is 74;
  • blue value is 130.
RGB:
(130,74,130)
(51%,29%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 74 of 255 = 29%
B 130 of 255 = 51%

130
74
130

R + G + B ~ 44%. #824A82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 74 + 130 = 334 (100%)
R 130 of 334 ~ 38.92%
G 74 of 334 ~ 22.16%
B 130 of 334 ~ 38.92%

%38.92
%22.16
%38.92

CMYK color model

#824A82 color CMYK value is (0,43,0,49).

  • cyan value is 0.00%
  • magenta value is 43.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(0,43,0,49)
C0M43Y0K49 
(0%,43%,0%,49%)
(0.00/0.43/0.00/0.49)	

CMYK percentages

%0
%43.08
%0
%49.02

Codes

Color #824A82 in popluar color models

824A82
RGB13074130
HSL300°27.45%40.00%
HSB/HSV300°43.08%50.98%
CMYK0.00%43.08%0.00%
49.02%

Color #824A82 in popluar number systems.

HEX824A82
Decimal13074130
Binary10000010100101010000010
Octal202112202

Shades and tints

Shades of #824A82

#824A82
(130,74,130)
#774477
(119,68,119)
#6C3E6C
(108,62,108)
#613861
(97,56,97)
#563256
(86,50,86)
#4B2C4B
(75,44,75)
#402640
(64,38,64)
#352035
(53,32,53)
#2A1A2A
(42,26,42)
#1F141F
(31,20,31)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #824A82

#824A82
(130,74,130)
#8D5A8D
(141,90,141)
#986A98
(152,106,152)
#A37AA3
(163,122,163)
#AE8AAE
(174,138,174)
#B99AB9
(185,154,185)
#C4AAC4
(196,170,196)
#CFBACF
(207,186,207)
#DACADA
(218,202,218)
#E5DAE5
(229,218,229)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824A82 color. Also use rgb(130,74,130) instead hex code.

Text Font Color

.myTextColor { color: #824A82; }

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

This text font color is #824A82.


Background Color

.myBgColor { background-color: #824A82; }

<div style="background-color:#824A82">Inner text</div>

This div background color is #824A82.


Border color

.myBorderColor { border: 1px solid #824A82; }

<div style="border:3px solid #824A82">Div</div>

This div border color is #824A82.


Opacity

.myOpacity80 { color: #824A82; opacity: 0.8; }

<p style="color:#824A82;opacity:0.8;">80%</p>

Text with #824A82 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 #824A82;}

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

This text has shadow with #824A82 color.

.textShadow {text-shadow: 3px 3px 1px #824A82, 3px 3px 1px red;}

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

This text has shadow with #824A82 primary color and red secondary color.


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

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

This text has shadow with #824A82 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824A82 on black background.


Color preview on white background

This text has color #824A82 on white background.



Black color preview on #824A82 background

This text has black color on #824A82 background.


White color preview on #824A82 background

This text has white color on #824A82 background.