COLOR #852A83

HEX: #852A83
RGB: (133,42,131)

Color info

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

RGB color model

#852A83 color RGB value is (133,42,131).

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

RGB channels and saturation

R 133 of 255 = 52%
G 42 of 255 = 16%
B 131 of 255 = 51%

133
42
131

R + G + B ~ 40%. #852A83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 42 + 131 = 306 (100%)
R 133 of 306 ~ 43.46%
G 42 of 306 ~ 13.73%
B 131 of 306 ~ 42.81%

%43.46
%13.73
%42.81

CMYK color model

#852A83 color CMYK value is (0,68,2,48).

  • cyan value is 0.00%
  • magenta value is 68.42%
  • yellow value is 1.50%
  • key color value is 47.84%
CMYK:
(0,68,2,48)
C0M68Y2K48 
(0%,68%,2%,48%)
(0.00/0.68/0.02/0.48)	

CMYK percentages

%0
%68.42
%1.5
%47.84

Codes

Color #852A83 in popluar color models

852A83
RGB13342131
HSL301°52.00%34.31%
HSB/HSV301°68.42%52.16%
CMYK0.00%68.42%1.50%
47.84%

Color #852A83 in popluar number systems.

HEX852A83
Decimal13342131
Binary1000010110101010000011
Octal20552203

Shades and tints

Shades of #852A83

#852A83
(133,42,131)
#792778
(121,39,120)
#6D246D
(109,36,109)
#612162
(97,33,98)
#551E57
(85,30,87)
#491B4C
(73,27,76)
#3D1841
(61,24,65)
#311536
(49,21,54)
#25122B
(37,18,43)
#190F20
(25,15,32)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #852A83

#852A83
(133,42,131)
#903D8E
(144,61,142)
#9B5099
(155,80,153)
#A663A4
(166,99,164)
#B176AF
(177,118,175)
#BC89BA
(188,137,186)
#C79CC5
(199,156,197)
#D2AFD0
(210,175,208)
#DDC2DB
(221,194,219)
#E8D5E6
(232,213,230)
#F3E8F1
(243,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #852A83; }

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

This text font color is #852A83.


Background Color

.myBgColor { background-color: #852A83; }

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

This div background color is #852A83.


Border color

.myBorderColor { border: 1px solid #852A83; }

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

This div border color is #852A83.


Opacity

.myOpacity80 { color: #852A83; opacity: 0.8; }

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

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

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

This text has shadow with #852A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852A83 on black background.


Color preview on white background

This text has color #852A83 on white background.



Black color preview on #852A83 background

This text has black color on #852A83 background.


White color preview on #852A83 background

This text has white color on #852A83 background.