COLOR #803890

HEX: #803890
RGB: (128,56,144)

Color info

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

RGB color model

#803890 color RGB value is (128,56,144).

  • red value is 128;
  • green value is 56;
  • blue value is 144.
RGB:
(128,56,144)
(50%,22%,56%)

RGB channels and saturation

R 128 of 255 = 50%
G 56 of 255 = 22%
B 144 of 255 = 56%

128
56
144

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

Portions of RGB colors in percentages

R + G + B =
128 + 56 + 144 = 328 (100%)
R 128 of 328 ~ 39.02%
G 56 of 328 ~ 17.07%
B 144 of 328 ~ 43.9%

%39.02
%17.07
%43.9

CMYK color model

#803890 color CMYK value is (11,61,0,44).

  • cyan value is 11.11%
  • magenta value is 61.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(11,61,0,44)
C11M61Y0K44 
(11%,61%,0%,44%)
(0.11/0.61/0.00/0.44)	

CMYK percentages

%11.11
%61.11
%0
%43.53

Codes

Color #803890 in popluar color models

803890
RGB12856144
HSL289°44.00%39.22%
HSB/HSV289°61.11%56.47%
CMYK11.11%61.11%0.00%
43.53%

Color #803890 in popluar number systems.

HEX803890
Decimal12856144
Binary1000000011100010010000
Octal20070220

Shades and tints

Shades of #803890

#803890
(128,56,144)
#753383
(117,51,131)
#6A2E76
(106,46,118)
#5F2969
(95,41,105)
#54245C
(84,36,92)
#491F4F
(73,31,79)
#3E1A42
(62,26,66)
#331535
(51,21,53)
#281028
(40,16,40)
#1D0B1B
(29,11,27)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #803890

#803890
(128,56,144)
#8B4A9A
(139,74,154)
#965CA4
(150,92,164)
#A16EAE
(161,110,174)
#AC80B8
(172,128,184)
#B792C2
(183,146,194)
#C2A4CC
(194,164,204)
#CDB6D6
(205,182,214)
#D8C8E0
(216,200,224)
#E3DAEA
(227,218,234)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #803890 color. Also use rgb(128,56,144) instead hex code.

Text Font Color

.myTextColor { color: #803890; }

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

This text font color is #803890.


Background Color

.myBgColor { background-color: #803890; }

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

This div background color is #803890.


Border color

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

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

This div border color is #803890.


Opacity

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

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

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

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

This text has shadow with #803890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #803890 on black background.


Color preview on white background

This text has color #803890 on white background.



Black color preview on #803890 background

This text has black color on #803890 background.


White color preview on #803890 background

This text has white color on #803890 background.