COLOR #822889

HEX: #822889
RGB: (130,40,137)

Color info

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

RGB color model

#822889 color RGB value is (130,40,137).

  • red value is 130;
  • green value is 40;
  • blue value is 137.
RGB:
(130,40,137)
(51%,16%,54%)

RGB channels and saturation

R 130 of 255 = 51%
G 40 of 255 = 16%
B 137 of 255 = 54%

130
40
137

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

Portions of RGB colors in percentages

R + G + B =
130 + 40 + 137 = 307 (100%)
R 130 of 307 ~ 42.35%
G 40 of 307 ~ 13.03%
B 137 of 307 ~ 44.63%

%42.35
%13.03
%44.63

CMYK color model

#822889 color CMYK value is (5,71,0,46).

  • cyan value is 5.11%
  • magenta value is 70.80%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(5,71,0,46)
C5M71Y0K46 
(5%,71%,0%,46%)
(0.05/0.71/0.00/0.46)	

CMYK percentages

%5.11
%70.8
%0
%46.27

Codes

Color #822889 in popluar color models

822889
RGB13040137
HSL296°54.80%34.71%
HSB/HSV296°70.80%53.73%
CMYK5.11%70.80%0.00%
46.27%

Color #822889 in popluar number systems.

HEX822889
Decimal13040137
Binary1000001010100010001001
Octal20250211

Shades and tints

Shades of #822889

#822889
(130,40,137)
#77257D
(119,37,125)
#6C2271
(108,34,113)
#611F65
(97,31,101)
#561C59
(86,28,89)
#4B194D
(75,25,77)
#401641
(64,22,65)
#351335
(53,19,53)
#2A1029
(42,16,41)
#1F0D1D
(31,13,29)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #822889

#822889
(130,40,137)
#8D3B93
(141,59,147)
#984E9D
(152,78,157)
#A361A7
(163,97,167)
#AE74B1
(174,116,177)
#B987BB
(185,135,187)
#C49AC5
(196,154,197)
#CFADCF
(207,173,207)
#DAC0D9
(218,192,217)
#E5D3E3
(229,211,227)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822889 color. Also use rgb(130,40,137) instead hex code.

Text Font Color

.myTextColor { color: #822889; }

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

This text font color is #822889.


Background Color

.myBgColor { background-color: #822889; }

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

This div background color is #822889.


Border color

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

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

This div border color is #822889.


Opacity

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

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

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

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

This text has shadow with #822889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822889 on black background.


Color preview on white background

This text has color #822889 on white background.



Black color preview on #822889 background

This text has black color on #822889 background.


White color preview on #822889 background

This text has white color on #822889 background.