COLOR #820283

HEX: #820283
RGB: (130,2,131)

Color info

#820283 contains mainly red and blue colors. Web safe color of #820283 is #990099 (or #909).

RGB color model

#820283 color RGB value is (130,2,131).

  • red value is 130;
  • green value is 2;
  • blue value is 131.
RGB:
(130,2,131)
(51%,1%,51%)

RGB channels and saturation

R 130 of 255 = 51%
G 2 of 255 = 1%
B 131 of 255 = 51%

130
2
131

R + G + B ~ 34%. #820283 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
130 + 2 + 131 = 263 (100%)
R 130 of 263 ~ 49.43%
G 2 of 263 ~ 0.76%
B 131 of 263 ~ 49.81%

%49.43
%49.81

CMYK color model

#820283 color CMYK value is (1,98,0,49).

  • cyan value is 0.76%
  • magenta value is 98.47%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(1,98,0,49)
C1M98Y0K49 
(1%,98%,0%,49%)
(0.01/0.98/0.00/0.49)	

CMYK percentages

%0.76
%98.47
%0
%48.63

Codes

Color #820283 in popluar color models

820283
RGB1302131
HSL300°96.99%26.08%
HSB/HSV300°98.47%51.37%
CMYK0.76%98.47%0.00%
48.63%

Color #820283 in popluar number systems.

HEX820283
Decimal1302131
Binary100000101010000011
Octal2022203

Shades and tints

Shades of #820283

#820283
(130,2,131)
#770278
(119,2,120)
#6C026D
(108,2,109)
#610262
(97,2,98)
#560257
(86,2,87)
#4B024C
(75,2,76)
#400241
(64,2,65)
#350236
(53,2,54)
#2A022B
(42,2,43)
#1F0220
(31,2,32)
#140215
(20,2,21)
#000000
(0,0,0)

Tints of #820283

#820283
(130,2,131)
#8D198E
(141,25,142)
#983099
(152,48,153)
#A347A4
(163,71,164)
#AE5EAF
(174,94,175)
#B975BA
(185,117,186)
#C48CC5
(196,140,197)
#CFA3D0
(207,163,208)
#DABADB
(218,186,219)
#E5D1E6
(229,209,230)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #820283 color. Also use rgb(130,2,131) instead hex code.

Text Font Color

.myTextColor { color: #820283; }

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

This text font color is #820283.


Background Color

.myBgColor { background-color: #820283; }

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

This div background color is #820283.


Border color

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

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

This div border color is #820283.


Opacity

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

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

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

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

This text has shadow with #820283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #820283 on black background.


Color preview on white background

This text has color #820283 on white background.



Black color preview on #820283 background

This text has black color on #820283 background.


White color preview on #820283 background

This text has white color on #820283 background.