COLOR #820E66

HEX: #820E66
RGB: (130,14,102)

Color info

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

RGB color model

#820E66 color RGB value is (130,14,102).

  • red value is 130;
  • green value is 14;
  • blue value is 102.
RGB:
(130,14,102)
(51%,5%,40%)

RGB channels and saturation

R 130 of 255 = 51%
G 14 of 255 = 5%
B 102 of 255 = 40%

130
14
102

R + G + B ~ 32%. #820E66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 14 + 102 = 246 (100%)
R 130 of 246 ~ 52.85%
G 14 of 246 ~ 5.69%
B 102 of 246 ~ 41.46%

%52.85
%41.46

CMYK color model

#820E66 color CMYK value is (0,89,22,49).

  • cyan value is 0.00%
  • magenta value is 89.23%
  • yellow value is 21.54%
  • key color value is 49.02%
CMYK:
(0,89,22,49)
C0M89Y22K49 
(0%,89%,22%,49%)
(0.00/0.89/0.22/0.49)	

CMYK percentages

%0
%89.23
%21.54
%49.02

Codes

Color #820E66 in popluar color models

820E66
RGB13014102
HSL314°80.56%28.24%
HSB/HSV314°89.23%50.98%
CMYK0.00%89.23%21.54%
49.02%

Color #820E66 in popluar number systems.

HEX820E66
Decimal13014102
Binary1000001011101100110
Octal20216146

Shades and tints

Shades of #820E66

#820E66
(130,14,102)
#770D5D
(119,13,93)
#6C0C54
(108,12,84)
#610B4B
(97,11,75)
#560A42
(86,10,66)
#4B0939
(75,9,57)
#400830
(64,8,48)
#350727
(53,7,39)
#2A061E
(42,6,30)
#1F0515
(31,5,21)
#14040C
(20,4,12)
#000000
(0,0,0)

Tints of #820E66

#820E66
(130,14,102)
#8D2373
(141,35,115)
#983880
(152,56,128)
#A34D8D
(163,77,141)
#AE629A
(174,98,154)
#B977A7
(185,119,167)
#C48CB4
(196,140,180)
#CFA1C1
(207,161,193)
#DAB6CE
(218,182,206)
#E5CBDB
(229,203,219)
#F0E0E8
(240,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #820E66; }

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

This text font color is #820E66.


Background Color

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

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

This div background color is #820E66.


Border color

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

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

This div border color is #820E66.


Opacity

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

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

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

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

This text has shadow with #820E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820E66 on black background.


Color preview on white background

This text has color #820E66 on white background.



Black color preview on #820E66 background

This text has black color on #820E66 background.


White color preview on #820E66 background

This text has white color on #820E66 background.