COLOR #820659

HEX: #820659
RGB: (130,6,89)

Color info

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

RGB color model

#820659 color RGB value is (130,6,89).

  • red value is 130;
  • green value is 6;
  • blue value is 89.
RGB:
(130,6,89)
(51%,2%,35%)

RGB channels and saturation

R 130 of 255 = 51%
G 6 of 255 = 2%
B 89 of 255 = 35%

130
6
89

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

Portions of RGB colors in percentages

R + G + B =
130 + 6 + 89 = 225 (100%)
R 130 of 225 ~ 57.78%
G 6 of 225 ~ 2.67%
B 89 of 225 ~ 39.56%

%57.78
%39.56

CMYK color model

#820659 color CMYK value is (0,95,32,49).

  • cyan value is 0.00%
  • magenta value is 95.38%
  • yellow value is 31.54%
  • key color value is 49.02%
CMYK:
(0,95,32,49)
C0M95Y32K49 
(0%,95%,32%,49%)
(0.00/0.95/0.32/0.49)	

CMYK percentages

%0
%95.38
%31.54
%49.02

Codes

Color #820659 in popluar color models

820659
RGB130689
HSL320°91.18%26.67%
HSB/HSV320°95.38%50.98%
CMYK0.00%95.38%31.54%
49.02%

Color #820659 in popluar number systems.

HEX820659
Decimal130689
Binary100000101101011001
Octal2026131

Shades and tints

Shades of #820659

#820659
(130,6,89)
#770651
(119,6,81)
#6C0649
(108,6,73)
#610641
(97,6,65)
#560639
(86,6,57)
#4B0631
(75,6,49)
#400629
(64,6,41)
#350621
(53,6,33)
#2A0619
(42,6,25)
#1F0611
(31,6,17)
#140609
(20,6,9)
#000000
(0,0,0)

Tints of #820659

#820659
(130,6,89)
#8D1C68
(141,28,104)
#983277
(152,50,119)
#A34886
(163,72,134)
#AE5E95
(174,94,149)
#B974A4
(185,116,164)
#C48AB3
(196,138,179)
#CFA0C2
(207,160,194)
#DAB6D1
(218,182,209)
#E5CCE0
(229,204,224)
#F0E2EF
(240,226,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820659 color. Also use rgb(130,6,89) instead hex code.

Text Font Color

.myTextColor { color: #820659; }

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

This text font color is #820659.


Background Color

.myBgColor { background-color: #820659; }

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

This div background color is #820659.


Border color

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

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

This div border color is #820659.


Opacity

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

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

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

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

This text has shadow with #820659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820659 on black background.


Color preview on white background

This text has color #820659 on white background.



Black color preview on #820659 background

This text has black color on #820659 background.


White color preview on #820659 background

This text has white color on #820659 background.