COLOR #8966D7

HEX: #8966D7
RGB: (137,102,215)

Color info

#8966D7 contains mainly blue color. Web safe color of #8966D7 is #9966CC (or #96C).

RGB color model

#8966D7 color RGB value is (137,102,215).

  • red value is 137;
  • green value is 102;
  • blue value is 215.
RGB:
(137,102,215)
(54%,40%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 102 of 255 = 40%
B 215 of 255 = 84%

137
102
215

R + G + B ~ 59%. #8966D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 102 + 215 = 454 (100%)
R 137 of 454 ~ 30.18%
G 102 of 454 ~ 22.47%
B 215 of 454 ~ 47.36%

%30.18
%22.47
%47.36

CMYK color model

#8966D7 color CMYK value is (36,53,0,16).

  • cyan value is 36.28%
  • magenta value is 52.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,53,0,16)
C36M53Y0K16 
(36%,53%,0%,16%)
(0.36/0.53/0.00/0.16)	

CMYK percentages

%36.28
%52.56
%0
%15.69

Codes

Color #8966D7 in popluar color models

8966D7
RGB137102215
HSL259°58.55%62.16%
HSB/HSV259°52.56%84.31%
CMYK36.28%52.56%0.00%
15.69%

Color #8966D7 in popluar number systems.

HEX8966D7
Decimal137102215
Binary10001001110011011010111
Octal211146327

Shades and tints

Shades of #8966D7

#8966D7
(137,102,215)
#7D5DC4
(125,93,196)
#7154B1
(113,84,177)
#654B9E
(101,75,158)
#59428B
(89,66,139)
#4D3978
(77,57,120)
#413065
(65,48,101)
#352752
(53,39,82)
#291E3F
(41,30,63)
#1D152C
(29,21,44)
#110C19
(17,12,25)
#000000
(0,0,0)

Tints of #8966D7

#8966D7
(137,102,215)
#9373DA
(147,115,218)
#9D80DD
(157,128,221)
#A78DE0
(167,141,224)
#B19AE3
(177,154,227)
#BBA7E6
(187,167,230)
#C5B4E9
(197,180,233)
#CFC1EC
(207,193,236)
#D9CEEF
(217,206,239)
#E3DBF2
(227,219,242)
#EDE8F5
(237,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8966D7 color. Also use rgb(137,102,215) instead hex code.

Text Font Color

.myTextColor { color: #8966D7; }

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

This text font color is #8966D7.


Background Color

.myBgColor { background-color: #8966D7; }

<div style="background-color:#8966D7">Inner text</div>

This div background color is #8966D7.


Border color

.myBorderColor { border: 1px solid #8966D7; }

<div style="border:3px solid #8966D7">Div</div>

This div border color is #8966D7.


Opacity

.myOpacity80 { color: #8966D7; opacity: 0.8; }

<p style="color:#8966D7;opacity:0.8;">80%</p>

Text with #8966D7 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 #8966D7;}

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

This text has shadow with #8966D7 color.

.textShadow {text-shadow: 3px 3px 1px #8966D7, 3px 3px 1px red;}

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

This text has shadow with #8966D7 primary color and red secondary color.


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

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

This text has shadow with #8966D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8966D7 on black background.


Color preview on white background

This text has color #8966D7 on white background.



Black color preview on #8966D7 background

This text has black color on #8966D7 background.


White color preview on #8966D7 background

This text has white color on #8966D7 background.