COLOR #804C85

HEX: #804C85
RGB: (128,76,133)

Color info

#804C85 contains red, green and blue colors in about the same proportion. Web safe color of #804C85 is #663399 (or #639).

RGB color model

#804C85 color RGB value is (128,76,133).

  • red value is 128;
  • green value is 76;
  • blue value is 133.
RGB:
(128,76,133)
(50%,30%,52%)

RGB channels and saturation

R 128 of 255 = 50%
G 76 of 255 = 30%
B 133 of 255 = 52%

128
76
133

R + G + B ~ 44%. #804C85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 76 + 133 = 337 (100%)
R 128 of 337 ~ 37.98%
G 76 of 337 ~ 22.55%
B 133 of 337 ~ 39.47%

%37.98
%22.55
%39.47

CMYK color model

#804C85 color CMYK value is (4,43,0,48).

  • cyan value is 3.76%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(4,43,0,48)
C4M43Y0K48 
(4%,43%,0%,48%)
(0.04/0.43/0.00/0.48)	

CMYK percentages

%3.76
%42.86
%0
%47.84

Codes

Color #804C85 in popluar color models

804C85
RGB12876133
HSL295°27.27%40.98%
HSB/HSV295°42.86%52.16%
CMYK3.76%42.86%0.00%
47.84%

Color #804C85 in popluar number systems.

HEX804C85
Decimal12876133
Binary10000000100110010000101
Octal200114205

Shades and tints

Shades of #804C85

#804C85
(128,76,133)
#754679
(117,70,121)
#6A406D
(106,64,109)
#5F3A61
(95,58,97)
#543455
(84,52,85)
#492E49
(73,46,73)
#3E283D
(62,40,61)
#332231
(51,34,49)
#281C25
(40,28,37)
#1D1619
(29,22,25)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #804C85

#804C85
(128,76,133)
#8B5C90
(139,92,144)
#966C9B
(150,108,155)
#A17CA6
(161,124,166)
#AC8CB1
(172,140,177)
#B79CBC
(183,156,188)
#C2ACC7
(194,172,199)
#CDBCD2
(205,188,210)
#D8CCDD
(216,204,221)
#E3DCE8
(227,220,232)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804C85 color. Also use rgb(128,76,133) instead hex code.

Text Font Color

.myTextColor { color: #804C85; }

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

This text font color is #804C85.


Background Color

.myBgColor { background-color: #804C85; }

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

This div background color is #804C85.


Border color

.myBorderColor { border: 1px solid #804C85; }

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

This div border color is #804C85.


Opacity

.myOpacity80 { color: #804C85; opacity: 0.8; }

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

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

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

This text has shadow with #804C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804C85 on black background.


Color preview on white background

This text has color #804C85 on white background.



Black color preview on #804C85 background

This text has black color on #804C85 background.


White color preview on #804C85 background

This text has white color on #804C85 background.