COLOR #824B8D

HEX: #824B8D
RGB: (130,75,141)

Color info

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

RGB color model

#824B8D color RGB value is (130,75,141).

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

RGB channels and saturation

R 130 of 255 = 51%
G 75 of 255 = 29%
B 141 of 255 = 55%

130
75
141

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

Portions of RGB colors in percentages

R + G + B =
130 + 75 + 141 = 346 (100%)
R 130 of 346 ~ 37.57%
G 75 of 346 ~ 21.68%
B 141 of 346 ~ 40.75%

%37.57
%21.68
%40.75

CMYK color model

#824B8D color CMYK value is (8,47,0,45).

  • cyan value is 7.80%
  • magenta value is 46.81%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(8,47,0,45)
C8M47Y0K45 
(8%,47%,0%,45%)
(0.08/0.47/0.00/0.45)	

CMYK percentages

%7.8
%46.81
%0
%44.71

Codes

Color #824B8D in popluar color models

824B8D
RGB13075141
HSL290°30.56%42.35%
HSB/HSV290°46.81%55.29%
CMYK7.80%46.81%0.00%
44.71%

Color #824B8D in popluar number systems.

HEX824B8D
Decimal13075141
Binary10000010100101110001101
Octal202113215

Shades and tints

Shades of #824B8D

#824B8D
(130,75,141)
#774581
(119,69,129)
#6C3F75
(108,63,117)
#613969
(97,57,105)
#56335D
(86,51,93)
#4B2D51
(75,45,81)
#402745
(64,39,69)
#352139
(53,33,57)
#2A1B2D
(42,27,45)
#1F1521
(31,21,33)
#140F15
(20,15,21)
#000000
(0,0,0)

Tints of #824B8D

#824B8D
(130,75,141)
#8D5B97
(141,91,151)
#986BA1
(152,107,161)
#A37BAB
(163,123,171)
#AE8BB5
(174,139,181)
#B99BBF
(185,155,191)
#C4ABC9
(196,171,201)
#CFBBD3
(207,187,211)
#DACBDD
(218,203,221)
#E5DBE7
(229,219,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824B8D; }

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

This text font color is #824B8D.


Background Color

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

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

This div background color is #824B8D.


Border color

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

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

This div border color is #824B8D.


Opacity

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

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

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

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

This text has shadow with #824B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824B8D on black background.


Color preview on white background

This text has color #824B8D on white background.



Black color preview on #824B8D background

This text has black color on #824B8D background.


White color preview on #824B8D background

This text has white color on #824B8D background.