COLOR #853B7D

HEX: #853B7D
RGB: (133,59,125)

Color info

#853B7D contains mainly red and blue colors. Web safe color of #853B7D is #993366 (or #936).

RGB color model

#853B7D color RGB value is (133,59,125).

  • red value is 133;
  • green value is 59;
  • blue value is 125.
RGB:
(133,59,125)
(52%,23%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 59 of 255 = 23%
B 125 of 255 = 49%

133
59
125

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

Portions of RGB colors in percentages

R + G + B =
133 + 59 + 125 = 317 (100%)
R 133 of 317 ~ 41.96%
G 59 of 317 ~ 18.61%
B 125 of 317 ~ 39.43%

%41.96
%18.61
%39.43

CMYK color model

#853B7D color CMYK value is (0,56,6,48).

  • cyan value is 0.00%
  • magenta value is 55.64%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(0,56,6,48)
C0M56Y6K48 
(0%,56%,6%,48%)
(0.00/0.56/0.06/0.48)	

CMYK percentages

%0
%55.64
%6.02
%47.84

Codes

Color #853B7D in popluar color models

853B7D
RGB13359125
HSL306°38.54%37.65%
HSB/HSV306°55.64%52.16%
CMYK0.00%55.64%6.02%
47.84%

Color #853B7D in popluar number systems.

HEX853B7D
Decimal13359125
Binary100001011110111111101
Octal20573175

Shades and tints

Shades of #853B7D

#853B7D
(133,59,125)
#793672
(121,54,114)
#6D3167
(109,49,103)
#612C5C
(97,44,92)
#552751
(85,39,81)
#492246
(73,34,70)
#3D1D3B
(61,29,59)
#311830
(49,24,48)
#251325
(37,19,37)
#190E1A
(25,14,26)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #853B7D

#853B7D
(133,59,125)
#904C88
(144,76,136)
#9B5D93
(155,93,147)
#A66E9E
(166,110,158)
#B17FA9
(177,127,169)
#BC90B4
(188,144,180)
#C7A1BF
(199,161,191)
#D2B2CA
(210,178,202)
#DDC3D5
(221,195,213)
#E8D4E0
(232,212,224)
#F3E5EB
(243,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853B7D color. Also use rgb(133,59,125) instead hex code.

Text Font Color

.myTextColor { color: #853B7D; }

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

This text font color is #853B7D.


Background Color

.myBgColor { background-color: #853B7D; }

<div style="background-color:#853B7D">Inner text</div>

This div background color is #853B7D.


Border color

.myBorderColor { border: 1px solid #853B7D; }

<div style="border:3px solid #853B7D">Div</div>

This div border color is #853B7D.


Opacity

.myOpacity80 { color: #853B7D; opacity: 0.8; }

<p style="color:#853B7D;opacity:0.8;">80%</p>

Text with #853B7D 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 #853B7D;}

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

This text has shadow with #853B7D color.

.textShadow {text-shadow: 3px 3px 1px #853B7D, 3px 3px 1px red;}

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

This text has shadow with #853B7D primary color and red secondary color.


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

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

This text has shadow with #853B7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853B7D on black background.


Color preview on white background

This text has color #853B7D on white background.



Black color preview on #853B7D background

This text has black color on #853B7D background.


White color preview on #853B7D background

This text has white color on #853B7D background.