COLOR #824CA1

HEX: #824CA1
RGB: (130,76,161)

Color info

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

RGB color model

#824CA1 color RGB value is (130,76,161).

  • red value is 130;
  • green value is 76;
  • blue value is 161.
RGB:
(130,76,161)
(51%,30%,63%)

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 161 of 255 = 63%

130
76
161

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

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 161 = 367 (100%)
R 130 of 367 ~ 35.42%
G 76 of 367 ~ 20.71%
B 161 of 367 ~ 43.87%

%35.42
%20.71
%43.87

CMYK color model

#824CA1 color CMYK value is (19,53,0,37).

  • cyan value is 19.25%
  • magenta value is 52.80%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(19,53,0,37)
C19M53Y0K37 
(19%,53%,0%,37%)
(0.19/0.53/0.00/0.37)	

CMYK percentages

%19.25
%52.8
%0
%36.86

Codes

Color #824CA1 in popluar color models

824CA1
RGB13076161
HSL278°35.86%46.47%
HSB/HSV278°52.80%63.14%
CMYK19.25%52.80%0.00%
36.86%

Color #824CA1 in popluar number systems.

HEX824CA1
Decimal13076161
Binary10000010100110010100001
Octal202114241

Shades and tints

Shades of #824CA1

#824CA1
(130,76,161)
#774693
(119,70,147)
#6C4085
(108,64,133)
#613A77
(97,58,119)
#563469
(86,52,105)
#4B2E5B
(75,46,91)
#40284D
(64,40,77)
#35223F
(53,34,63)
#2A1C31
(42,28,49)
#1F1623
(31,22,35)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #824CA1

#824CA1
(130,76,161)
#8D5CA9
(141,92,169)
#986CB1
(152,108,177)
#A37CB9
(163,124,185)
#AE8CC1
(174,140,193)
#B99CC9
(185,156,201)
#C4ACD1
(196,172,209)
#CFBCD9
(207,188,217)
#DACCE1
(218,204,225)
#E5DCE9
(229,220,233)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824CA1; }

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

This text font color is #824CA1.


Background Color

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

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

This div background color is #824CA1.


Border color

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

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

This div border color is #824CA1.


Opacity

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

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

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

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

This text has shadow with #824CA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824CA1 on black background.


Color preview on white background

This text has color #824CA1 on white background.



Black color preview on #824CA1 background

This text has black color on #824CA1 background.


White color preview on #824CA1 background

This text has white color on #824CA1 background.