COLOR #820369

HEX: #820369
RGB: (130,3,105)

Color info

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

RGB color model

#820369 color RGB value is (130,3,105).

  • red value is 130;
  • green value is 3;
  • blue value is 105.
RGB:
(130,3,105)
(51%,1%,41%)

RGB channels and saturation

R 130 of 255 = 51%
G 3 of 255 = 1%
B 105 of 255 = 41%

130
3
105

R + G + B ~ 31%. #820369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 3 + 105 = 238 (100%)
R 130 of 238 ~ 54.62%
G 3 of 238 ~ 1.26%
B 105 of 238 ~ 44.12%

%54.62
%44.12

CMYK color model

#820369 color CMYK value is (0,98,19,49).

  • cyan value is 0.00%
  • magenta value is 97.69%
  • yellow value is 19.23%
  • key color value is 49.02%
CMYK:
(0,98,19,49)
C0M98Y19K49 
(0%,98%,19%,49%)
(0.00/0.98/0.19/0.49)	

CMYK percentages

%0
%97.69
%19.23
%49.02

Codes

Color #820369 in popluar color models

820369
RGB1303105
HSL312°95.49%26.08%
HSB/HSV312°97.69%50.98%
CMYK0.00%97.69%19.23%
49.02%

Color #820369 in popluar number systems.

HEX820369
Decimal1303105
Binary10000010111101001
Octal2023151

Shades and tints

Shades of #820369

#820369
(130,3,105)
#770360
(119,3,96)
#6C0357
(108,3,87)
#61034E
(97,3,78)
#560345
(86,3,69)
#4B033C
(75,3,60)
#400333
(64,3,51)
#35032A
(53,3,42)
#2A0321
(42,3,33)
#1F0318
(31,3,24)
#14030F
(20,3,15)
#000000
(0,0,0)

Tints of #820369

#820369
(130,3,105)
#8D1976
(141,25,118)
#982F83
(152,47,131)
#A34590
(163,69,144)
#AE5B9D
(174,91,157)
#B971AA
(185,113,170)
#C487B7
(196,135,183)
#CF9DC4
(207,157,196)
#DAB3D1
(218,179,209)
#E5C9DE
(229,201,222)
#F0DFEB
(240,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820369 color. Also use rgb(130,3,105) instead hex code.

Text Font Color

.myTextColor { color: #820369; }

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

This text font color is #820369.


Background Color

.myBgColor { background-color: #820369; }

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

This div background color is #820369.


Border color

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

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

This div border color is #820369.


Opacity

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

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

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

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

This text has shadow with #820369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820369 on black background.


Color preview on white background

This text has color #820369 on white background.



Black color preview on #820369 background

This text has black color on #820369 background.


White color preview on #820369 background

This text has white color on #820369 background.