COLOR #852FA9

HEX: #852FA9
RGB: (133,47,169)

Color info

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

RGB color model

#852FA9 color RGB value is (133,47,169).

  • red value is 133;
  • green value is 47;
  • blue value is 169.
RGB:
(133,47,169)
(52%,18%,66%)

RGB channels and saturation

R 133 of 255 = 52%
G 47 of 255 = 18%
B 169 of 255 = 66%

133
47
169

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

Portions of RGB colors in percentages

R + G + B =
133 + 47 + 169 = 349 (100%)
R 133 of 349 ~ 38.11%
G 47 of 349 ~ 13.47%
B 169 of 349 ~ 48.42%

%38.11
%13.47
%48.42

CMYK color model

#852FA9 color CMYK value is (21,72,0,34).

  • cyan value is 21.30%
  • magenta value is 72.19%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(21,72,0,34)
C21M72Y0K34 
(21%,72%,0%,34%)
(0.21/0.72/0.00/0.34)	

CMYK percentages

%21.3
%72.19
%0
%33.73

Codes

Color #852FA9 in popluar color models

852FA9
RGB13347169
HSL282°56.48%42.35%
HSB/HSV282°72.19%66.27%
CMYK21.30%72.19%0.00%
33.73%

Color #852FA9 in popluar number systems.

HEX852FA9
Decimal13347169
Binary1000010110111110101001
Octal20557251

Shades and tints

Shades of #852FA9

#852FA9
(133,47,169)
#792B9A
(121,43,154)
#6D278B
(109,39,139)
#61237C
(97,35,124)
#551F6D
(85,31,109)
#491B5E
(73,27,94)
#3D174F
(61,23,79)
#311340
(49,19,64)
#250F31
(37,15,49)
#190B22
(25,11,34)
#0D0713
(13,7,19)
#000000
(0,0,0)

Tints of #852FA9

#852FA9
(133,47,169)
#9041B0
(144,65,176)
#9B53B7
(155,83,183)
#A665BE
(166,101,190)
#B177C5
(177,119,197)
#BC89CC
(188,137,204)
#C79BD3
(199,155,211)
#D2ADDA
(210,173,218)
#DDBFE1
(221,191,225)
#E8D1E8
(232,209,232)
#F3E3EF
(243,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852FA9 color. Also use rgb(133,47,169) instead hex code.

Text Font Color

.myTextColor { color: #852FA9; }

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

This text font color is #852FA9.


Background Color

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

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

This div background color is #852FA9.


Border color

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

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

This div border color is #852FA9.


Opacity

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

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

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

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

This text has shadow with #852FA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852FA9 on black background.


Color preview on white background

This text has color #852FA9 on white background.



Black color preview on #852FA9 background

This text has black color on #852FA9 background.


White color preview on #852FA9 background

This text has white color on #852FA9 background.