COLOR #820164

HEX: #820164
RGB: (130,1,100)

Color info

#820164 contains mainly red and blue colors. Web safe color of #820164 is #990066 (or #906).

RGB color model

#820164 color RGB value is (130,1,100).

  • red value is 130;
  • green value is 1;
  • blue value is 100.
RGB:
(130,1,100)
(51%,0%,39%)

RGB channels and saturation

R 130 of 255 = 51%
G 1 of 255 = 0%
B 100 of 255 = 39%

130
1
100

R + G + B ~ 30%. #820164 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 1 + 100 = 231 (100%)
R 130 of 231 ~ 56.28%
G 1 of 231 ~ 0.43%
B 100 of 231 ~ 43.29%

%56.28
%43.29

CMYK color model

#820164 color CMYK value is (0,99,23,49).

  • cyan value is 0.00%
  • magenta value is 99.23%
  • yellow value is 23.08%
  • key color value is 49.02%
CMYK:
(0,99,23,49)
C0M99Y23K49 
(0%,99%,23%,49%)
(0.00/0.99/0.23/0.49)	

CMYK percentages

%0
%99.23
%23.08
%49.02

Codes

Color #820164 in popluar color models

820164
RGB1301100
HSL314°98.47%25.69%
HSB/HSV314°99.23%50.98%
CMYK0.00%99.23%23.08%
49.02%

Color #820164 in popluar number systems.

HEX820164
Decimal1301100
Binary1000001011100100
Octal2021144

Shades and tints

Shades of #820164

#820164
(130,1,100)
#77015B
(119,1,91)
#6C0152
(108,1,82)
#610149
(97,1,73)
#560140
(86,1,64)
#4B0137
(75,1,55)
#40012E
(64,1,46)
#350125
(53,1,37)
#2A011C
(42,1,28)
#1F0113
(31,1,19)
#14010A
(20,1,10)
#000000
(0,0,0)

Tints of #820164

#820164
(130,1,100)
#8D1872
(141,24,114)
#982F80
(152,47,128)
#A3468E
(163,70,142)
#AE5D9C
(174,93,156)
#B974AA
(185,116,170)
#C48BB8
(196,139,184)
#CFA2C6
(207,162,198)
#DAB9D4
(218,185,212)
#E5D0E2
(229,208,226)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820164 color. Also use rgb(130,1,100) instead hex code.

Text Font Color

.myTextColor { color: #820164; }

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

This text font color is #820164.


Background Color

.myBgColor { background-color: #820164; }

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

This div background color is #820164.


Border color

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

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

This div border color is #820164.


Opacity

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

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

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

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

This text has shadow with #820164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820164 on black background.


Color preview on white background

This text has color #820164 on white background.



Black color preview on #820164 background

This text has black color on #820164 background.


White color preview on #820164 background

This text has white color on #820164 background.