COLOR #8B6896

HEX: #8B6896
RGB: (139,104,150)

Color info

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

RGB color model

#8B6896 color RGB value is (139,104,150).

  • red value is 139;
  • green value is 104;
  • blue value is 150.
RGB:
(139,104,150)
(55%,41%,59%)

RGB channels and saturation

R 139 of 255 = 55%
G 104 of 255 = 41%
B 150 of 255 = 59%

139
104
150

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

Portions of RGB colors in percentages

R + G + B =
139 + 104 + 150 = 393 (100%)
R 139 of 393 ~ 35.37%
G 104 of 393 ~ 26.46%
B 150 of 393 ~ 38.17%

%35.37
%26.46
%38.17

CMYK color model

#8B6896 color CMYK value is (7,31,0,41).

  • cyan value is 7.33%
  • magenta value is 30.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(7,31,0,41)
C7M31Y0K41 
(7%,31%,0%,41%)
(0.07/0.31/0.00/0.41)	

CMYK percentages

%7.33
%30.67
%0
%41.18

Codes

Color #8B6896 in popluar color models

8B6896
RGB139104150
HSL286°18.11%49.80%
HSB/HSV286°30.67%58.82%
CMYK7.33%30.67%0.00%
41.18%

Color #8B6896 in popluar number systems.

HEX8B6896
Decimal139104150
Binary10001011110100010010110
Octal213150226

Shades and tints

Shades of #8B6896

#8B6896
(139,104,150)
#7F5F89
(127,95,137)
#73567C
(115,86,124)
#674D6F
(103,77,111)
#5B4462
(91,68,98)
#4F3B55
(79,59,85)
#433248
(67,50,72)
#37293B
(55,41,59)
#2B202E
(43,32,46)
#1F1721
(31,23,33)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #8B6896

#8B6896
(139,104,150)
#95759F
(149,117,159)
#9F82A8
(159,130,168)
#A98FB1
(169,143,177)
#B39CBA
(179,156,186)
#BDA9C3
(189,169,195)
#C7B6CC
(199,182,204)
#D1C3D5
(209,195,213)
#DBD0DE
(219,208,222)
#E5DDE7
(229,221,231)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6896 color. Also use rgb(139,104,150) instead hex code.

Text Font Color

.myTextColor { color: #8B6896; }

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

This text font color is #8B6896.


Background Color

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

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

This div background color is #8B6896.


Border color

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

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

This div border color is #8B6896.


Opacity

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

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

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

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

This text has shadow with #8B6896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6896 on black background.


Color preview on white background

This text has color #8B6896 on white background.



Black color preview on #8B6896 background

This text has black color on #8B6896 background.


White color preview on #8B6896 background

This text has white color on #8B6896 background.