COLOR #824DAA

HEX: #824DAA RGB: (130,77,170)

Color info

#824DAA contains mainly red and blue colors. Web safe color of #824DAA is #993399 (or #939).

RGB color model

#824DAA color RGB value is (130,77,170).

RGB: (130,77,170) (51%, 30%, 67%)

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 170 of 255 = 67%

130
77
170

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

Portions of RGB colors in percentages

R + G + B = 130 + 77 + 170 = 377 (100%)
R 130 of 377 ~ 34.48%
G 77 of 377 ~ 20.42%
B 170 of 377 ~ 45.09'%

%34.48
%20.42
%45.09

CMYK color model

#824DAA color CMYK value is (24,55,0,33).

  • cyan value is 23.53%
  • magenta value is 54.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (24,55,0,33)
C24M55Y0K33 (24%, 55%, 0%, 33%)
(0.24 / 0.55 / 0.00 / 0.33)

CMYK percentages

%23.53
%54.71
%0
%33.33

Codes

Color #824DAA in popluar color models

82 4D AA
RGB 130 77 170
HSL 274° 37.65% 48.43%
HSB/HSV 274° 54.71% 66.67%
CMYK 23.53% 54.71% 0.00%
33.33%

Color #824DAA in popluar number systems.

HEX 82 4D AA
Decimal 130 77 170
Binary 10000010 1001101 10101010
Octal 202 115 252

Shades and tints

Shades of #824DAA

#824DAA
(130,77,170)
#77469B
(119,70,155)
#6C3F8C
(108,63,140)
#61387D
(97,56,125)
#56316E
(86,49,110)
#4B2A5F
(75,42,95)
#402350
(64,35,80)
#351C41
(53,28,65)
#2A1532
(42,21,50)
#1F0E23
(31,14,35)
#140714
(20,7,20)
#000000
(0,0,0)

Tints of #824DAA

#824DAA
(130,77,170)
#8D5DB1
(141,93,177)
#986DB8
(152,109,184)
#A37DBF
(163,125,191)
#AE8DC6
(174,141,198)
#B99DCD
(185,157,205)
#C4ADD4
(196,173,212)
#CFBDDB
(207,189,219)
#DACDE2
(218,205,226)
#E5DDE9
(229,221,233)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824DAA; }

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

This text font color is #824DAA.

Background Color

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

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

This div background color is #824DAA.

Border color

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

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

This div border color is #824DAA.

Opacity

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

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

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

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

This text has shadow with #824DAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824DAA.

Preview

Color preview on black background

This text has color #824DAA on black background.


Color preview on white background

This text has color #824DAA on white background.


Black color preview on #824DAA background

This text has black color on #824DAA background.


White color preview on #824DAA background

This text has white color on #824DAA background.


Related colors

Complementary color

Complementary color for #hex is #7DB255.


I love getcolorcode.com

Triadic colors

1 #AA824D and #4DAA82 with #824DAA are triadic colors.

2 #AA4D82 and #4D82AA with #824DAA are triadic colors.