COLOR #804178

HEX: #804178
RGB: (128,65,120)

Color info

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

RGB color model

#804178 color RGB value is (128,65,120).

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

RGB channels and saturation

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

128
65
120

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

Portions of RGB colors in percentages

R + G + B =
128 + 65 + 120 = 313 (100%)
R 128 of 313 ~ 40.89%
G 65 of 313 ~ 20.77%
B 120 of 313 ~ 38.34%

%40.89
%20.77
%38.34

CMYK color model

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

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

CMYK percentages

%0
%49.22
%6.25
%49.8

Codes

Color #804178 in popluar color models

804178
RGB12865120
HSL308°32.64%37.84%
HSB/HSV308°49.22%50.20%
CMYK0.00%49.22%6.25%
49.80%

Color #804178 in popluar number systems.

HEX804178
Decimal12865120
Binary1000000010000011111000
Octal200101170

Shades and tints

Shades of #804178

#804178
(128,65,120)
#753C6E
(117,60,110)
#6A3764
(106,55,100)
#5F325A
(95,50,90)
#542D50
(84,45,80)
#492846
(73,40,70)
#3E233C
(62,35,60)
#331E32
(51,30,50)
#281928
(40,25,40)
#1D141E
(29,20,30)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #804178

#804178
(128,65,120)
#8B5284
(139,82,132)
#966390
(150,99,144)
#A1749C
(161,116,156)
#AC85A8
(172,133,168)
#B796B4
(183,150,180)
#C2A7C0
(194,167,192)
#CDB8CC
(205,184,204)
#D8C9D8
(216,201,216)
#E3DAE4
(227,218,228)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #804178; }

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

This text font color is #804178.


Background Color

.myBgColor { background-color: #804178; }

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

This div background color is #804178.


Border color

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

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

This div border color is #804178.


Opacity

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

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

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

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

This text has shadow with #804178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804178 on black background.


Color preview on white background

This text has color #804178 on white background.



Black color preview on #804178 background

This text has black color on #804178 background.


White color preview on #804178 background

This text has white color on #804178 background.