COLOR #853DAF

HEX: #853DAF
RGB: (133,61,175)

Color info

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

RGB color model

#853DAF color RGB value is (133,61,175).

  • red value is 133;
  • green value is 61;
  • blue value is 175.
RGB:
(133,61,175)
(52%,24%,69%)

RGB channels and saturation

R 133 of 255 = 52%
G 61 of 255 = 24%
B 175 of 255 = 69%

133
61
175

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

Portions of RGB colors in percentages

R + G + B =
133 + 61 + 175 = 369 (100%)
R 133 of 369 ~ 36.04%
G 61 of 369 ~ 16.53%
B 175 of 369 ~ 47.43%

%36.04
%16.53
%47.43

CMYK color model

#853DAF color CMYK value is (24,65,0,31).

  • cyan value is 24.00%
  • magenta value is 65.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(24,65,0,31)
C24M65Y0K31 
(24%,65%,0%,31%)
(0.24/0.65/0.00/0.31)	

CMYK percentages

%24
%65.14
%0
%31.37

Codes

Color #853DAF in popluar color models

853DAF
RGB13361175
HSL278°48.31%46.27%
HSB/HSV278°65.14%68.63%
CMYK24.00%65.14%0.00%
31.37%

Color #853DAF in popluar number systems.

HEX853DAF
Decimal13361175
Binary1000010111110110101111
Octal20575257

Shades and tints

Shades of #853DAF

#853DAF
(133,61,175)
#7938A0
(121,56,160)
#6D3391
(109,51,145)
#612E82
(97,46,130)
#552973
(85,41,115)
#492464
(73,36,100)
#3D1F55
(61,31,85)
#311A46
(49,26,70)
#251537
(37,21,55)
#191028
(25,16,40)
#0D0B19
(13,11,25)
#000000
(0,0,0)

Tints of #853DAF

#853DAF
(133,61,175)
#904EB6
(144,78,182)
#9B5FBD
(155,95,189)
#A670C4
(166,112,196)
#B181CB
(177,129,203)
#BC92D2
(188,146,210)
#C7A3D9
(199,163,217)
#D2B4E0
(210,180,224)
#DDC5E7
(221,197,231)
#E8D6EE
(232,214,238)
#F3E7F5
(243,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853DAF color. Also use rgb(133,61,175) instead hex code.

Text Font Color

.myTextColor { color: #853DAF; }

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

This text font color is #853DAF.


Background Color

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

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

This div background color is #853DAF.


Border color

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

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

This div border color is #853DAF.


Opacity

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

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

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

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

This text has shadow with #853DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853DAF on black background.


Color preview on white background

This text has color #853DAF on white background.



Black color preview on #853DAF background

This text has black color on #853DAF background.


White color preview on #853DAF background

This text has white color on #853DAF background.