COLOR #824C9D

HEX: #824C9D
RGB: (130,76,157)

Color info

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

RGB color model

#824C9D color RGB value is (130,76,157).

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

RGB channels and saturation

R 130 of 255 = 51%
G 76 of 255 = 30%
B 157 of 255 = 62%

130
76
157

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

Portions of RGB colors in percentages

R + G + B =
130 + 76 + 157 = 363 (100%)
R 130 of 363 ~ 35.81%
G 76 of 363 ~ 20.94%
B 157 of 363 ~ 43.25%

%35.81
%20.94
%43.25

CMYK color model

#824C9D color CMYK value is (17,52,0,38).

  • cyan value is 17.20%
  • magenta value is 51.59%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(17,52,0,38)
C17M52Y0K38 
(17%,52%,0%,38%)
(0.17/0.52/0.00/0.38)	

CMYK percentages

%17.2
%51.59
%0
%38.43

Codes

Color #824C9D in popluar color models

824C9D
RGB13076157
HSL280°34.76%45.69%
HSB/HSV280°51.59%61.57%
CMYK17.20%51.59%0.00%
38.43%

Color #824C9D in popluar number systems.

HEX824C9D
Decimal13076157
Binary10000010100110010011101
Octal202114235

Shades and tints

Shades of #824C9D

#824C9D
(130,76,157)
#77468F
(119,70,143)
#6C4081
(108,64,129)
#613A73
(97,58,115)
#563465
(86,52,101)
#4B2E57
(75,46,87)
#402849
(64,40,73)
#35223B
(53,34,59)
#2A1C2D
(42,28,45)
#1F161F
(31,22,31)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #824C9D

#824C9D
(130,76,157)
#8D5CA5
(141,92,165)
#986CAD
(152,108,173)
#A37CB5
(163,124,181)
#AE8CBD
(174,140,189)
#B99CC5
(185,156,197)
#C4ACCD
(196,172,205)
#CFBCD5
(207,188,213)
#DACCDD
(218,204,221)
#E5DCE5
(229,220,229)
#F0ECED
(240,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824C9D; }

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

This text font color is #824C9D.


Background Color

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

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

This div background color is #824C9D.


Border color

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

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

This div border color is #824C9D.


Opacity

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

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

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

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

This text has shadow with #824C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824C9D on black background.


Color preview on white background

This text has color #824C9D on white background.



Black color preview on #824C9D background

This text has black color on #824C9D background.


White color preview on #824C9D background

This text has white color on #824C9D background.