COLOR #804180

HEX: #804180
RGB: (128,65,128)

Color info

#804180 contains mainly red and blue colors. Web safe color of #804180 is #663366 (or #636).

RGB color model

#804180 color RGB value is (128,65,128).

  • red value is 128;
  • green value is 65;
  • blue value is 128.
RGB:
(128,65,128)
(50%,25%,50%)

RGB channels and saturation

R 128 of 255 = 50%
G 65 of 255 = 25%
B 128 of 255 = 50%

128
65
128

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

Portions of RGB colors in percentages

R + G + B =
128 + 65 + 128 = 321 (100%)
R 128 of 321 ~ 39.88%
G 65 of 321 ~ 20.25%
B 128 of 321 ~ 39.88%

%39.88
%20.25
%39.88

CMYK color model

#804180 color CMYK value is (0,49,0,50).

  • cyan value is 0.00%
  • magenta value is 49.22%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(0,49,0,50)
C0M49Y0K50 
(0%,49%,0%,50%)
(0.00/0.49/0.00/0.50)	

CMYK percentages

%0
%49.22
%0
%49.8

Codes

Color #804180 in popluar color models

804180
RGB12865128
HSL300°32.64%37.84%
HSB/HSV300°49.22%50.20%
CMYK0.00%49.22%0.00%
49.80%

Color #804180 in popluar number systems.

HEX804180
Decimal12865128
Binary10000000100000110000000
Octal200101200

Shades and tints

Shades of #804180

#804180
(128,65,128)
#753C75
(117,60,117)
#6A376A
(106,55,106)
#5F325F
(95,50,95)
#542D54
(84,45,84)
#492849
(73,40,73)
#3E233E
(62,35,62)
#331E33
(51,30,51)
#281928
(40,25,40)
#1D141D
(29,20,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #804180

#804180
(128,65,128)
#8B528B
(139,82,139)
#966396
(150,99,150)
#A174A1
(161,116,161)
#AC85AC
(172,133,172)
#B796B7
(183,150,183)
#C2A7C2
(194,167,194)
#CDB8CD
(205,184,205)
#D8C9D8
(216,201,216)
#E3DAE3
(227,218,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804180; }

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

This text font color is #804180.


Background Color

.myBgColor { background-color: #804180; }

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

This div background color is #804180.


Border color

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

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

This div border color is #804180.


Opacity

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

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

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

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

This text has shadow with #804180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804180 on black background.


Color preview on white background

This text has color #804180 on white background.



Black color preview on #804180 background

This text has black color on #804180 background.


White color preview on #804180 background

This text has white color on #804180 background.