COLOR #824884

HEX: #824884
RGB: (130,72,132)

Color info

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

RGB color model

#824884 color RGB value is (130,72,132).

  • red value is 130;
  • green value is 72;
  • blue value is 132.
RGB:
(130,72,132)
(51%,28%,52%)

RGB channels and saturation

R 130 of 255 = 51%
G 72 of 255 = 28%
B 132 of 255 = 52%

130
72
132

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

Portions of RGB colors in percentages

R + G + B =
130 + 72 + 132 = 334 (100%)
R 130 of 334 ~ 38.92%
G 72 of 334 ~ 21.56%
B 132 of 334 ~ 39.52%

%38.92
%21.56
%39.52

CMYK color model

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

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

CMYK percentages

%1.52
%45.45
%0
%48.24

Codes

Color #824884 in popluar color models

824884
RGB13072132
HSL298°29.41%40.00%
HSB/HSV298°45.45%51.76%
CMYK1.52%45.45%0.00%
48.24%

Color #824884 in popluar number systems.

HEX824884
Decimal13072132
Binary10000010100100010000100
Octal202110204

Shades and tints

Shades of #824884

#824884
(130,72,132)
#774278
(119,66,120)
#6C3C6C
(108,60,108)
#613660
(97,54,96)
#563054
(86,48,84)
#4B2A48
(75,42,72)
#40243C
(64,36,60)
#351E30
(53,30,48)
#2A1824
(42,24,36)
#1F1218
(31,18,24)
#140C0C
(20,12,12)
#000000
(0,0,0)

Tints of #824884

#824884
(130,72,132)
#8D588F
(141,88,143)
#98689A
(152,104,154)
#A378A5
(163,120,165)
#AE88B0
(174,136,176)
#B998BB
(185,152,187)
#C4A8C6
(196,168,198)
#CFB8D1
(207,184,209)
#DAC8DC
(218,200,220)
#E5D8E7
(229,216,231)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #824884 color. Also use rgb(130,72,132) instead hex code.

Text Font Color

.myTextColor { color: #824884; }

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

This text font color is #824884.


Background Color

.myBgColor { background-color: #824884; }

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

This div background color is #824884.


Border color

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

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

This div border color is #824884.


Opacity

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

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

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

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

This text has shadow with #824884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #824884 on black background.


Color preview on white background

This text has color #824884 on white background.



Black color preview on #824884 background

This text has black color on #824884 background.


White color preview on #824884 background

This text has white color on #824884 background.