COLOR #855183

HEX: #855183
RGB: (133,81,131)

Color info

#855183 contains red, green and blue colors in about the same proportion. Web safe color of #855183 is #996699 (or #969).

RGB color model

#855183 color RGB value is (133,81,131).

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

RGB channels and saturation

R 133 of 255 = 52%
G 81 of 255 = 32%
B 131 of 255 = 51%

133
81
131

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

Portions of RGB colors in percentages

R + G + B =
133 + 81 + 131 = 345 (100%)
R 133 of 345 ~ 38.55%
G 81 of 345 ~ 23.48%
B 131 of 345 ~ 37.97%

%38.55
%23.48
%37.97

CMYK color model

#855183 color CMYK value is (0,39,2,48).

  • cyan value is 0.00%
  • magenta value is 39.10%
  • yellow value is 1.50%
  • key color value is 47.84%
CMYK:
(0,39,2,48)
C0M39Y2K48 
(0%,39%,2%,48%)
(0.00/0.39/0.02/0.48)	

CMYK percentages

%0
%39.1
%1.5
%47.84

Codes

Color #855183 in popluar color models

855183
RGB13381131
HSL302°24.30%41.96%
HSB/HSV302°39.10%52.16%
CMYK0.00%39.10%1.50%
47.84%

Color #855183 in popluar number systems.

HEX855183
Decimal13381131
Binary10000101101000110000011
Octal205121203

Shades and tints

Shades of #855183

#855183
(133,81,131)
#794A78
(121,74,120)
#6D436D
(109,67,109)
#613C62
(97,60,98)
#553557
(85,53,87)
#492E4C
(73,46,76)
#3D2741
(61,39,65)
#312036
(49,32,54)
#25192B
(37,25,43)
#191220
(25,18,32)
#0D0B15
(13,11,21)
#000000
(0,0,0)

Tints of #855183

#855183
(133,81,131)
#90608E
(144,96,142)
#9B6F99
(155,111,153)
#A67EA4
(166,126,164)
#B18DAF
(177,141,175)
#BC9CBA
(188,156,186)
#C7ABC5
(199,171,197)
#D2BAD0
(210,186,208)
#DDC9DB
(221,201,219)
#E8D8E6
(232,216,230)
#F3E7F1
(243,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855183; }

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

This text font color is #855183.


Background Color

.myBgColor { background-color: #855183; }

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

This div background color is #855183.


Border color

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

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

This div border color is #855183.


Opacity

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

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

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

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

This text has shadow with #855183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855183 on black background.


Color preview on white background

This text has color #855183 on white background.



Black color preview on #855183 background

This text has black color on #855183 background.


White color preview on #855183 background

This text has white color on #855183 background.