COLOR #822361

HEX: #822361
RGB: (130,35,97)

Color info

#822361 contains mainly red and blue colors. Web safe color of #822361 is #993366 (or #936).

RGB color model

#822361 color RGB value is (130,35,97).

  • red value is 130;
  • green value is 35;
  • blue value is 97.
RGB:
(130,35,97)
(51%,14%,38%)

RGB channels and saturation

R 130 of 255 = 51%
G 35 of 255 = 14%
B 97 of 255 = 38%

130
35
97

R + G + B ~ 34%. #822361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 35 + 97 = 262 (100%)
R 130 of 262 ~ 49.62%
G 35 of 262 ~ 13.36%
B 97 of 262 ~ 37.02%

%49.62
%13.36
%37.02

CMYK color model

#822361 color CMYK value is (0,73,25,49).

  • cyan value is 0.00%
  • magenta value is 73.08%
  • yellow value is 25.38%
  • key color value is 49.02%
CMYK:
(0,73,25,49)
C0M73Y25K49 
(0%,73%,25%,49%)
(0.00/0.73/0.25/0.49)	

CMYK percentages

%0
%73.08
%25.38
%49.02

Codes

Color #822361 in popluar color models

822361
RGB1303597
HSL321°57.58%32.35%
HSB/HSV321°73.08%50.98%
CMYK0.00%73.08%25.38%
49.02%

Color #822361 in popluar number systems.

HEX822361
Decimal1303597
Binary100000101000111100001
Octal20243141

Shades and tints

Shades of #822361

#822361
(130,35,97)
#772059
(119,32,89)
#6C1D51
(108,29,81)
#611A49
(97,26,73)
#561741
(86,23,65)
#4B1439
(75,20,57)
#401131
(64,17,49)
#350E29
(53,14,41)
#2A0B21
(42,11,33)
#1F0819
(31,8,25)
#140511
(20,5,17)
#000000
(0,0,0)

Tints of #822361

#822361
(130,35,97)
#8D376F
(141,55,111)
#984B7D
(152,75,125)
#A35F8B
(163,95,139)
#AE7399
(174,115,153)
#B987A7
(185,135,167)
#C49BB5
(196,155,181)
#CFAFC3
(207,175,195)
#DAC3D1
(218,195,209)
#E5D7DF
(229,215,223)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #822361 color. Also use rgb(130,35,97) instead hex code.

Text Font Color

.myTextColor { color: #822361; }

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

This text font color is #822361.


Background Color

.myBgColor { background-color: #822361; }

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

This div background color is #822361.


Border color

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

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

This div border color is #822361.


Opacity

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

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

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

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

This text has shadow with #822361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #822361 on black background.


Color preview on white background

This text has color #822361 on white background.



Black color preview on #822361 background

This text has black color on #822361 background.


White color preview on #822361 background

This text has white color on #822361 background.