COLOR #852FA1

HEX: #852FA1
RGB: (133,47,161)

Color info

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

RGB color model

#852FA1 color RGB value is (133,47,161).

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

RGB channels and saturation

R 133 of 255 = 52%
G 47 of 255 = 18%
B 161 of 255 = 63%

133
47
161

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

Portions of RGB colors in percentages

R + G + B =
133 + 47 + 161 = 341 (100%)
R 133 of 341 ~ 39%
G 47 of 341 ~ 13.78%
B 161 of 341 ~ 47.21%

%39
%13.78
%47.21

CMYK color model

#852FA1 color CMYK value is (17,71,0,37).

  • cyan value is 17.39%
  • magenta value is 70.81%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(17,71,0,37)
C17M71Y0K37 
(17%,71%,0%,37%)
(0.17/0.71/0.00/0.37)	

CMYK percentages

%17.39
%70.81
%0
%36.86

Codes

Color #852FA1 in popluar color models

852FA1
RGB13347161
HSL285°54.81%40.78%
HSB/HSV285°70.81%63.14%
CMYK17.39%70.81%0.00%
36.86%

Color #852FA1 in popluar number systems.

HEX852FA1
Decimal13347161
Binary1000010110111110100001
Octal20557241

Shades and tints

Shades of #852FA1

#852FA1
(133,47,161)
#792B93
(121,43,147)
#6D2785
(109,39,133)
#612377
(97,35,119)
#551F69
(85,31,105)
#491B5B
(73,27,91)
#3D174D
(61,23,77)
#31133F
(49,19,63)
#250F31
(37,15,49)
#190B23
(25,11,35)
#0D0715
(13,7,21)
#000000
(0,0,0)

Tints of #852FA1

#852FA1
(133,47,161)
#9041A9
(144,65,169)
#9B53B1
(155,83,177)
#A665B9
(166,101,185)
#B177C1
(177,119,193)
#BC89C9
(188,137,201)
#C79BD1
(199,155,209)
#D2ADD9
(210,173,217)
#DDBFE1
(221,191,225)
#E8D1E9
(232,209,233)
#F3E3F1
(243,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #852FA1; }

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

This text font color is #852FA1.


Background Color

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

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

This div background color is #852FA1.


Border color

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

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

This div border color is #852FA1.


Opacity

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

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

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

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

This text has shadow with #852FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852FA1 on black background.


Color preview on white background

This text has color #852FA1 on white background.



Black color preview on #852FA1 background

This text has black color on #852FA1 background.


White color preview on #852FA1 background

This text has white color on #852FA1 background.