COLOR #8970B1

HEX: #8970B1 RGB: (137,112,177)

Color info

#8970B1 contains mainly red and blue colors. Web safe color of #8970B1 is #996699 (or #969).

RGB color model

#8970B1 color RGB value is (137,112,177).

RGB: (137,112,177) (54%, 44%, 69%)

RGB channels and saturation

R 137 of 255 = 54%
G 112 of 255 = 44%
B 177 of 255 = 69%

137
112
177

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

Portions of RGB colors in percentages

R + G + B = 137 + 112 + 177 = 426 (100%)
R 137 of 426 ~ 32.16%
G 112 of 426 ~ 26.29%
B 177 of 426 ~ 41.55'%

%32.16
%26.29
%41.55

CMYK color model

#8970B1 color CMYK value is (23,37,0,31).

  • cyan value is 22.60%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (23,37,0,31)
C23M37Y0K31 (23%, 37%, 0%, 31%)
(0.23 / 0.37 / 0.00 / 0.31)

CMYK percentages

%22.6
%36.72
%0
%30.59

Codes

Color #8970B1 in popluar color models

89 70 B1
RGB 137 112 177
HSL 263° 29.41% 56.67%
HSB/HSV 263° 36.72% 69.41%
CMYK 22.60% 36.72% 0.00%
30.59%

Color #8970B1 in popluar number systems.

HEX 89 70 B1
Decimal 137 112 177
Binary 10001001 1110000 10110001
Octal 211 160 261

Shades and tints

Shades of #8970B1

#8970B1
(137,112,177)
#7D66A1
(125,102,161)
#715C91
(113,92,145)
#655281
(101,82,129)
#594871
(89,72,113)
#4D3E61
(77,62,97)
#413451
(65,52,81)
#352A41
(53,42,65)
#292031
(41,32,49)
#1D1621
(29,22,33)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #8970B1

#8970B1
(137,112,177)
#937DB8
(147,125,184)
#9D8ABF
(157,138,191)
#A797C6
(167,151,198)
#B1A4CD
(177,164,205)
#BBB1D4
(187,177,212)
#C5BEDB
(197,190,219)
#CFCBE2
(207,203,226)
#D9D8E9
(217,216,233)
#E3E5F0
(227,229,240)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8970B1 color. Also use rgb(137,112,177) instead hex code.

Text Font Color

.myTextColor { color: #8970B1; }

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

This text font color is #8970B1.

Background Color

.myBgColor { background-color: #8970B1; }

<div style="background-color:#8970B1">Inner text</div>

This div background color is #8970B1.

Border color

.myBorderColor { border: 1px solid #8970B1; }

<div style="border:3px solid #8970B1">Div</div>

This div border color is #8970B1.

Opacity

.myOpacity80 { color: #8970B1; opacity: 0.8; }

<p style="color:#8970B1;opacity:0.8;">80%</p>

Text with #8970B1 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 #8970B1;}

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

This text has shadow with #8970B1 color.


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

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

This text has shadow with #8970B1 primary color and red secondary color.


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

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

This text has shadow with #8970B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8970B1.

Preview

Color preview on black background

This text has color #8970B1 on black background.


Color preview on white background

This text has color #8970B1 on white background.


Black color preview on #8970B1 background

This text has black color on #8970B1 background.


White color preview on #8970B1 background

This text has white color on #8970B1 background.


Related colors

Complementary color

Complementary color for #hex is #768F4E.


I love getcolorcode.com

Triadic colors

1 #B18970 and #70B189 with #8970B1 are triadic colors.

2 #B17089 and #7089B1 with #8970B1 are triadic colors.