COLOR #8B5D95

HEX: #8B5D95
RGB: (139,93,149)

Color info

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

RGB color model

#8B5D95 color RGB value is (139,93,149).

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

RGB channels and saturation

R 139 of 255 = 55%
G 93 of 255 = 36%
B 149 of 255 = 58%

139
93
149

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

Portions of RGB colors in percentages

R + G + B =
139 + 93 + 149 = 381 (100%)
R 139 of 381 ~ 36.48%
G 93 of 381 ~ 24.41%
B 149 of 381 ~ 39.11%

%36.48
%24.41
%39.11

CMYK color model

#8B5D95 color CMYK value is (7,38,0,42).

  • cyan value is 6.71%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(7,38,0,42)
C7M38Y0K42 
(7%,38%,0%,42%)
(0.07/0.38/0.00/0.42)	

CMYK percentages

%6.71
%37.58
%0
%41.57

Codes

Color #8B5D95 in popluar color models

8B5D95
RGB13993149
HSL289°23.14%47.45%
HSB/HSV289°37.58%58.43%
CMYK6.71%37.58%0.00%
41.57%

Color #8B5D95 in popluar number systems.

HEX8B5D95
Decimal13993149
Binary10001011101110110010101
Octal213135225

Shades and tints

Shades of #8B5D95

#8B5D95
(139,93,149)
#7F5588
(127,85,136)
#734D7B
(115,77,123)
#67456E
(103,69,110)
#5B3D61
(91,61,97)
#4F3554
(79,53,84)
#432D47
(67,45,71)
#37253A
(55,37,58)
#2B1D2D
(43,29,45)
#1F1520
(31,21,32)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #8B5D95

#8B5D95
(139,93,149)
#956B9E
(149,107,158)
#9F79A7
(159,121,167)
#A987B0
(169,135,176)
#B395B9
(179,149,185)
#BDA3C2
(189,163,194)
#C7B1CB
(199,177,203)
#D1BFD4
(209,191,212)
#DBCDDD
(219,205,221)
#E5DBE6
(229,219,230)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B5D95; }

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

This text font color is #8B5D95.


Background Color

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

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

This div background color is #8B5D95.


Border color

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

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

This div border color is #8B5D95.


Opacity

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

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

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

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

This text has shadow with #8B5D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B5D95 on black background.


Color preview on white background

This text has color #8B5D95 on white background.



Black color preview on #8B5D95 background

This text has black color on #8B5D95 background.


White color preview on #8B5D95 background

This text has white color on #8B5D95 background.