COLOR #8968A7

HEX: #8968A7
RGB: (137,104,167)

Color info

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

RGB color model

#8968A7 color RGB value is (137,104,167).

  • red value is 137;
  • green value is 104;
  • blue value is 167.
RGB:
(137,104,167)
(54%,41%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 167 of 255 = 65%

137
104
167

R + G + B ~ 53%. #8968A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 167 = 408 (100%)
R 137 of 408 ~ 33.58%
G 104 of 408 ~ 25.49%
B 167 of 408 ~ 40.93%

%33.58
%25.49
%40.93

CMYK color model

#8968A7 color CMYK value is (18,38,0,35).

  • cyan value is 17.96%
  • magenta value is 37.72%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(18,38,0,35)
C18M38Y0K35 
(18%,38%,0%,35%)
(0.18/0.38/0.00/0.35)	

CMYK percentages

%17.96
%37.72
%0
%34.51

Codes

Color #8968A7 in popluar color models

8968A7
RGB137104167
HSL271°26.36%53.14%
HSB/HSV271°37.72%65.49%
CMYK17.96%37.72%0.00%
34.51%

Color #8968A7 in popluar number systems.

HEX8968A7
Decimal137104167
Binary10001001110100010100111
Octal211150247

Shades and tints

Shades of #8968A7

#8968A7
(137,104,167)
#7D5F98
(125,95,152)
#715689
(113,86,137)
#654D7A
(101,77,122)
#59446B
(89,68,107)
#4D3B5C
(77,59,92)
#41324D
(65,50,77)
#35293E
(53,41,62)
#29202F
(41,32,47)
#1D1720
(29,23,32)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #8968A7

#8968A7
(137,104,167)
#9375AF
(147,117,175)
#9D82B7
(157,130,183)
#A78FBF
(167,143,191)
#B19CC7
(177,156,199)
#BBA9CF
(187,169,207)
#C5B6D7
(197,182,215)
#CFC3DF
(207,195,223)
#D9D0E7
(217,208,231)
#E3DDEF
(227,221,239)
#EDEAF7
(237,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8968A7 color. Also use rgb(137,104,167) instead hex code.

Text Font Color

.myTextColor { color: #8968A7; }

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

This text font color is #8968A7.


Background Color

.myBgColor { background-color: #8968A7; }

<div style="background-color:#8968A7">Inner text</div>

This div background color is #8968A7.


Border color

.myBorderColor { border: 1px solid #8968A7; }

<div style="border:3px solid #8968A7">Div</div>

This div border color is #8968A7.


Opacity

.myOpacity80 { color: #8968A7; opacity: 0.8; }

<p style="color:#8968A7;opacity:0.8;">80%</p>

Text with #8968A7 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 #8968A7;}

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

This text has shadow with #8968A7 color.

.textShadow {text-shadow: 3px 3px 1px #8968A7, 3px 3px 1px red;}

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

This text has shadow with #8968A7 primary color and red secondary color.


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

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

This text has shadow with #8968A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8968A7 on black background.


Color preview on white background

This text has color #8968A7 on white background.



Black color preview on #8968A7 background

This text has black color on #8968A7 background.


White color preview on #8968A7 background

This text has white color on #8968A7 background.