COLOR #824DBD

HEX: #824DBD RGB: (130,77,189)

Color info

#824DBD contains mainly red and blue colors. Web safe color of #824DBD is #9933CC (or #93C).

RGB color model

#824DBD color RGB value is (130,77,189).

RGB: (130,77,189) (51%, 30%, 74%)

RGB channels and saturation

R 130 of 255 = 51%
G 77 of 255 = 30%
B 189 of 255 = 74%

130
77
189

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

Portions of RGB colors in percentages

R + G + B = 130 + 77 + 189 = 396 (100%)
R 130 of 396 ~ 32.83%
G 77 of 396 ~ 19.44%
B 189 of 396 ~ 47.73'%

%32.83
%19.44
%47.73

CMYK color model

#824DBD color CMYK value is (31,59,0,26).

  • cyan value is 31.22%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (31,59,0,26)
C31M59Y0K26 (31%, 59%, 0%, 26%)
(0.31 / 0.59 / 0.00 / 0.26)

CMYK percentages

%31.22
%59.26
%0
%25.88

Codes

Color #824DBD in popluar color models

82 4D BD
RGB 130 77 189
HSL 268° 45.90% 52.16%
HSB/HSV 268° 59.26% 74.12%
CMYK 31.22% 59.26% 0.00%
25.88%

Color #824DBD in popluar number systems.

HEX 82 4D BD
Decimal 130 77 189
Binary 10000010 1001101 10111101
Octal 202 115 275

Shades and tints

Shades of #824DBD

#824DBD
(130,77,189)
#7746AC
(119,70,172)
#6C3F9B
(108,63,155)
#61388A
(97,56,138)
#563179
(86,49,121)
#4B2A68
(75,42,104)
#402357
(64,35,87)
#351C46
(53,28,70)
#2A1535
(42,21,53)
#1F0E24
(31,14,36)
#140713
(20,7,19)
#000000
(0,0,0)

Tints of #824DBD

#824DBD
(130,77,189)
#8D5DC3
(141,93,195)
#986DC9
(152,109,201)
#A37DCF
(163,125,207)
#AE8DD5
(174,141,213)
#B99DDB
(185,157,219)
#C4ADE1
(196,173,225)
#CFBDE7
(207,189,231)
#DACDED
(218,205,237)
#E5DDF3
(229,221,243)
#F0EDF9
(240,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #824DBD; }

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

This text font color is #824DBD.

Background Color

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

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

This div background color is #824DBD.

Border color

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

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

This div border color is #824DBD.

Opacity

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

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

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

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

This text has shadow with #824DBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #824DBD.

Preview

Color preview on black background

This text has color #824DBD on black background.


Color preview on white background

This text has color #824DBD on white background.


Black color preview on #824DBD background

This text has black color on #824DBD background.


White color preview on #824DBD background

This text has white color on #824DBD background.


Related colors

Complementary color

Complementary color for #hex is #7DB242.


I love getcolorcode.com

Triadic colors

1 #BD824D and #4DBD82 with #824DBD are triadic colors.

2 #BD4D82 and #4D82BD with #824DBD are triadic colors.