COLOR #853F7B

HEX: #853F7B
RGB: (133,63,123)

Color info

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

RGB color model

#853F7B color RGB value is (133,63,123).

  • red value is 133;
  • green value is 63;
  • blue value is 123.
RGB:
(133,63,123)
(52%,25%,48%)

RGB channels and saturation

R 133 of 255 = 52%
G 63 of 255 = 25%
B 123 of 255 = 48%

133
63
123

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

Portions of RGB colors in percentages

R + G + B =
133 + 63 + 123 = 319 (100%)
R 133 of 319 ~ 41.69%
G 63 of 319 ~ 19.75%
B 123 of 319 ~ 38.56%

%41.69
%19.75
%38.56

CMYK color model

#853F7B color CMYK value is (0,53,8,48).

  • cyan value is 0.00%
  • magenta value is 52.63%
  • yellow value is 7.52%
  • key color value is 47.84%
CMYK:
(0,53,8,48)
C0M53Y8K48 
(0%,53%,8%,48%)
(0.00/0.53/0.08/0.48)	

CMYK percentages

%0
%52.63
%7.52
%47.84

Codes

Color #853F7B in popluar color models

853F7B
RGB13363123
HSL309°35.71%38.43%
HSB/HSV309°52.63%52.16%
CMYK0.00%52.63%7.52%
47.84%

Color #853F7B in popluar number systems.

HEX853F7B
Decimal13363123
Binary100001011111111111011
Octal20577173

Shades and tints

Shades of #853F7B

#853F7B
(133,63,123)
#793A70
(121,58,112)
#6D3565
(109,53,101)
#61305A
(97,48,90)
#552B4F
(85,43,79)
#492644
(73,38,68)
#3D2139
(61,33,57)
#311C2E
(49,28,46)
#251723
(37,23,35)
#191218
(25,18,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #853F7B

#853F7B
(133,63,123)
#905087
(144,80,135)
#9B6193
(155,97,147)
#A6729F
(166,114,159)
#B183AB
(177,131,171)
#BC94B7
(188,148,183)
#C7A5C3
(199,165,195)
#D2B6CF
(210,182,207)
#DDC7DB
(221,199,219)
#E8D8E7
(232,216,231)
#F3E9F3
(243,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853F7B color. Also use rgb(133,63,123) instead hex code.

Text Font Color

.myTextColor { color: #853F7B; }

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

This text font color is #853F7B.


Background Color

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

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

This div background color is #853F7B.


Border color

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

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

This div border color is #853F7B.


Opacity

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

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

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

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

This text has shadow with #853F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853F7B on black background.


Color preview on white background

This text has color #853F7B on white background.



Black color preview on #853F7B background

This text has black color on #853F7B background.


White color preview on #853F7B background

This text has white color on #853F7B background.