COLOR #854C80

HEX: #854C80
RGB: (133,76,128)

Color info

#854C80 contains red, green and blue colors in about the same proportion. Web safe color of #854C80 is #993366 (or #936).

RGB color model

#854C80 color RGB value is (133,76,128).

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

RGB channels and saturation

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

133
76
128

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

Portions of RGB colors in percentages

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

%39.47
%22.55
%37.98

CMYK color model

#854C80 color CMYK value is (0,43,4,48).

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

CMYK percentages

%0
%42.86
%3.76
%47.84

Codes

Color #854C80 in popluar color models

854C80
RGB13376128
HSL305°27.27%40.98%
HSB/HSV305°42.86%52.16%
CMYK0.00%42.86%3.76%
47.84%

Color #854C80 in popluar number systems.

HEX854C80
Decimal13376128
Binary10000101100110010000000
Octal205114200

Shades and tints

Shades of #854C80

#854C80
(133,76,128)
#794675
(121,70,117)
#6D406A
(109,64,106)
#613A5F
(97,58,95)
#553454
(85,52,84)
#492E49
(73,46,73)
#3D283E
(61,40,62)
#312233
(49,34,51)
#251C28
(37,28,40)
#19161D
(25,22,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #854C80

#854C80
(133,76,128)
#905C8B
(144,92,139)
#9B6C96
(155,108,150)
#A67CA1
(166,124,161)
#B18CAC
(177,140,172)
#BC9CB7
(188,156,183)
#C7ACC2
(199,172,194)
#D2BCCD
(210,188,205)
#DDCCD8
(221,204,216)
#E8DCE3
(232,220,227)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #854C80; }

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

This text font color is #854C80.


Background Color

.myBgColor { background-color: #854C80; }

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

This div background color is #854C80.


Border color

.myBorderColor { border: 1px solid #854C80; }

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

This div border color is #854C80.


Opacity

.myOpacity80 { color: #854C80; opacity: 0.8; }

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

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

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

This text has shadow with #854C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #854C80 on black background.


Color preview on white background

This text has color #854C80 on white background.



Black color preview on #854C80 background

This text has black color on #854C80 background.


White color preview on #854C80 background

This text has white color on #854C80 background.