COLOR #8B6393

HEX: #8B6393 RGB: (139,99,147)

Color info

#8B6393 contains red, green and blue colors in about the same proportion. Web safe color of #8B6393 is #996699 (or #969).

RGB color model

#8B6393 color RGB value is (139,99,147).

RGB: (139,99,147) (55%, 39%, 58%)

RGB channels and saturation

R 139 of 255 = 55%
G 99 of 255 = 39%
B 147 of 255 = 58%

139
99
147

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

Portions of RGB colors in percentages

R + G + B = 139 + 99 + 147 = 385 (100%)
R 139 of 385 ~ 36.1%
G 99 of 385 ~ 25.71%
B 147 of 385 ~ 38.18'%

%36.1
%25.71
%38.18

CMYK color model

#8B6393 color CMYK value is (5,33,0,42).

  • cyan value is 5.44%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (5,33,0,42)
C5M33Y0K42 (5%, 33%, 0%, 42%)
(0.05 / 0.33 / 0.00 / 0.42)

CMYK percentages

%5.44
%32.65
%0
%42.35

Codes

Color #8B6393 in popluar color models

8B 63 93
RGB 139 99 147
HSL 290° 19.51% 48.24%
HSB/HSV 290° 32.65% 57.65%
CMYK 5.44% 32.65% 0.00%
42.35%

Color #8B6393 in popluar number systems.

HEX 8B 63 93
Decimal 139 99 147
Binary 10001011 1100011 10010011
Octal 213 143 223

Shades and tints

Shades of #8B6393

#8B6393
(139,99,147)
#7F5A86
(127,90,134)
#735179
(115,81,121)
#67486C
(103,72,108)
#5B3F5F
(91,63,95)
#4F3652
(79,54,82)
#432D45
(67,45,69)
#372438
(55,36,56)
#2B1B2B
(43,27,43)
#1F121E
(31,18,30)
#130911
(19,9,17)
#000000
(0,0,0)

Tints of #8B6393

#8B6393
(139,99,147)
#95719C
(149,113,156)
#9F7FA5
(159,127,165)
#A98DAE
(169,141,174)
#B39BB7
(179,155,183)
#BDA9C0
(189,169,192)
#C7B7C9
(199,183,201)
#D1C5D2
(209,197,210)
#DBD3DB
(219,211,219)
#E5E1E4
(229,225,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6393 color. Also use rgb(139,99,147) instead hex code.

Text Font Color

.myTextColor { color: #8B6393; }

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

This text font color is #8B6393.

Background Color

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

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

This div background color is #8B6393.

Border color

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

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

This div border color is #8B6393.

Opacity

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

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

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

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

This text has shadow with #8B6393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B6393.

Preview

Color preview on black background

This text has color #8B6393 on black background.


Color preview on white background

This text has color #8B6393 on white background.


Black color preview on #8B6393 background

This text has black color on #8B6393 background.


White color preview on #8B6393 background

This text has white color on #8B6393 background.


Related colors

Complementary color

Complementary color for #hex is #749C6C.


I love getcolorcode.com

Triadic colors

1 #938B63 and #63938B with #8B6393 are triadic colors.

2 #93638B and #638B93 with #8B6393 are triadic colors.