COLOR #803E83

HEX: #803E83
RGB: (128,62,131)

Color info

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

RGB color model

#803E83 color RGB value is (128,62,131).

  • red value is 128;
  • green value is 62;
  • blue value is 131.
RGB:
(128,62,131)
(50%,24%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 62 of 255 = 24%
B 131 of 255 = 51%

128
62
131

R + G + B ~ 42%. #803E83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 62 + 131 = 321 (100%)
R 128 of 321 ~ 39.88%
G 62 of 321 ~ 19.31%
B 131 of 321 ~ 40.81%

%39.88
%19.31
%40.81

CMYK color model

#803E83 color CMYK value is (2,53,0,49).

  • cyan value is 2.29%
  • magenta value is 52.67%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,53,0,49)
C2M53Y0K49 
(2%,53%,0%,49%)
(0.02/0.53/0.00/0.49)	

CMYK percentages

%2.29
%52.67
%0
%48.63

Codes

Color #803E83 in popluar color models

803E83
RGB12862131
HSL297°35.75%37.84%
HSB/HSV297°52.67%51.37%
CMYK2.29%52.67%0.00%
48.63%

Color #803E83 in popluar number systems.

HEX803E83
Decimal12862131
Binary1000000011111010000011
Octal20076203

Shades and tints

Shades of #803E83

#803E83
(128,62,131)
#753978
(117,57,120)
#6A346D
(106,52,109)
#5F2F62
(95,47,98)
#542A57
(84,42,87)
#49254C
(73,37,76)
#3E2041
(62,32,65)
#331B36
(51,27,54)
#28162B
(40,22,43)
#1D1120
(29,17,32)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #803E83

#803E83
(128,62,131)
#8B4F8E
(139,79,142)
#966099
(150,96,153)
#A171A4
(161,113,164)
#AC82AF
(172,130,175)
#B793BA
(183,147,186)
#C2A4C5
(194,164,197)
#CDB5D0
(205,181,208)
#D8C6DB
(216,198,219)
#E3D7E6
(227,215,230)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803E83 color. Also use rgb(128,62,131) instead hex code.

Text Font Color

.myTextColor { color: #803E83; }

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

This text font color is #803E83.


Background Color

.myBgColor { background-color: #803E83; }

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

This div background color is #803E83.


Border color

.myBorderColor { border: 1px solid #803E83; }

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

This div border color is #803E83.


Opacity

.myOpacity80 { color: #803E83; opacity: 0.8; }

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

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

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

This text has shadow with #803E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803E83 on black background.


Color preview on white background

This text has color #803E83 on white background.



Black color preview on #803E83 background

This text has black color on #803E83 background.


White color preview on #803E83 background

This text has white color on #803E83 background.