COLOR #8B388C

HEX: #8B388C RGB: (139,56,140)

Color info

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

RGB color model

#8B388C color RGB value is (139,56,140).

RGB: (139,56,140) (55%, 22%, 55%)

RGB channels and saturation

R 139 of 255 = 55%
G 56 of 255 = 22%
B 140 of 255 = 55%

139
56
140

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

Portions of RGB colors in percentages

R + G + B = 139 + 56 + 140 = 335 (100%)
R 139 of 335 ~ 41.49%
G 56 of 335 ~ 16.72%
B 140 of 335 ~ 41.79'%

%41.49
%16.72
%41.79

CMYK color model

#8B388C color CMYK value is (1,60,0,45).

  • cyan value is 0.71%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (1,60,0,45)
C1M60Y0K45 (1%, 60%, 0%, 45%)
(0.01 / 0.60 / 0.00 / 0.45)

CMYK percentages

%0.71
%60
%0
%45.1

Codes

Color #8B388C in popluar color models

8B 38 8C
RGB 139 56 140
HSL 299° 42.86% 38.43%
HSB/HSV 299° 60.00% 54.90%
CMYK 0.71% 60.00% 0.00%
45.10%

Color #8B388C in popluar number systems.

HEX 8B 38 8C
Decimal 139 56 140
Binary 10001011 111000 10001100
Octal 213 70 214

Shades and tints

Shades of #8B388C

#8B388C
(139,56,140)
#7F3380
(127,51,128)
#732E74
(115,46,116)
#672968
(103,41,104)
#5B245C
(91,36,92)
#4F1F50
(79,31,80)
#431A44
(67,26,68)
#371538
(55,21,56)
#2B102C
(43,16,44)
#1F0B20
(31,11,32)
#130614
(19,6,20)
#000000
(0,0,0)

Tints of #8B388C

#8B388C
(139,56,140)
#954A96
(149,74,150)
#9F5CA0
(159,92,160)
#A96EAA
(169,110,170)
#B380B4
(179,128,180)
#BD92BE
(189,146,190)
#C7A4C8
(199,164,200)
#D1B6D2
(209,182,210)
#DBC8DC
(219,200,220)
#E5DAE6
(229,218,230)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B388C; }

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

This text font color is #8B388C.

Background Color

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

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

This div background color is #8B388C.

Border color

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

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

This div border color is #8B388C.

Opacity

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

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

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

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

This text has shadow with #8B388C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B388C.

Preview

Color preview on black background

This text has color #8B388C on black background.


Color preview on white background

This text has color #8B388C on white background.


Black color preview on #8B388C background

This text has black color on #8B388C background.


White color preview on #8B388C background

This text has white color on #8B388C background.


Related colors

Complementary color

Complementary color for #hex is #74C773.


I love getcolorcode.com

Triadic colors

1 #8C8B38 and #388C8B with #8B388C are triadic colors.

2 #8C388B and #388B8C with #8B388C are triadic colors.