COLOR #8964BD

HEX: #8964BD
RGB: (137,100,189)

Color info

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

RGB color model

#8964BD color RGB value is (137,100,189).

  • red value is 137;
  • green value is 100;
  • blue value is 189.
RGB:
(137,100,189)
(54%,39%,74%)

RGB channels and saturation

R 137 of 255 = 54%
G 100 of 255 = 39%
B 189 of 255 = 74%

137
100
189

R + G + B ~ 56%. #8964BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 100 + 189 = 426 (100%)
R 137 of 426 ~ 32.16%
G 100 of 426 ~ 23.47%
B 189 of 426 ~ 44.37%

%32.16
%23.47
%44.37

CMYK color model

#8964BD color CMYK value is (28,47,0,26).

  • cyan value is 27.51%
  • magenta value is 47.09%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(28,47,0,26)
C28M47Y0K26 
(28%,47%,0%,26%)
(0.28/0.47/0.00/0.26)	

CMYK percentages

%27.51
%47.09
%0
%25.88

Codes

Color #8964BD in popluar color models

8964BD
RGB137100189
HSL265°40.27%56.67%
HSB/HSV265°47.09%74.12%
CMYK27.51%47.09%0.00%
25.88%

Color #8964BD in popluar number systems.

HEX8964BD
Decimal137100189
Binary10001001110010010111101
Octal211144275

Shades and tints

Shades of #8964BD

#8964BD
(137,100,189)
#7D5BAC
(125,91,172)
#71529B
(113,82,155)
#65498A
(101,73,138)
#594079
(89,64,121)
#4D3768
(77,55,104)
#412E57
(65,46,87)
#352546
(53,37,70)
#291C35
(41,28,53)
#1D1324
(29,19,36)
#110A13
(17,10,19)
#000000
(0,0,0)

Tints of #8964BD

#8964BD
(137,100,189)
#9372C3
(147,114,195)
#9D80C9
(157,128,201)
#A78ECF
(167,142,207)
#B19CD5
(177,156,213)
#BBAADB
(187,170,219)
#C5B8E1
(197,184,225)
#CFC6E7
(207,198,231)
#D9D4ED
(217,212,237)
#E3E2F3
(227,226,243)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8964BD color. Also use rgb(137,100,189) instead hex code.

Text Font Color

.myTextColor { color: #8964BD; }

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

This text font color is #8964BD.


Background Color

.myBgColor { background-color: #8964BD; }

<div style="background-color:#8964BD">Inner text</div>

This div background color is #8964BD.


Border color

.myBorderColor { border: 1px solid #8964BD; }

<div style="border:3px solid #8964BD">Div</div>

This div border color is #8964BD.


Opacity

.myOpacity80 { color: #8964BD; opacity: 0.8; }

<p style="color:#8964BD;opacity:0.8;">80%</p>

Text with #8964BD 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 #8964BD;}

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

This text has shadow with #8964BD color.

.textShadow {text-shadow: 3px 3px 1px #8964BD, 3px 3px 1px red;}

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

This text has shadow with #8964BD primary color and red secondary color.


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

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

This text has shadow with #8964BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8964BD on black background.


Color preview on white background

This text has color #8964BD on white background.



Black color preview on #8964BD background

This text has black color on #8964BD background.


White color preview on #8964BD background

This text has white color on #8964BD background.