COLOR #8B38A4

HEX: #8B38A4
RGB: (139,56,164)

Color info

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

RGB color model

#8B38A4 color RGB value is (139,56,164).

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

RGB channels and saturation

R 139 of 255 = 55%
G 56 of 255 = 22%
B 164 of 255 = 64%

139
56
164

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

Portions of RGB colors in percentages

R + G + B =
139 + 56 + 164 = 359 (100%)
R 139 of 359 ~ 38.72%
G 56 of 359 ~ 15.6%
B 164 of 359 ~ 45.68%

%38.72
%15.6
%45.68

CMYK color model

#8B38A4 color CMYK value is (15,66,0,36).

  • cyan value is 15.24%
  • magenta value is 65.85%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(15,66,0,36)
C15M66Y0K36 
(15%,66%,0%,36%)
(0.15/0.66/0.00/0.36)	

CMYK percentages

%15.24
%65.85
%0
%35.69

Codes

Color #8B38A4 in popluar color models

8B38A4
RGB13956164
HSL286°49.09%43.14%
HSB/HSV286°65.85%64.31%
CMYK15.24%65.85%0.00%
35.69%

Color #8B38A4 in popluar number systems.

HEX8B38A4
Decimal13956164
Binary1000101111100010100100
Octal21370244

Shades and tints

Shades of #8B38A4

#8B38A4
(139,56,164)
#7F3396
(127,51,150)
#732E88
(115,46,136)
#67297A
(103,41,122)
#5B246C
(91,36,108)
#4F1F5E
(79,31,94)
#431A50
(67,26,80)
#371542
(55,21,66)
#2B1034
(43,16,52)
#1F0B26
(31,11,38)
#130618
(19,6,24)
#000000
(0,0,0)

Tints of #8B38A4

#8B38A4
(139,56,164)
#954AAC
(149,74,172)
#9F5CB4
(159,92,180)
#A96EBC
(169,110,188)
#B380C4
(179,128,196)
#BD92CC
(189,146,204)
#C7A4D4
(199,164,212)
#D1B6DC
(209,182,220)
#DBC8E4
(219,200,228)
#E5DAEC
(229,218,236)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B38A4 color. Also use rgb(139,56,164) instead hex code.

Text Font Color

.myTextColor { color: #8B38A4; }

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

This text font color is #8B38A4.


Background Color

.myBgColor { background-color: #8B38A4; }

<div style="background-color:#8B38A4">Inner text</div>

This div background color is #8B38A4.


Border color

.myBorderColor { border: 1px solid #8B38A4; }

<div style="border:3px solid #8B38A4">Div</div>

This div border color is #8B38A4.


Opacity

.myOpacity80 { color: #8B38A4; opacity: 0.8; }

<p style="color:#8B38A4;opacity:0.8;">80%</p>

Text with #8B38A4 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 #8B38A4;}

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

This text has shadow with #8B38A4 color.

.textShadow {text-shadow: 3px 3px 1px #8B38A4, 3px 3px 1px red;}

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

This text has shadow with #8B38A4 primary color and red secondary color.


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

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

This text has shadow with #8B38A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B38A4 on black background.


Color preview on white background

This text has color #8B38A4 on white background.



Black color preview on #8B38A4 background

This text has black color on #8B38A4 background.


White color preview on #8B38A4 background

This text has white color on #8B38A4 background.