COLOR #821EAE

HEX: #821EAE
RGB: (130,30,174)

Color info

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

RGB color model

#821EAE color RGB value is (130,30,174).

  • red value is 130;
  • green value is 30;
  • blue value is 174.
RGB:
(130,30,174)
(51%,12%,68%)

RGB channels and saturation

R 130 of 255 = 51%
G 30 of 255 = 12%
B 174 of 255 = 68%

130
30
174

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

Portions of RGB colors in percentages

R + G + B =
130 + 30 + 174 = 334 (100%)
R 130 of 334 ~ 38.92%
G 30 of 334 ~ 8.98%
B 174 of 334 ~ 52.1%

%38.92
%52.1

CMYK color model

#821EAE color CMYK value is (25,83,0,32).

  • cyan value is 25.29%
  • magenta value is 82.76%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(25,83,0,32)
C25M83Y0K32 
(25%,83%,0%,32%)
(0.25/0.83/0.00/0.32)	

CMYK percentages

%25.29
%82.76
%0
%31.76

Codes

Color #821EAE in popluar color models

821EAE
RGB13030174
HSL282°70.59%40.00%
HSB/HSV282°82.76%68.24%
CMYK25.29%82.76%0.00%
31.76%

Color #821EAE in popluar number systems.

HEX821EAE
Decimal13030174
Binary100000101111010101110
Octal20236256

Shades and tints

Shades of #821EAE

#821EAE
(130,30,174)
#771C9F
(119,28,159)
#6C1A90
(108,26,144)
#611881
(97,24,129)
#561672
(86,22,114)
#4B1463
(75,20,99)
#401254
(64,18,84)
#351045
(53,16,69)
#2A0E36
(42,14,54)
#1F0C27
(31,12,39)
#140A18
(20,10,24)
#000000
(0,0,0)

Tints of #821EAE

#821EAE
(130,30,174)
#8D32B5
(141,50,181)
#9846BC
(152,70,188)
#A35AC3
(163,90,195)
#AE6ECA
(174,110,202)
#B982D1
(185,130,209)
#C496D8
(196,150,216)
#CFAADF
(207,170,223)
#DABEE6
(218,190,230)
#E5D2ED
(229,210,237)
#F0E6F4
(240,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821EAE color. Also use rgb(130,30,174) instead hex code.

Text Font Color

.myTextColor { color: #821EAE; }

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

This text font color is #821EAE.


Background Color

.myBgColor { background-color: #821EAE; }

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

This div background color is #821EAE.


Border color

.myBorderColor { border: 1px solid #821EAE; }

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

This div border color is #821EAE.


Opacity

.myOpacity80 { color: #821EAE; opacity: 0.8; }

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

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

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

This text has shadow with #821EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821EAE on black background.


Color preview on white background

This text has color #821EAE on white background.



Black color preview on #821EAE background

This text has black color on #821EAE background.


White color preview on #821EAE background

This text has white color on #821EAE background.