COLOR #8957BF

HEX: #8957BF
RGB: (137,87,191)

Color info

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

RGB color model

#8957BF color RGB value is (137,87,191).

  • red value is 137;
  • green value is 87;
  • blue value is 191.
RGB:
(137,87,191)
(54%,34%,75%)

RGB channels and saturation

R 137 of 255 = 54%
G 87 of 255 = 34%
B 191 of 255 = 75%

137
87
191

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

Portions of RGB colors in percentages

R + G + B =
137 + 87 + 191 = 415 (100%)
R 137 of 415 ~ 33.01%
G 87 of 415 ~ 20.96%
B 191 of 415 ~ 46.02%

%33.01
%20.96
%46.02

CMYK color model

#8957BF color CMYK value is (28,54,0,25).

  • cyan value is 28.27%
  • magenta value is 54.45%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(28,54,0,25)
C28M54Y0K25 
(28%,54%,0%,25%)
(0.28/0.54/0.00/0.25)	

CMYK percentages

%28.27
%54.45
%0
%25.1

Codes

Color #8957BF in popluar color models

8957BF
RGB13787191
HSL269°44.83%54.51%
HSB/HSV269°54.45%74.90%
CMYK28.27%54.45%0.00%
25.10%

Color #8957BF in popluar number systems.

HEX8957BF
Decimal13787191
Binary10001001101011110111111
Octal211127277

Shades and tints

Shades of #8957BF

#8957BF
(137,87,191)
#7D50AE
(125,80,174)
#71499D
(113,73,157)
#65428C
(101,66,140)
#593B7B
(89,59,123)
#4D346A
(77,52,106)
#412D59
(65,45,89)
#352648
(53,38,72)
#291F37
(41,31,55)
#1D1826
(29,24,38)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #8957BF

#8957BF
(137,87,191)
#9366C4
(147,102,196)
#9D75C9
(157,117,201)
#A784CE
(167,132,206)
#B193D3
(177,147,211)
#BBA2D8
(187,162,216)
#C5B1DD
(197,177,221)
#CFC0E2
(207,192,226)
#D9CFE7
(217,207,231)
#E3DEEC
(227,222,236)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8957BF color. Also use rgb(137,87,191) instead hex code.

Text Font Color

.myTextColor { color: #8957BF; }

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

This text font color is #8957BF.


Background Color

.myBgColor { background-color: #8957BF; }

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

This div background color is #8957BF.


Border color

.myBorderColor { border: 1px solid #8957BF; }

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

This div border color is #8957BF.


Opacity

.myOpacity80 { color: #8957BF; opacity: 0.8; }

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

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

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

This text has shadow with #8957BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8957BF on black background.


Color preview on white background

This text has color #8957BF on white background.



Black color preview on #8957BF background

This text has black color on #8957BF background.


White color preview on #8957BF background

This text has white color on #8957BF background.