COLOR #853A7B

HEX: #853A7B RGB: (133,58,123)

Color info

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

RGB color model

#853A7B color RGB value is (133,58,123).

RGB: (133,58,123) (52%, 23%, 48%)

RGB channels and saturation

R 133 of 255 = 52%
G 58 of 255 = 23%
B 123 of 255 = 48%

133
58
123

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

Portions of RGB colors in percentages

R + G + B = 133 + 58 + 123 = 314 (100%)
R 133 of 314 ~ 42.36%
G 58 of 314 ~ 18.47%
B 123 of 314 ~ 39.17'%

%42.36
%18.47
%39.17

CMYK color model

#853A7B color CMYK value is (0,56,8,48).

  • cyan value is 0.00%
  • magenta value is 56.39%
  • yellow value is 7.52%
  • key color value is 47.84%

CMYK: (0,56,8,48)
C0M56Y8K48 (0%, 56%, 8%, 48%)
(0.00 / 0.56 / 0.08 / 0.48)

CMYK percentages

%0
%56.39
%7.52
%47.84

Codes

Color #853A7B in popluar color models

85 3A 7B
RGB 133 58 123
HSL 308° 39.27% 37.45%
HSB/HSV 308° 56.39% 52.16%
CMYK 0.00% 56.39% 7.52%
47.84%

Color #853A7B in popluar number systems.

HEX 85 3A 7B
Decimal 133 58 123
Binary 10000101 111010 1111011
Octal 205 72 173

Shades and tints

Shades of #853A7B

#853A7B
(133,58,123)
#793570
(121,53,112)
#6D3065
(109,48,101)
#612B5A
(97,43,90)
#55264F
(85,38,79)
#492144
(73,33,68)
#3D1C39
(61,28,57)
#31172E
(49,23,46)
#251223
(37,18,35)
#190D18
(25,13,24)
#0D080D
(13,8,13)
#000000
(0,0,0)

Tints of #853A7B

#853A7B
(133,58,123)
#904B87
(144,75,135)
#9B5C93
(155,92,147)
#A66D9F
(166,109,159)
#B17EAB
(177,126,171)
#BC8FB7
(188,143,183)
#C7A0C3
(199,160,195)
#D2B1CF
(210,177,207)
#DDC2DB
(221,194,219)
#E8D3E7
(232,211,231)
#F3E4F3
(243,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #853A7B; }

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

This text font color is #853A7B.

Background Color

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

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

This div background color is #853A7B.

Border color

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

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

This div border color is #853A7B.

Opacity

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

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

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

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

This text has shadow with #853A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #853A7B.

Preview

Color preview on black background

This text has color #853A7B on black background.


Color preview on white background

This text has color #853A7B on white background.


Black color preview on #853A7B background

This text has black color on #853A7B background.


White color preview on #853A7B background

This text has white color on #853A7B background.


Related colors

Complementary color

Complementary color for #hex is #7AC584.


I love getcolorcode.com

Triadic colors

1 #7B853A and #3A7B85 with #853A7B are triadic colors.

2 #7B3A85 and #3A857B with #853A7B are triadic colors.