COLOR #820CF5

HEX: #820CF5
RGB: (130,12,245)

Color info

#820CF5 contains mainly blue color. Web safe color of #820CF5 is #9900FF (or #90F).

RGB color model

#820CF5 color RGB value is (130,12,245).

  • red value is 130;
  • green value is 12;
  • blue value is 245.
RGB:
(130,12,245)
(51%,5%,96%)

RGB channels and saturation

R 130 of 255 = 51%
G 12 of 255 = 5%
B 245 of 255 = 96%

130
12
245

R + G + B ~ 51%. #820CF5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
130 + 12 + 245 = 387 (100%)
R 130 of 387 ~ 33.59%
G 12 of 387 ~ 3.1%
B 245 of 387 ~ 63.31%

%33.59
%63.31

CMYK color model

#820CF5 color CMYK value is (47,95,0,4).

  • cyan value is 46.94%
  • magenta value is 95.10%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(47,95,0,4)
C47M95Y0K4 
(47%,95%,0%,4%)
(0.47/0.95/0.00/0.04)	

CMYK percentages

%46.94
%95.1
%0
%3.92

Codes

Color #820CF5 in popluar color models

820CF5
RGB13012245
HSL270°92.09%50.39%
HSB/HSV270°95.10%96.08%
CMYK46.94%95.10%0.00%
3.92%

Color #820CF5 in popluar number systems.

HEX820CF5
Decimal13012245
Binary10000010110011110101
Octal20214365

Shades and tints

Shades of #820CF5

#820CF5
(130,12,245)
#770BDF
(119,11,223)
#6C0AC9
(108,10,201)
#6109B3
(97,9,179)
#56089D
(86,8,157)
#4B0787
(75,7,135)
#400671
(64,6,113)
#35055B
(53,5,91)
#2A0445
(42,4,69)
#1F032F
(31,3,47)
#140219
(20,2,25)
#000000
(0,0,0)

Tints of #820CF5

#820CF5
(130,12,245)
#8D22F5
(141,34,245)
#9838F5
(152,56,245)
#A34EF5
(163,78,245)
#AE64F5
(174,100,245)
#B97AF5
(185,122,245)
#C490F5
(196,144,245)
#CFA6F5
(207,166,245)
#DABCF5
(218,188,245)
#E5D2F5
(229,210,245)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820CF5 color. Also use rgb(130,12,245) instead hex code.

Text Font Color

.myTextColor { color: #820CF5; }

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

This text font color is #820CF5.


Background Color

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

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

This div background color is #820CF5.


Border color

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

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

This div border color is #820CF5.


Opacity

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

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

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

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

This text has shadow with #820CF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820CF5 on black background.


Color preview on white background

This text has color #820CF5 on white background.



Black color preview on #820CF5 background

This text has black color on #820CF5 background.


White color preview on #820CF5 background

This text has white color on #820CF5 background.