COLOR #821581

HEX: #821581
RGB: (130,21,129)

Color info

#821581 contains mainly red and blue colors. Web safe color of #821581 is #990099 (or #909).

RGB color model

#821581 color RGB value is (130,21,129).

  • red value is 130;
  • green value is 21;
  • blue value is 129.
RGB:
(130,21,129)
(51%,8%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 21 of 255 = 8%
B 129 of 255 = 51%

130
21
129

R + G + B ~ 37%. #821581 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 21 + 129 = 280 (100%)
R 130 of 280 ~ 46.43%
G 21 of 280 ~ 7.5%
B 129 of 280 ~ 46.07%

%46.43
%46.07

CMYK color model

#821581 color CMYK value is (0,84,1,49).

  • cyan value is 0.00%
  • magenta value is 83.85%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(0,84,1,49)
C0M84Y1K49 
(0%,84%,1%,49%)
(0.00/0.84/0.01/0.49)	

CMYK percentages

%0
%83.85
%0.77
%49.02

Codes

Color #821581 in popluar color models

821581
RGB13021129
HSL301°72.19%29.61%
HSB/HSV301°83.85%50.98%
CMYK0.00%83.85%0.77%
49.02%

Color #821581 in popluar number systems.

HEX821581
Decimal13021129
Binary100000101010110000001
Octal20225201

Shades and tints

Shades of #821581

#821581
(130,21,129)
#771476
(119,20,118)
#6C136B
(108,19,107)
#611260
(97,18,96)
#561155
(86,17,85)
#4B104A
(75,16,74)
#400F3F
(64,15,63)
#350E34
(53,14,52)
#2A0D29
(42,13,41)
#1F0C1E
(31,12,30)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #821581

#821581
(130,21,129)
#8D2A8C
(141,42,140)
#983F97
(152,63,151)
#A354A2
(163,84,162)
#AE69AD
(174,105,173)
#B97EB8
(185,126,184)
#C493C3
(196,147,195)
#CFA8CE
(207,168,206)
#DABDD9
(218,189,217)
#E5D2E4
(229,210,228)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #821581 color. Also use rgb(130,21,129) instead hex code.

Text Font Color

.myTextColor { color: #821581; }

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

This text font color is #821581.


Background Color

.myBgColor { background-color: #821581; }

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

This div background color is #821581.


Border color

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

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

This div border color is #821581.


Opacity

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

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

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

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

This text has shadow with #821581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #821581 on black background.


Color preview on white background

This text has color #821581 on white background.



Black color preview on #821581 background

This text has black color on #821581 background.


White color preview on #821581 background

This text has white color on #821581 background.