COLOR #852B8C

HEX: #852B8C
RGB: (133,43,140)

Color info

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

RGB color model

#852B8C color RGB value is (133,43,140).

  • red value is 133;
  • green value is 43;
  • blue value is 140.
RGB:
(133,43,140)
(52%,17%,55%)

RGB channels and saturation

R 133 of 255 = 52%
G 43 of 255 = 17%
B 140 of 255 = 55%

133
43
140

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

Portions of RGB colors in percentages

R + G + B =
133 + 43 + 140 = 316 (100%)
R 133 of 316 ~ 42.09%
G 43 of 316 ~ 13.61%
B 140 of 316 ~ 44.3%

%42.09
%13.61
%44.3

CMYK color model

#852B8C color CMYK value is (5,69,0,45).

  • cyan value is 5.00%
  • magenta value is 69.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(5,69,0,45)
C5M69Y0K45 
(5%,69%,0%,45%)
(0.05/0.69/0.00/0.45)	

CMYK percentages

%5
%69.29
%0
%45.1

Codes

Color #852B8C in popluar color models

852B8C
RGB13343140
HSL296°53.01%35.88%
HSB/HSV296°69.29%54.90%
CMYK5.00%69.29%0.00%
45.10%

Color #852B8C in popluar number systems.

HEX852B8C
Decimal13343140
Binary1000010110101110001100
Octal20553214

Shades and tints

Shades of #852B8C

#852B8C
(133,43,140)
#792880
(121,40,128)
#6D2574
(109,37,116)
#612268
(97,34,104)
#551F5C
(85,31,92)
#491C50
(73,28,80)
#3D1944
(61,25,68)
#311638
(49,22,56)
#25132C
(37,19,44)
#191020
(25,16,32)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #852B8C

#852B8C
(133,43,140)
#903E96
(144,62,150)
#9B51A0
(155,81,160)
#A664AA
(166,100,170)
#B177B4
(177,119,180)
#BC8ABE
(188,138,190)
#C79DC8
(199,157,200)
#D2B0D2
(210,176,210)
#DDC3DC
(221,195,220)
#E8D6E6
(232,214,230)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #852B8C color. Also use rgb(133,43,140) instead hex code.

Text Font Color

.myTextColor { color: #852B8C; }

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

This text font color is #852B8C.


Background Color

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

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

This div background color is #852B8C.


Border color

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

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

This div border color is #852B8C.


Opacity

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

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

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

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

This text has shadow with #852B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #852B8C on black background.


Color preview on white background

This text has color #852B8C on white background.



Black color preview on #852B8C background

This text has black color on #852B8C background.


White color preview on #852B8C background

This text has white color on #852B8C background.