COLOR #824985

HEX: #824985
RGB: (130,73,133)

Color info

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

RGB color model

#824985 color RGB value is (130,73,133).

  • red value is 130;
  • green value is 73;
  • blue value is 133.
RGB:
(130,73,133)
(51%,29%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 73 of 255 = 29%
B 133 of 255 = 52%

130
73
133

R + G + B ~ 44%. #824985 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 73 + 133 = 336 (100%)
R 130 of 336 ~ 38.69%
G 73 of 336 ~ 21.73%
B 133 of 336 ~ 39.58%

%38.69
%21.73
%39.58

CMYK color model

#824985 color CMYK value is (2,45,0,48).

  • cyan value is 2.26%
  • magenta value is 45.11%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(2,45,0,48)
C2M45Y0K48 
(2%,45%,0%,48%)
(0.02/0.45/0.00/0.48)	

CMYK percentages

%2.26
%45.11
%0
%47.84

Codes

Color #824985 in popluar color models

824985
RGB13073133
HSL297°29.13%40.39%
HSB/HSV297°45.11%52.16%
CMYK2.26%45.11%0.00%
47.84%

Color #824985 in popluar number systems.

HEX824985
Decimal13073133
Binary10000010100100110000101
Octal202111205

Shades and tints

Shades of #824985

#824985
(130,73,133)
#774379
(119,67,121)
#6C3D6D
(108,61,109)
#613761
(97,55,97)
#563155
(86,49,85)
#4B2B49
(75,43,73)
#40253D
(64,37,61)
#351F31
(53,31,49)
#2A1925
(42,25,37)
#1F1319
(31,19,25)
#140D0D
(20,13,13)
#000000
(0,0,0)

Tints of #824985

#824985
(130,73,133)
#8D5990
(141,89,144)
#98699B
(152,105,155)
#A379A6
(163,121,166)
#AE89B1
(174,137,177)
#B999BC
(185,153,188)
#C4A9C7
(196,169,199)
#CFB9D2
(207,185,210)
#DAC9DD
(218,201,221)
#E5D9E8
(229,217,232)
#F0E9F3
(240,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824985 color. Also use rgb(130,73,133) instead hex code.

Text Font Color

.myTextColor { color: #824985; }

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

This text font color is #824985.


Background Color

.myBgColor { background-color: #824985; }

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

This div background color is #824985.


Border color

.myBorderColor { border: 1px solid #824985; }

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

This div border color is #824985.


Opacity

.myOpacity80 { color: #824985; opacity: 0.8; }

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

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

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

This text has shadow with #824985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824985 on black background.


Color preview on white background

This text has color #824985 on white background.



Black color preview on #824985 background

This text has black color on #824985 background.


White color preview on #824985 background

This text has white color on #824985 background.