COLOR #853FCD

HEX: #853FCD
RGB: (133,63,205)

Color info

#853FCD contains mainly blue color. Web safe color of #853FCD is #9933CC (or #93C).

RGB color model

#853FCD color RGB value is (133,63,205).

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

RGB channels and saturation

R 133 of 255 = 52%
G 63 of 255 = 25%
B 205 of 255 = 80%

133
63
205

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

Portions of RGB colors in percentages

R + G + B =
133 + 63 + 205 = 401 (100%)
R 133 of 401 ~ 33.17%
G 63 of 401 ~ 15.71%
B 205 of 401 ~ 51.12%

%33.17
%15.71
%51.12

CMYK color model

#853FCD color CMYK value is (35,69,0,20).

  • cyan value is 35.12%
  • magenta value is 69.27%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(35,69,0,20)
C35M69Y0K20 
(35%,69%,0%,20%)
(0.35/0.69/0.00/0.20)	

CMYK percentages

%35.12
%69.27
%0
%19.61

Codes

Color #853FCD in popluar color models

853FCD
RGB13363205
HSL270°58.68%52.55%
HSB/HSV270°69.27%80.39%
CMYK35.12%69.27%0.00%
19.61%

Color #853FCD in popluar number systems.

HEX853FCD
Decimal13363205
Binary1000010111111111001101
Octal20577315

Shades and tints

Shades of #853FCD

#853FCD
(133,63,205)
#793ABB
(121,58,187)
#6D35A9
(109,53,169)
#613097
(97,48,151)
#552B85
(85,43,133)
#492673
(73,38,115)
#3D2161
(61,33,97)
#311C4F
(49,28,79)
#25173D
(37,23,61)
#19122B
(25,18,43)
#0D0D19
(13,13,25)
#000000
(0,0,0)

Tints of #853FCD

#853FCD
(133,63,205)
#9050D1
(144,80,209)
#9B61D5
(155,97,213)
#A672D9
(166,114,217)
#B183DD
(177,131,221)
#BC94E1
(188,148,225)
#C7A5E5
(199,165,229)
#D2B6E9
(210,182,233)
#DDC7ED
(221,199,237)
#E8D8F1
(232,216,241)
#F3E9F5
(243,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853FCD; }

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

This text font color is #853FCD.


Background Color

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

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

This div background color is #853FCD.


Border color

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

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

This div border color is #853FCD.


Opacity

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

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

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

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

This text has shadow with #853FCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853FCD on black background.


Color preview on white background

This text has color #853FCD on white background.



Black color preview on #853FCD background

This text has black color on #853FCD background.


White color preview on #853FCD background

This text has white color on #853FCD background.