COLOR #8963AF

HEX: #8963AF
RGB: (137,99,175)

Color info

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

RGB color model

#8963AF color RGB value is (137,99,175).

  • red value is 137;
  • green value is 99;
  • blue value is 175.
RGB:
(137,99,175)
(54%,39%,69%)

RGB channels and saturation

R 137 of 255 = 54%
G 99 of 255 = 39%
B 175 of 255 = 69%

137
99
175

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

Portions of RGB colors in percentages

R + G + B =
137 + 99 + 175 = 411 (100%)
R 137 of 411 ~ 33.33%
G 99 of 411 ~ 24.09%
B 175 of 411 ~ 42.58%

%33.33
%24.09
%42.58

CMYK color model

#8963AF color CMYK value is (22,43,0,31).

  • cyan value is 21.71%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,43,0,31)
C22M43Y0K31 
(22%,43%,0%,31%)
(0.22/0.43/0.00/0.31)	

CMYK percentages

%21.71
%43.43
%0
%31.37

Codes

Color #8963AF in popluar color models

8963AF
RGB13799175
HSL270°32.20%53.73%
HSB/HSV270°43.43%68.63%
CMYK21.71%43.43%0.00%
31.37%

Color #8963AF in popluar number systems.

HEX8963AF
Decimal13799175
Binary10001001110001110101111
Octal211143257

Shades and tints

Shades of #8963AF

#8963AF
(137,99,175)
#7D5AA0
(125,90,160)
#715191
(113,81,145)
#654882
(101,72,130)
#593F73
(89,63,115)
#4D3664
(77,54,100)
#412D55
(65,45,85)
#352446
(53,36,70)
#291B37
(41,27,55)
#1D1228
(29,18,40)
#110919
(17,9,25)
#000000
(0,0,0)

Tints of #8963AF

#8963AF
(137,99,175)
#9371B6
(147,113,182)
#9D7FBD
(157,127,189)
#A78DC4
(167,141,196)
#B19BCB
(177,155,203)
#BBA9D2
(187,169,210)
#C5B7D9
(197,183,217)
#CFC5E0
(207,197,224)
#D9D3E7
(217,211,231)
#E3E1EE
(227,225,238)
#EDEFF5
(237,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8963AF color. Also use rgb(137,99,175) instead hex code.

Text Font Color

.myTextColor { color: #8963AF; }

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

This text font color is #8963AF.


Background Color

.myBgColor { background-color: #8963AF; }

<div style="background-color:#8963AF">Inner text</div>

This div background color is #8963AF.


Border color

.myBorderColor { border: 1px solid #8963AF; }

<div style="border:3px solid #8963AF">Div</div>

This div border color is #8963AF.


Opacity

.myOpacity80 { color: #8963AF; opacity: 0.8; }

<p style="color:#8963AF;opacity:0.8;">80%</p>

Text with #8963AF 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 #8963AF;}

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

This text has shadow with #8963AF color.

.textShadow {text-shadow: 3px 3px 1px #8963AF, 3px 3px 1px red;}

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

This text has shadow with #8963AF primary color and red secondary color.


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

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

This text has shadow with #8963AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8963AF on black background.


Color preview on white background

This text has color #8963AF on white background.



Black color preview on #8963AF background

This text has black color on #8963AF background.


White color preview on #8963AF background

This text has white color on #8963AF background.