COLOR #803082

HEX: #803082
RGB: (128,48,130)

Color info

#803082 contains mainly red and blue colors. Web safe color of #803082 is #663399 (or #639).

RGB color model

#803082 color RGB value is (128,48,130).

  • red value is 128;
  • green value is 48;
  • blue value is 130.
RGB:
(128,48,130)
(50%,19%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 48 of 255 = 19%
B 130 of 255 = 51%

128
48
130

R + G + B ~ 40%. #803082 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 48 + 130 = 306 (100%)
R 128 of 306 ~ 41.83%
G 48 of 306 ~ 15.69%
B 130 of 306 ~ 42.48%

%41.83
%15.69
%42.48

CMYK color model

#803082 color CMYK value is (2,63,0,49).

  • cyan value is 1.54%
  • magenta value is 63.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(2,63,0,49)
C2M63Y0K49 
(2%,63%,0%,49%)
(0.02/0.63/0.00/0.49)	

CMYK percentages

%1.54
%63.08
%0
%49.02

Codes

Color #803082 in popluar color models

803082
RGB12848130
HSL299°46.07%34.90%
HSB/HSV299°63.08%50.98%
CMYK1.54%63.08%0.00%
49.02%

Color #803082 in popluar number systems.

HEX803082
Decimal12848130
Binary1000000011000010000010
Octal20060202

Shades and tints

Shades of #803082

#803082
(128,48,130)
#752C77
(117,44,119)
#6A286C
(106,40,108)
#5F2461
(95,36,97)
#542056
(84,32,86)
#491C4B
(73,28,75)
#3E1840
(62,24,64)
#331435
(51,20,53)
#28102A
(40,16,42)
#1D0C1F
(29,12,31)
#120814
(18,8,20)
#000000
(0,0,0)

Tints of #803082

#803082
(128,48,130)
#8B428D
(139,66,141)
#965498
(150,84,152)
#A166A3
(161,102,163)
#AC78AE
(172,120,174)
#B78AB9
(183,138,185)
#C29CC4
(194,156,196)
#CDAECF
(205,174,207)
#D8C0DA
(216,192,218)
#E3D2E5
(227,210,229)
#EEE4F0
(238,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803082 color. Also use rgb(128,48,130) instead hex code.

Text Font Color

.myTextColor { color: #803082; }

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

This text font color is #803082.


Background Color

.myBgColor { background-color: #803082; }

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

This div background color is #803082.


Border color

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

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

This div border color is #803082.


Opacity

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

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

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

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

This text has shadow with #803082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803082 on black background.


Color preview on white background

This text has color #803082 on white background.



Black color preview on #803082 background

This text has black color on #803082 background.


White color preview on #803082 background

This text has white color on #803082 background.