COLOR #820ABE

HEX: #820ABE
RGB: (130,10,190)

Color info

#820ABE contains mainly blue color. Web safe color of #820ABE is #9900CC (or #90C).

RGB color model

#820ABE color RGB value is (130,10,190).

  • red value is 130;
  • green value is 10;
  • blue value is 190.
RGB:
(130,10,190)
(51%,4%,75%)

RGB channels and saturation

R 130 of 255 = 51%
G 10 of 255 = 4%
B 190 of 255 = 75%

130
10
190

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

Portions of RGB colors in percentages

R + G + B =
130 + 10 + 190 = 330 (100%)
R 130 of 330 ~ 39.39%
G 10 of 330 ~ 3.03%
B 190 of 330 ~ 57.58%

%39.39
%57.58

CMYK color model

#820ABE color CMYK value is (32,95,0,25).

  • cyan value is 31.58%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(32,95,0,25)
C32M95Y0K25 
(32%,95%,0%,25%)
(0.32/0.95/0.00/0.25)	

CMYK percentages

%31.58
%94.74
%0
%25.49

Codes

Color #820ABE in popluar color models

820ABE
RGB13010190
HSL280°90.00%39.22%
HSB/HSV280°94.74%74.51%
CMYK31.58%94.74%0.00%
25.49%

Color #820ABE in popluar number systems.

HEX820ABE
Decimal13010190
Binary10000010101010111110
Octal20212276

Shades and tints

Shades of #820ABE

#820ABE
(130,10,190)
#770AAD
(119,10,173)
#6C0A9C
(108,10,156)
#610A8B
(97,10,139)
#560A7A
(86,10,122)
#4B0A69
(75,10,105)
#400A58
(64,10,88)
#350A47
(53,10,71)
#2A0A36
(42,10,54)
#1F0A25
(31,10,37)
#140A14
(20,10,20)
#000000
(0,0,0)

Tints of #820ABE

#820ABE
(130,10,190)
#8D20C3
(141,32,195)
#9836C8
(152,54,200)
#A34CCD
(163,76,205)
#AE62D2
(174,98,210)
#B978D7
(185,120,215)
#C48EDC
(196,142,220)
#CFA4E1
(207,164,225)
#DABAE6
(218,186,230)
#E5D0EB
(229,208,235)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820ABE color. Also use rgb(130,10,190) instead hex code.

Text Font Color

.myTextColor { color: #820ABE; }

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

This text font color is #820ABE.


Background Color

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

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

This div background color is #820ABE.


Border color

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

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

This div border color is #820ABE.


Opacity

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

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

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

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

This text has shadow with #820ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820ABE on black background.


Color preview on white background

This text has color #820ABE on white background.



Black color preview on #820ABE background

This text has black color on #820ABE background.


White color preview on #820ABE background

This text has white color on #820ABE background.