COLOR #820E89

HEX: #820E89 RGB: (130,14,137)

Color info

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

RGB color model

#820E89 color RGB value is (130,14,137).

RGB: (130,14,137) (51%, 5%, 54%)

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 137 of 255 = 54%

130
14
137

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

Portions of RGB colors in percentages

R + G + B = 130 + 14 + 137 = 281 (100%)
R 130 of 281 ~ 46.26%
G 14 of 281 ~ 4.98%
B 137 of 281 ~ 48.75'%

%46.26
%48.75

CMYK color model

#820E89 color CMYK value is (5,90,0,46).

  • cyan value is 5.11%
  • magenta value is 89.78%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (5,90,0,46)
C5M90Y0K46 (5%, 90%, 0%, 46%)
(0.05 / 0.90 / 0.00 / 0.46)

CMYK percentages

%5.11
%89.78
%0
%46.27

Codes

Color #820E89 in popluar color models

82 0E 89
RGB 130 14 137
HSL 297° 81.46% 29.61%
HSB/HSV 297° 89.78% 53.73%
CMYK 5.11% 89.78% 0.00%
46.27%

Color #820E89 in popluar number systems.

HEX 82 0E 89
Decimal 130 14 137
Binary 10000010 1110 10001001
Octal 202 16 211

Shades and tints

Shades of #820E89

#820E89
(130,14,137)
#770D7D
(119,13,125)
#6C0C71
(108,12,113)
#610B65
(97,11,101)
#560A59
(86,10,89)
#4B094D
(75,9,77)
#400841
(64,8,65)
#350735
(53,7,53)
#2A0629
(42,6,41)
#1F051D
(31,5,29)
#140411
(20,4,17)
#000000
(0,0,0)

Tints of #820E89

#820E89
(130,14,137)
#8D2393
(141,35,147)
#98389D
(152,56,157)
#A34DA7
(163,77,167)
#AE62B1
(174,98,177)
#B977BB
(185,119,187)
#C48CC5
(196,140,197)
#CFA1CF
(207,161,207)
#DAB6D9
(218,182,217)
#E5CBE3
(229,203,227)
#F0E0ED
(240,224,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820E89; }

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

This text font color is #820E89.

Background Color

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

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

This div background color is #820E89.

Border color

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

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

This div border color is #820E89.

Opacity

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

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

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

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

This text has shadow with #820E89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #820E89.

Preview

Color preview on black background

This text has color #820E89 on black background.


Color preview on white background

This text has color #820E89 on white background.


Black color preview on #820E89 background

This text has black color on #820E89 background.


White color preview on #820E89 background

This text has white color on #820E89 background.


Related colors

Complementary color

Complementary color for #hex is #7DF176.


I love getcolorcode.com

Triadic colors

1 #89820E and #0E8982 with #820E89 are triadic colors.

2 #890E82 and #0E8289 with #820E89 are triadic colors.