COLOR #824AA5

HEX: #824AA5 RGB: (130,74,165)

Color info

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

RGB color model

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

RGB: (130,74,165) (51%, 29%, 65%)

RGB channels and saturation

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

130
74
165

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

Portions of RGB colors in percentages

R + G + B = 130 + 74 + 165 = 369 (100%)
R 130 of 369 ~ 35.23%
G 74 of 369 ~ 20.05%
B 165 of 369 ~ 44.72'%

%35.23
%20.05
%44.72

CMYK color model

#824AA5 color CMYK value is (21,55,0,35).

  • cyan value is 21.21%
  • magenta value is 55.15%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (21,55,0,35)
C21M55Y0K35 (21%, 55%, 0%, 35%)
(0.21 / 0.55 / 0.00 / 0.35)

CMYK percentages

%21.21
%55.15
%0
%35.29

Codes

Color #824AA5 in popluar color models

82 4A A5
RGB 130 74 165
HSL 277° 38.08% 46.86%
HSB/HSV 277° 55.15% 64.71%
CMYK 21.21% 55.15% 0.00%
35.29%

Color #824AA5 in popluar number systems.

HEX 82 4A A5
Decimal 130 74 165
Binary 10000010 1001010 10100101
Octal 202 112 245

Shades and tints

Shades of #824AA5

#824AA5
(130,74,165)
#774496
(119,68,150)
#6C3E87
(108,62,135)
#613878
(97,56,120)
#563269
(86,50,105)
#4B2C5A
(75,44,90)
#40264B
(64,38,75)
#35203C
(53,32,60)
#2A1A2D
(42,26,45)
#1F141E
(31,20,30)
#140E0F
(20,14,15)
#000000
(0,0,0)

Tints of #824AA5

#824AA5
(130,74,165)
#8D5AAD
(141,90,173)
#986AB5
(152,106,181)
#A37ABD
(163,122,189)
#AE8AC5
(174,138,197)
#B99ACD
(185,154,205)
#C4AAD5
(196,170,213)
#CFBADD
(207,186,221)
#DACAE5
(218,202,229)
#E5DAED
(229,218,237)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824AA5; }

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

This text font color is #824AA5.

Background Color

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

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

This div background color is #824AA5.

Border color

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

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

This div border color is #824AA5.

Opacity

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

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

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

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

This text has shadow with #824AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824AA5.

Preview

Color preview on black background

This text has color #824AA5 on black background.


Color preview on white background

This text has color #824AA5 on white background.


Black color preview on #824AA5 background

This text has black color on #824AA5 background.


White color preview on #824AA5 background

This text has white color on #824AA5 background.


Related colors

Complementary color

Complementary color for #hex is #7DB55A.


I love getcolorcode.com

Triadic colors

1 #A5824A and #4AA582 with #824AA5 are triadic colors.

2 #A54A82 and #4A82A5 with #824AA5 are triadic colors.