COLOR #8539BB

HEX: #8539BB
RGB: (133,57,187)

Color info

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

RGB color model

#8539BB color RGB value is (133,57,187).

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

RGB channels and saturation

R 133 of 255 = 52%
G 57 of 255 = 22%
B 187 of 255 = 73%

133
57
187

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

Portions of RGB colors in percentages

R + G + B =
133 + 57 + 187 = 377 (100%)
R 133 of 377 ~ 35.28%
G 57 of 377 ~ 15.12%
B 187 of 377 ~ 49.6%

%35.28
%15.12
%49.6

CMYK color model

#8539BB color CMYK value is (29,70,0,27).

  • cyan value is 28.88%
  • magenta value is 69.52%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(29,70,0,27)
C29M70Y0K27 
(29%,70%,0%,27%)
(0.29/0.70/0.00/0.27)	

CMYK percentages

%28.88
%69.52
%0
%26.67

Codes

Color #8539BB in popluar color models

8539BB
RGB13357187
HSL275°53.28%47.84%
HSB/HSV275°69.52%73.33%
CMYK28.88%69.52%0.00%
26.67%

Color #8539BB in popluar number systems.

HEX8539BB
Decimal13357187
Binary1000010111100110111011
Octal20571273

Shades and tints

Shades of #8539BB

#8539BB
(133,57,187)
#7934AA
(121,52,170)
#6D2F99
(109,47,153)
#612A88
(97,42,136)
#552577
(85,37,119)
#492066
(73,32,102)
#3D1B55
(61,27,85)
#311644
(49,22,68)
#251133
(37,17,51)
#190C22
(25,12,34)
#0D0711
(13,7,17)
#000000
(0,0,0)

Tints of #8539BB

#8539BB
(133,57,187)
#904BC1
(144,75,193)
#9B5DC7
(155,93,199)
#A66FCD
(166,111,205)
#B181D3
(177,129,211)
#BC93D9
(188,147,217)
#C7A5DF
(199,165,223)
#D2B7E5
(210,183,229)
#DDC9EB
(221,201,235)
#E8DBF1
(232,219,241)
#F3EDF7
(243,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8539BB; }

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

This text font color is #8539BB.


Background Color

.myBgColor { background-color: #8539BB; }

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

This div background color is #8539BB.


Border color

.myBorderColor { border: 1px solid #8539BB; }

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

This div border color is #8539BB.


Opacity

.myOpacity80 { color: #8539BB; opacity: 0.8; }

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

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

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

This text has shadow with #8539BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8539BB on black background.


Color preview on white background

This text has color #8539BB on white background.



Black color preview on #8539BB background

This text has black color on #8539BB background.


White color preview on #8539BB background

This text has white color on #8539BB background.