COLOR #8969B3

HEX: #8969B3
RGB: (137,105,179)

Color info

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

RGB color model

#8969B3 color RGB value is (137,105,179).

  • red value is 137;
  • green value is 105;
  • blue value is 179.
RGB:
(137,105,179)
(54%,41%,70%)

RGB channels and saturation

R 137 of 255 = 54%
G 105 of 255 = 41%
B 179 of 255 = 70%

137
105
179

R + G + B ~ 55%. #8969B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 105 + 179 = 421 (100%)
R 137 of 421 ~ 32.54%
G 105 of 421 ~ 24.94%
B 179 of 421 ~ 42.52%

%32.54
%24.94
%42.52

CMYK color model

#8969B3 color CMYK value is (23,41,0,30).

  • cyan value is 23.46%
  • magenta value is 41.34%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(23,41,0,30)
C23M41Y0K30 
(23%,41%,0%,30%)
(0.23/0.41/0.00/0.30)	

CMYK percentages

%23.46
%41.34
%0
%29.8

Codes

Color #8969B3 in popluar color models

8969B3
RGB137105179
HSL266°32.74%55.69%
HSB/HSV266°41.34%70.20%
CMYK23.46%41.34%0.00%
29.80%

Color #8969B3 in popluar number systems.

HEX8969B3
Decimal137105179
Binary10001001110100110110011
Octal211151263

Shades and tints

Shades of #8969B3

#8969B3
(137,105,179)
#7D60A3
(125,96,163)
#715793
(113,87,147)
#654E83
(101,78,131)
#594573
(89,69,115)
#4D3C63
(77,60,99)
#413353
(65,51,83)
#352A43
(53,42,67)
#292133
(41,33,51)
#1D1823
(29,24,35)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #8969B3

#8969B3
(137,105,179)
#9376B9
(147,118,185)
#9D83BF
(157,131,191)
#A790C5
(167,144,197)
#B19DCB
(177,157,203)
#BBAAD1
(187,170,209)
#C5B7D7
(197,183,215)
#CFC4DD
(207,196,221)
#D9D1E3
(217,209,227)
#E3DEE9
(227,222,233)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8969B3 color. Also use rgb(137,105,179) instead hex code.

Text Font Color

.myTextColor { color: #8969B3; }

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

This text font color is #8969B3.


Background Color

.myBgColor { background-color: #8969B3; }

<div style="background-color:#8969B3">Inner text</div>

This div background color is #8969B3.


Border color

.myBorderColor { border: 1px solid #8969B3; }

<div style="border:3px solid #8969B3">Div</div>

This div border color is #8969B3.


Opacity

.myOpacity80 { color: #8969B3; opacity: 0.8; }

<p style="color:#8969B3;opacity:0.8;">80%</p>

Text with #8969B3 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 #8969B3;}

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

This text has shadow with #8969B3 color.

.textShadow {text-shadow: 3px 3px 1px #8969B3, 3px 3px 1px red;}

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

This text has shadow with #8969B3 primary color and red secondary color.


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

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

This text has shadow with #8969B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8969B3 on black background.


Color preview on white background

This text has color #8969B3 on white background.



Black color preview on #8969B3 background

This text has black color on #8969B3 background.


White color preview on #8969B3 background

This text has white color on #8969B3 background.