COLOR #853882

HEX: #853882
RGB: (133,56,130)

Color info

#853882 contains mainly red and blue colors. Web safe color of #853882 is #993399 (or #939).

RGB color model

#853882 color RGB value is (133,56,130).

  • red value is 133;
  • green value is 56;
  • blue value is 130.
RGB:
(133,56,130)
(52%,22%,51%)

RGB channels and saturation

R 133 of 255 = 52%
G 56 of 255 = 22%
B 130 of 255 = 51%

133
56
130

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

Portions of RGB colors in percentages

R + G + B =
133 + 56 + 130 = 319 (100%)
R 133 of 319 ~ 41.69%
G 56 of 319 ~ 17.55%
B 130 of 319 ~ 40.75%

%41.69
%17.55
%40.75

CMYK color model

#853882 color CMYK value is (0,58,2,48).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 2.26%
  • key color value is 47.84%
CMYK:
(0,58,2,48)
C0M58Y2K48 
(0%,58%,2%,48%)
(0.00/0.58/0.02/0.48)	

CMYK percentages

%0
%57.89
%2.26
%47.84

Codes

Color #853882 in popluar color models

853882
RGB13356130
HSL302°40.74%37.06%
HSB/HSV302°57.89%52.16%
CMYK0.00%57.89%2.26%
47.84%

Color #853882 in popluar number systems.

HEX853882
Decimal13356130
Binary1000010111100010000010
Octal20570202

Shades and tints

Shades of #853882

#853882
(133,56,130)
#793377
(121,51,119)
#6D2E6C
(109,46,108)
#612961
(97,41,97)
#552456
(85,36,86)
#491F4B
(73,31,75)
#3D1A40
(61,26,64)
#311535
(49,21,53)
#25102A
(37,16,42)
#190B1F
(25,11,31)
#0D0614
(13,6,20)
#000000
(0,0,0)

Tints of #853882

#853882
(133,56,130)
#904A8D
(144,74,141)
#9B5C98
(155,92,152)
#A66EA3
(166,110,163)
#B180AE
(177,128,174)
#BC92B9
(188,146,185)
#C7A4C4
(199,164,196)
#D2B6CF
(210,182,207)
#DDC8DA
(221,200,218)
#E8DAE5
(232,218,229)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853882 color. Also use rgb(133,56,130) instead hex code.

Text Font Color

.myTextColor { color: #853882; }

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

This text font color is #853882.


Background Color

.myBgColor { background-color: #853882; }

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

This div background color is #853882.


Border color

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

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

This div border color is #853882.


Opacity

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

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

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

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

This text has shadow with #853882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853882 on black background.


Color preview on white background

This text has color #853882 on white background.



Black color preview on #853882 background

This text has black color on #853882 background.


White color preview on #853882 background

This text has white color on #853882 background.