COLOR #8949B2

HEX: #8949B2 RGB: (137,73,178)

Color info

#8949B2 contains mainly red and blue colors. Web safe color of #8949B2 is #993399 (or #939).

RGB color model

#8949B2 color RGB value is (137,73,178).

RGB: (137,73,178) (54%, 29%, 70%)

RGB channels and saturation

R 137 of 255 = 54%
G 73 of 255 = 29%
B 178 of 255 = 70%

137
73
178

R + G + B ~ 51%. #8949B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 73 + 178 = 388 (100%)
R 137 of 388 ~ 35.31%
G 73 of 388 ~ 18.81%
B 178 of 388 ~ 45.88'%

%35.31
%18.81
%45.88

CMYK color model

#8949B2 color CMYK value is (23,59,0,30).

  • cyan value is 23.03%
  • magenta value is 58.99%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (23,59,0,30)
C23M59Y0K30 (23%, 59%, 0%, 30%)
(0.23 / 0.59 / 0.00 / 0.30)

CMYK percentages

%23.03
%58.99
%0
%30.2

Codes

Color #8949B2 in popluar color models

89 49 B2
RGB 137 73 178
HSL 277° 41.83% 49.22%
HSB/HSV 277° 58.99% 69.80%
CMYK 23.03% 58.99% 0.00%
30.20%

Color #8949B2 in popluar number systems.

HEX 89 49 B2
Decimal 137 73 178
Binary 10001001 1001001 10110010
Octal 211 111 262

Shades and tints

Shades of #8949B2

#8949B2
(137,73,178)
#7D43A2
(125,67,162)
#713D92
(113,61,146)
#653782
(101,55,130)
#593172
(89,49,114)
#4D2B62
(77,43,98)
#412552
(65,37,82)
#351F42
(53,31,66)
#291932
(41,25,50)
#1D1322
(29,19,34)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #8949B2

#8949B2
(137,73,178)
#9359B9
(147,89,185)
#9D69C0
(157,105,192)
#A779C7
(167,121,199)
#B189CE
(177,137,206)
#BB99D5
(187,153,213)
#C5A9DC
(197,169,220)
#CFB9E3
(207,185,227)
#D9C9EA
(217,201,234)
#E3D9F1
(227,217,241)
#EDE9F8
(237,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8949B2 color. Also use rgb(137,73,178) instead hex code.

Text Font Color

.myTextColor { color: #8949B2; }

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

This text font color is #8949B2.

Background Color

.myBgColor { background-color: #8949B2; }

<div style="background-color:#8949B2">Inner text</div>

This div background color is #8949B2.

Border color

.myBorderColor { border: 1px solid #8949B2; }

<div style="border:3px solid #8949B2">Div</div>

This div border color is #8949B2.

Opacity

.myOpacity80 { color: #8949B2; opacity: 0.8; }

<p style="color:#8949B2;opacity:0.8;">80%</p>

Text with #8949B2 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 #8949B2;}

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

This text has shadow with #8949B2 color.


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

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

This text has shadow with #8949B2 primary color and red secondary color.


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

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

This text has shadow with #8949B2 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8949B2.

Preview

Color preview on black background

This text has color #8949B2 on black background.


Color preview on white background

This text has color #8949B2 on white background.


Black color preview on #8949B2 background

This text has black color on #8949B2 background.


White color preview on #8949B2 background

This text has white color on #8949B2 background.


Related colors

Complementary color

Complementary color for #hex is #76B64D.


I love getcolorcode.com

Triadic colors

1 #B28949 and #49B289 with #8949B2 are triadic colors.

2 #B24989 and #4989B2 with #8949B2 are triadic colors.