COLOR #820E50

HEX: #820E50 RGB: (130,14,80)

Color info

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

RGB color model

#820E50 color RGB value is (130,14,80).

RGB: (130,14,80) (51%, 5%, 31%)

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 80 of 255 = 31%

130
14
80

R + G + B ~ 29%. #820E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 130 + 14 + 80 = 224 (100%)
R 130 of 224 ~ 58.04%
G 14 of 224 ~ 6.25%
B 80 of 224 ~ 35.71'%

%58.04
%35.71

CMYK color model

#820E50 color CMYK value is (0,89,38,49).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 38.46%
  • key color value is 49.02%

CMYK: (0,89,38,49)
C0M89Y38K49 (0%, 89%, 38%, 49%)
(0.00 / 0.89 / 0.38 / 0.49)

CMYK percentages

%0
%89.23
%38.46
%49.02

Codes

Color #820E50 in popluar color models

82 0E 50
RGB 130 14 80
HSL 326° 80.56% 28.24%
HSB/HSV 326° 89.23% 50.98%
CMYK 0.00% 89.23% 38.46%
49.02%

Color #820E50 in popluar number systems.

HEX 82 0E 50
Decimal 130 14 80
Binary 10000010 1110 1010000
Octal 202 16 120

Shades and tints

Shades of #820E50

#820E50
(130,14,80)
#770D49
(119,13,73)
#6C0C42
(108,12,66)
#610B3B
(97,11,59)
#560A34
(86,10,52)
#4B092D
(75,9,45)
#400826
(64,8,38)
#35071F
(53,7,31)
#2A0618
(42,6,24)
#1F0511
(31,5,17)
#14040A
(20,4,10)
#000000
(0,0,0)

Tints of #820E50

#820E50
(130,14,80)
#8D235F
(141,35,95)
#98386E
(152,56,110)
#A34D7D
(163,77,125)
#AE628C
(174,98,140)
#B9779B
(185,119,155)
#C48CAA
(196,140,170)
#CFA1B9
(207,161,185)
#DAB6C8
(218,182,200)
#E5CBD7
(229,203,215)
#F0E0E6
(240,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820E50 color. Also use rgb(130,14,80) instead hex code.

Text Font Color

.myTextColor { color: #820E50; }

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

This text font color is #820E50.

Background Color

.myBgColor { background-color: #820E50; }

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

This div background color is #820E50.

Border color

.myBorderColor { border: 1px solid #820E50; }

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

This div border color is #820E50.

Opacity

.myOpacity80 { color: #820E50; opacity: 0.8; }

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

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

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

This text has shadow with #820E50 color.


.textShadow {text-shadow: 3px 3px 1px #820E50', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #820E50; -webkit-box-shadow: 1px 1px 3px 2px #820E50; box-shadow:1px 1px 3px 2px #820E50;">
Div content here
</div>

This div box has shadow with color #820E50.

Preview

Color preview on black background

This text has color #820E50 on black background.


Color preview on white background

This text has color #820E50 on white background.


Black color preview on #820E50 background

This text has black color on #820E50 background.


White color preview on #820E50 background

This text has white color on #820E50 background.


Related colors

Complementary color

Complementary color for #hex is #7DF1AF.


I love getcolorcode.com

Triadic colors

1 #50820E and #0E5082 with #820E50 are triadic colors.

2 #500E82 and #0E8250 with #820E50 are triadic colors.