COLOR #853BBA

HEX: #853BBA RGB: (133,59,186)

Color info

#853BBA contains mainly red and blue colors. Web safe color of #853BBA is #9933CC (or #93C).

RGB color model

#853BBA color RGB value is (133,59,186).

RGB: (133,59,186) (52%, 23%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 59 of 255 = 23%
B 186 of 255 = 73%

133
59
186

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

Portions of RGB colors in percentages

R + G + B = 133 + 59 + 186 = 378 (100%)
R 133 of 378 ~ 35.19%
G 59 of 378 ~ 15.61%
B 186 of 378 ~ 49.21'%

%35.19
%15.61
%49.21

CMYK color model

#853BBA color CMYK value is (28,68,0,27).

  • cyan value is 28.49%
  • magenta value is 68.28%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (28,68,0,27)
C28M68Y0K27 (28%, 68%, 0%, 27%)
(0.28 / 0.68 / 0.00 / 0.27)

CMYK percentages

%28.49
%68.28
%0
%27.06

Codes

Color #853BBA in popluar color models

85 3B BA
RGB 133 59 186
HSL 275° 51.84% 48.04%
HSB/HSV 275° 68.28% 72.94%
CMYK 28.49% 68.28% 0.00%
27.06%

Color #853BBA in popluar number systems.

HEX 85 3B BA
Decimal 133 59 186
Binary 10000101 111011 10111010
Octal 205 73 272

Shades and tints

Shades of #853BBA

#853BBA
(133,59,186)
#7936AA
(121,54,170)
#6D319A
(109,49,154)
#612C8A
(97,44,138)
#55277A
(85,39,122)
#49226A
(73,34,106)
#3D1D5A
(61,29,90)
#31184A
(49,24,74)
#25133A
(37,19,58)
#190E2A
(25,14,42)
#0D091A
(13,9,26)
#000000
(0,0,0)

Tints of #853BBA

#853BBA
(133,59,186)
#904CC0
(144,76,192)
#9B5DC6
(155,93,198)
#A66ECC
(166,110,204)
#B17FD2
(177,127,210)
#BC90D8
(188,144,216)
#C7A1DE
(199,161,222)
#D2B2E4
(210,178,228)
#DDC3EA
(221,195,234)
#E8D4F0
(232,212,240)
#F3E5F6
(243,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #853BBA color. Also use rgb(133,59,186) instead hex code.

Text Font Color

.myTextColor { color: #853BBA; }

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

This text font color is #853BBA.

Background Color

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

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

This div background color is #853BBA.

Border color

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

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

This div border color is #853BBA.

Opacity

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

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

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

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

This text has shadow with #853BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #853BBA.

Preview

Color preview on black background

This text has color #853BBA on black background.


Color preview on white background

This text has color #853BBA on white background.


Black color preview on #853BBA background

This text has black color on #853BBA background.


White color preview on #853BBA background

This text has white color on #853BBA background.


Related colors

Complementary color

Complementary color for #hex is #7AC445.


I love getcolorcode.com

Triadic colors

1 #BA853B and #3BBA85 with #853BBA are triadic colors.

2 #BA3B85 and #3B85BA with #853BBA are triadic colors.