COLOR #853992

HEX: #853992
RGB: (133,57,146)

Color info

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

RGB color model

#853992 color RGB value is (133,57,146).

  • red value is 133;
  • green value is 57;
  • blue value is 146.
RGB:
(133,57,146)
(52%,22%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 57 of 255 = 22%
B 146 of 255 = 57%

133
57
146

R + G + B ~ 44%. #853992 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 57 + 146 = 336 (100%)
R 133 of 336 ~ 39.58%
G 57 of 336 ~ 16.96%
B 146 of 336 ~ 43.45%

%39.58
%16.96
%43.45

CMYK color model

#853992 color CMYK value is (9,61,0,43).

  • cyan value is 8.90%
  • magenta value is 60.96%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(9,61,0,43)
C9M61Y0K43 
(9%,61%,0%,43%)
(0.09/0.61/0.00/0.43)	

CMYK percentages

%8.9
%60.96
%0
%42.75

Codes

Color #853992 in popluar color models

853992
RGB13357146
HSL291°43.84%39.80%
HSB/HSV291°60.96%57.25%
CMYK8.90%60.96%0.00%
42.75%

Color #853992 in popluar number systems.

HEX853992
Decimal13357146
Binary1000010111100110010010
Octal20571222

Shades and tints

Shades of #853992

#853992
(133,57,146)
#793485
(121,52,133)
#6D2F78
(109,47,120)
#612A6B
(97,42,107)
#55255E
(85,37,94)
#492051
(73,32,81)
#3D1B44
(61,27,68)
#311637
(49,22,55)
#25112A
(37,17,42)
#190C1D
(25,12,29)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #853992

#853992
(133,57,146)
#904B9B
(144,75,155)
#9B5DA4
(155,93,164)
#A66FAD
(166,111,173)
#B181B6
(177,129,182)
#BC93BF
(188,147,191)
#C7A5C8
(199,165,200)
#D2B7D1
(210,183,209)
#DDC9DA
(221,201,218)
#E8DBE3
(232,219,227)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853992 color. Also use rgb(133,57,146) instead hex code.

Text Font Color

.myTextColor { color: #853992; }

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

This text font color is #853992.


Background Color

.myBgColor { background-color: #853992; }

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

This div background color is #853992.


Border color

.myBorderColor { border: 1px solid #853992; }

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

This div border color is #853992.


Opacity

.myOpacity80 { color: #853992; opacity: 0.8; }

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

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

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

This text has shadow with #853992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #853992 on black background.


Color preview on white background

This text has color #853992 on white background.



Black color preview on #853992 background

This text has black color on #853992 background.


White color preview on #853992 background

This text has white color on #853992 background.