COLOR #855180

HEX: #855180
RGB: (133,81,128)

Color info

#855180 contains red, green and blue colors in about the same proportion. Web safe color of #855180 is #996666 (or #966).

RGB color model

#855180 color RGB value is (133,81,128).

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

RGB channels and saturation

R 133 of 255 = 52%
G 81 of 255 = 32%
B 128 of 255 = 50%

133
81
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 81 + 128 = 342 (100%)
R 133 of 342 ~ 38.89%
G 81 of 342 ~ 23.68%
B 128 of 342 ~ 37.43%

%38.89
%23.68
%37.43

CMYK color model

#855180 color CMYK value is (0,39,4,48).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 3.76%
  • key color value is 47.84%
CMYK:
(0,39,4,48)
C0M39Y4K48 
(0%,39%,4%,48%)
(0.00/0.39/0.04/0.48)	

CMYK percentages

%0
%39.1
%3.76
%47.84

Codes

Color #855180 in popluar color models

855180
RGB13381128
HSL306°24.30%41.96%
HSB/HSV306°39.10%52.16%
CMYK0.00%39.10%3.76%
47.84%

Color #855180 in popluar number systems.

HEX855180
Decimal13381128
Binary10000101101000110000000
Octal205121200

Shades and tints

Shades of #855180

#855180
(133,81,128)
#794A75
(121,74,117)
#6D436A
(109,67,106)
#613C5F
(97,60,95)
#553554
(85,53,84)
#492E49
(73,46,73)
#3D273E
(61,39,62)
#312033
(49,32,51)
#251928
(37,25,40)
#19121D
(25,18,29)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #855180

#855180
(133,81,128)
#90608B
(144,96,139)
#9B6F96
(155,111,150)
#A67EA1
(166,126,161)
#B18DAC
(177,141,172)
#BC9CB7
(188,156,183)
#C7ABC2
(199,171,194)
#D2BACD
(210,186,205)
#DDC9D8
(221,201,216)
#E8D8E3
(232,216,227)
#F3E7EE
(243,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855180; }

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

This text font color is #855180.


Background Color

.myBgColor { background-color: #855180; }

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

This div background color is #855180.


Border color

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

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

This div border color is #855180.


Opacity

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

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

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

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

This text has shadow with #855180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855180 on black background.


Color preview on white background

This text has color #855180 on white background.



Black color preview on #855180 background

This text has black color on #855180 background.


White color preview on #855180 background

This text has white color on #855180 background.