COLOR #8938A4

HEX: #8938A4
RGB: (137,56,164)

Color info

#8938A4 contains mainly red and blue colors. Web safe color of #8938A4 is #993399 (or #939).

RGB color model

#8938A4 color RGB value is (137,56,164).

  • red value is 137;
  • green value is 56;
  • blue value is 164.
RGB:
(137,56,164)
(54%,22%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 56 of 255 = 22%
B 164 of 255 = 64%

137
56
164

R + G + B ~ 47%. #8938A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
137 + 56 + 164 = 357 (100%)
R 137 of 357 ~ 38.38%
G 56 of 357 ~ 15.69%
B 164 of 357 ~ 45.94%

%38.38
%15.69
%45.94

CMYK color model

#8938A4 color CMYK value is (16,66,0,36).

  • cyan value is 16.46%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(16,66,0,36)
C16M66Y0K36 
(16%,66%,0%,36%)
(0.16/0.66/0.00/0.36)	

CMYK percentages

%16.46
%65.85
%0
%35.69

Codes

Color #8938A4 in popluar color models

8938A4
RGB13756164
HSL285°49.09%43.14%
HSB/HSV285°65.85%64.31%
CMYK16.46%65.85%0.00%
35.69%

Color #8938A4 in popluar number systems.

HEX8938A4
Decimal13756164
Binary1000100111100010100100
Octal21170244

Shades and tints

Shades of #8938A4

#8938A4
(137,56,164)
#7D3396
(125,51,150)
#712E88
(113,46,136)
#65297A
(101,41,122)
#59246C
(89,36,108)
#4D1F5E
(77,31,94)
#411A50
(65,26,80)
#351542
(53,21,66)
#291034
(41,16,52)
#1D0B26
(29,11,38)
#110618
(17,6,24)
#000000
(0,0,0)

Tints of #8938A4

#8938A4
(137,56,164)
#934AAC
(147,74,172)
#9D5CB4
(157,92,180)
#A76EBC
(167,110,188)
#B180C4
(177,128,196)
#BB92CC
(187,146,204)
#C5A4D4
(197,164,212)
#CFB6DC
(207,182,220)
#D9C8E4
(217,200,228)
#E3DAEC
(227,218,236)
#EDECF4
(237,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8938A4 color. Also use rgb(137,56,164) instead hex code.

Text Font Color

.myTextColor { color: #8938A4; }

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

This text font color is #8938A4.


Background Color

.myBgColor { background-color: #8938A4; }

<div style="background-color:#8938A4">Inner text</div>

This div background color is #8938A4.


Border color

.myBorderColor { border: 1px solid #8938A4; }

<div style="border:3px solid #8938A4">Div</div>

This div border color is #8938A4.


Opacity

.myOpacity80 { color: #8938A4; opacity: 0.8; }

<p style="color:#8938A4;opacity:0.8;">80%</p>

Text with #8938A4 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 #8938A4;}

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

This text has shadow with #8938A4 color.

.textShadow {text-shadow: 3px 3px 1px #8938A4, 3px 3px 1px red;}

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

This text has shadow with #8938A4 primary color and red secondary color.


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

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

This text has shadow with #8938A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8938A4 on black background.


Color preview on white background

This text has color #8938A4 on white background.



Black color preview on #8938A4 background

This text has black color on #8938A4 background.


White color preview on #8938A4 background

This text has white color on #8938A4 background.