COLOR #8B568B

HEX: #8B568B
RGB: (139,86,139)

Color info

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

RGB color model

#8B568B color RGB value is (139,86,139).

  • red value is 139;
  • green value is 86;
  • blue value is 139.
RGB:
(139,86,139)
(55%,34%,55%)

RGB channels and saturation

R 139 of 255 = 55%
G 86 of 255 = 34%
B 139 of 255 = 55%

139
86
139

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

Portions of RGB colors in percentages

R + G + B =
139 + 86 + 139 = 364 (100%)
R 139 of 364 ~ 38.19%
G 86 of 364 ~ 23.63%
B 139 of 364 ~ 38.19%

%38.19
%23.63
%38.19

CMYK color model

#8B568B color CMYK value is (0,38,0,45).

  • cyan value is 0.00%
  • magenta value is 38.13%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(0,38,0,45)
C0M38Y0K45 
(0%,38%,0%,45%)
(0.00/0.38/0.00/0.45)	

CMYK percentages

%0
%38.13
%0
%45.49

Codes

Color #8B568B in popluar color models

8B568B
RGB13986139
HSL300°23.56%44.12%
HSB/HSV300°38.13%54.51%
CMYK0.00%38.13%0.00%
45.49%

Color #8B568B in popluar number systems.

HEX8B568B
Decimal13986139
Binary10001011101011010001011
Octal213126213

Shades and tints

Shades of #8B568B

#8B568B
(139,86,139)
#7F4F7F
(127,79,127)
#734873
(115,72,115)
#674167
(103,65,103)
#5B3A5B
(91,58,91)
#4F334F
(79,51,79)
#432C43
(67,44,67)
#372537
(55,37,55)
#2B1E2B
(43,30,43)
#1F171F
(31,23,31)
#131013
(19,16,19)
#000000
(0,0,0)

Tints of #8B568B

#8B568B
(139,86,139)
#956595
(149,101,149)
#9F749F
(159,116,159)
#A983A9
(169,131,169)
#B392B3
(179,146,179)
#BDA1BD
(189,161,189)
#C7B0C7
(199,176,199)
#D1BFD1
(209,191,209)
#DBCEDB
(219,206,219)
#E5DDE5
(229,221,229)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B568B; }

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

This text font color is #8B568B.


Background Color

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

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

This div background color is #8B568B.


Border color

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

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

This div border color is #8B568B.


Opacity

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

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

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

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

This text has shadow with #8B568B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B568B on black background.


Color preview on white background

This text has color #8B568B on white background.



Black color preview on #8B568B background

This text has black color on #8B568B background.


White color preview on #8B568B background

This text has white color on #8B568B background.