COLOR #8B6795

HEX: #8B6795
RGB: (139,103,149)

Color info

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

RGB color model

#8B6795 color RGB value is (139,103,149).

  • red value is 139;
  • green value is 103;
  • blue value is 149.
RGB:
(139,103,149)
(55%,40%,58%)

RGB channels and saturation

R 139 of 255 = 55%
G 103 of 255 = 40%
B 149 of 255 = 58%

139
103
149

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

Portions of RGB colors in percentages

R + G + B =
139 + 103 + 149 = 391 (100%)
R 139 of 391 ~ 35.55%
G 103 of 391 ~ 26.34%
B 149 of 391 ~ 38.11%

%35.55
%26.34
%38.11

CMYK color model

#8B6795 color CMYK value is (7,31,0,42).

  • cyan value is 6.71%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(7,31,0,42)
C7M31Y0K42 
(7%,31%,0%,42%)
(0.07/0.31/0.00/0.42)	

CMYK percentages

%6.71
%30.87
%0
%41.57

Codes

Color #8B6795 in popluar color models

8B6795
RGB139103149
HSL287°18.25%49.41%
HSB/HSV287°30.87%58.43%
CMYK6.71%30.87%0.00%
41.57%

Color #8B6795 in popluar number systems.

HEX8B6795
Decimal139103149
Binary10001011110011110010101
Octal213147225

Shades and tints

Shades of #8B6795

#8B6795
(139,103,149)
#7F5E88
(127,94,136)
#73557B
(115,85,123)
#674C6E
(103,76,110)
#5B4361
(91,67,97)
#4F3A54
(79,58,84)
#433147
(67,49,71)
#37283A
(55,40,58)
#2B1F2D
(43,31,45)
#1F1620
(31,22,32)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #8B6795

#8B6795
(139,103,149)
#95749E
(149,116,158)
#9F81A7
(159,129,167)
#A98EB0
(169,142,176)
#B39BB9
(179,155,185)
#BDA8C2
(189,168,194)
#C7B5CB
(199,181,203)
#D1C2D4
(209,194,212)
#DBCFDD
(219,207,221)
#E5DCE6
(229,220,230)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B6795 color. Also use rgb(139,103,149) instead hex code.

Text Font Color

.myTextColor { color: #8B6795; }

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

This text font color is #8B6795.


Background Color

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

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

This div background color is #8B6795.


Border color

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

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

This div border color is #8B6795.


Opacity

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

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

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

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

This text has shadow with #8B6795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6795 on black background.


Color preview on white background

This text has color #8B6795 on white background.



Black color preview on #8B6795 background

This text has black color on #8B6795 background.


White color preview on #8B6795 background

This text has white color on #8B6795 background.