COLOR #8968A8

HEX: #8968A8
RGB: (137,104,168)

Color info

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

RGB color model

#8968A8 color RGB value is (137,104,168).

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

RGB channels and saturation

R 137 of 255 = 54%
G 104 of 255 = 41%
B 168 of 255 = 66%

137
104
168

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

Portions of RGB colors in percentages

R + G + B =
137 + 104 + 168 = 409 (100%)
R 137 of 409 ~ 33.5%
G 104 of 409 ~ 25.43%
B 168 of 409 ~ 41.08%

%33.5
%25.43
%41.08

CMYK color model

#8968A8 color CMYK value is (18,38,0,34).

  • cyan value is 18.45%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(18,38,0,34)
C18M38Y0K34 
(18%,38%,0%,34%)
(0.18/0.38/0.00/0.34)	

CMYK percentages

%18.45
%38.1
%0
%34.12

Codes

Color #8968A8 in popluar color models

8968A8
RGB137104168
HSL271°26.89%53.33%
HSB/HSV271°38.10%65.88%
CMYK18.45%38.10%0.00%
34.12%

Color #8968A8 in popluar number systems.

HEX8968A8
Decimal137104168
Binary10001001110100010101000
Octal211150250

Shades and tints

Shades of #8968A8

#8968A8
(137,104,168)
#7D5F99
(125,95,153)
#71568A
(113,86,138)
#654D7B
(101,77,123)
#59446C
(89,68,108)
#4D3B5D
(77,59,93)
#41324E
(65,50,78)
#35293F
(53,41,63)
#292030
(41,32,48)
#1D1721
(29,23,33)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #8968A8

#8968A8
(137,104,168)
#9375AF
(147,117,175)
#9D82B6
(157,130,182)
#A78FBD
(167,143,189)
#B19CC4
(177,156,196)
#BBA9CB
(187,169,203)
#C5B6D2
(197,182,210)
#CFC3D9
(207,195,217)
#D9D0E0
(217,208,224)
#E3DDE7
(227,221,231)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8968A8; }

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

This text font color is #8968A8.


Background Color

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

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

This div background color is #8968A8.


Border color

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

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

This div border color is #8968A8.


Opacity

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

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

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

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

This text has shadow with #8968A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8968A8 on black background.


Color preview on white background

This text has color #8968A8 on white background.



Black color preview on #8968A8 background

This text has black color on #8968A8 background.


White color preview on #8968A8 background

This text has white color on #8968A8 background.