COLOR #855BBA

HEX: #855BBA RGB: (133,91,186)

Color info

#855BBA contains mainly red and blue colors. Web safe color of #855BBA is #9966CC (or #96C).

RGB color model

#855BBA color RGB value is (133,91,186).

RGB: (133,91,186) (52%, 36%, 73%)

RGB channels and saturation

R 133 of 255 = 52%
G 91 of 255 = 36%
B 186 of 255 = 73%

133
91
186

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

Portions of RGB colors in percentages

R + G + B = 133 + 91 + 186 = 410 (100%)
R 133 of 410 ~ 32.44%
G 91 of 410 ~ 22.2%
B 186 of 410 ~ 45.37'%

%32.44
%22.2
%45.37

CMYK color model

#855BBA color CMYK value is (28,51,0,27).

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

CMYK: (28,51,0,27)
C28M51Y0K27 (28%, 51%, 0%, 27%)
(0.28 / 0.51 / 0.00 / 0.27)

CMYK percentages

%28.49
%51.08
%0
%27.06

Codes

Color #855BBA in popluar color models

85 5B BA
RGB 133 91 186
HSL 267° 40.77% 54.31%
HSB/HSV 267° 51.08% 72.94%
CMYK 28.49% 51.08% 0.00%
27.06%

Color #855BBA in popluar number systems.

HEX 85 5B BA
Decimal 133 91 186
Binary 10000101 1011011 10111010
Octal 205 133 272

Shades and tints

Shades of #855BBA

#855BBA
(133,91,186)
#7953AA
(121,83,170)
#6D4B9A
(109,75,154)
#61438A
(97,67,138)
#553B7A
(85,59,122)
#49336A
(73,51,106)
#3D2B5A
(61,43,90)
#31234A
(49,35,74)
#251B3A
(37,27,58)
#19132A
(25,19,42)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #855BBA

#855BBA
(133,91,186)
#9069C0
(144,105,192)
#9B77C6
(155,119,198)
#A685CC
(166,133,204)
#B193D2
(177,147,210)
#BCA1D8
(188,161,216)
#C7AFDE
(199,175,222)
#D2BDE4
(210,189,228)
#DDCBEA
(221,203,234)
#E8D9F0
(232,217,240)
#F3E7F6
(243,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855BBA; }

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

This text font color is #855BBA.

Background Color

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

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

This div background color is #855BBA.

Border color

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

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

This div border color is #855BBA.

Opacity

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

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

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

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

This text has shadow with #855BBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #855BBA.

Preview

Color preview on black background

This text has color #855BBA on black background.


Color preview on white background

This text has color #855BBA on white background.


Black color preview on #855BBA background

This text has black color on #855BBA background.


White color preview on #855BBA background

This text has white color on #855BBA background.


Related colors

Complementary color

Complementary color for #hex is #7AA445.


I love getcolorcode.com

Triadic colors

1 #BA855B and #5BBA85 with #855BBA are triadic colors.

2 #BA5B85 and #5B85BA with #855BBA are triadic colors.