COLOR #9852B0

HEX: #9852B0
RGB: (152,82,176)

Color info

#9852B0 contains mainly red and blue colors. Web safe color of #9852B0 is #996699 (or #969).

RGB color model

#9852B0 color RGB value is (152,82,176).

  • red value is 152;
  • green value is 82;
  • blue value is 176.
RGB:
(152,82,176)
(60%,32%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 82 of 255 = 32%
B 176 of 255 = 69%

152
82
176

R + G + B ~ 54%. #9852B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 82 + 176 = 410 (100%)
R 152 of 410 ~ 37.07%
G 82 of 410 ~ 20%
B 176 of 410 ~ 42.93%

%37.07
%20
%42.93

CMYK color model

#9852B0 color CMYK value is (14,53,0,31).

  • cyan value is 13.64%
  • magenta value is 53.41%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(14,53,0,31)
C14M53Y0K31 
(14%,53%,0%,31%)
(0.14/0.53/0.00/0.31)	

CMYK percentages

%13.64
%53.41
%0
%30.98

Codes

Color #9852B0 in popluar color models

9852B0
RGB15282176
HSL285°37.30%50.59%
HSB/HSV285°53.41%69.02%
CMYK13.64%53.41%0.00%
30.98%

Color #9852B0 in popluar number systems.

HEX9852B0
Decimal15282176
Binary10011000101001010110000
Octal230122260

Shades and tints

Shades of #9852B0

#9852B0
(152,82,176)
#8B4BA0
(139,75,160)
#7E4490
(126,68,144)
#713D80
(113,61,128)
#643670
(100,54,112)
#572F60
(87,47,96)
#4A2850
(74,40,80)
#3D2140
(61,33,64)
#301A30
(48,26,48)
#231320
(35,19,32)
#160C10
(22,12,16)
#000000
(0,0,0)

Tints of #9852B0

#9852B0
(152,82,176)
#A161B7
(161,97,183)
#AA70BE
(170,112,190)
#B37FC5
(179,127,197)
#BC8ECC
(188,142,204)
#C59DD3
(197,157,211)
#CEACDA
(206,172,218)
#D7BBE1
(215,187,225)
#E0CAE8
(224,202,232)
#E9D9EF
(233,217,239)
#F2E8F6
(242,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9852B0 color. Also use rgb(152,82,176) instead hex code.

Text Font Color

.myTextColor { color: #9852B0; }

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

This text font color is #9852B0.


Background Color

.myBgColor { background-color: #9852B0; }

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

This div background color is #9852B0.


Border color

.myBorderColor { border: 1px solid #9852B0; }

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

This div border color is #9852B0.


Opacity

.myOpacity80 { color: #9852B0; opacity: 0.8; }

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

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

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

This text has shadow with #9852B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9852B0 on black background.


Color preview on white background

This text has color #9852B0 on white background.



Black color preview on #9852B0 background

This text has black color on #9852B0 background.


White color preview on #9852B0 background

This text has white color on #9852B0 background.