COLOR #8B6581

HEX: #8B6581
RGB: (139,101,129)

Color info

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

RGB color model

#8B6581 color RGB value is (139,101,129).

  • red value is 139;
  • green value is 101;
  • blue value is 129.
RGB:
(139,101,129)
(55%,40%,51%)

RGB channels and saturation

R 139 of 255 = 55%
G 101 of 255 = 40%
B 129 of 255 = 51%

139
101
129

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

Portions of RGB colors in percentages

R + G + B =
139 + 101 + 129 = 369 (100%)
R 139 of 369 ~ 37.67%
G 101 of 369 ~ 27.37%
B 129 of 369 ~ 34.96%

%37.67
%27.37
%34.96

CMYK color model

#8B6581 color CMYK value is (0,27,7,45).

  • cyan value is 0.00%
  • magenta value is 27.34%
  • yellow value is 7.19%
  • key color value is 45.49%
CMYK:
(0,27,7,45)
C0M27Y7K45 
(0%,27%,7%,45%)
(0.00/0.27/0.07/0.45)	

CMYK percentages

%0
%27.34
%7.19
%45.49

Codes

Color #8B6581 in popluar color models

8B6581
RGB139101129
HSL316°15.83%47.06%
HSB/HSV316°27.34%54.51%
CMYK0.00%27.34%7.19%
45.49%

Color #8B6581 in popluar number systems.

HEX8B6581
Decimal139101129
Binary10001011110010110000001
Octal213145201

Shades and tints

Shades of #8B6581

#8B6581
(139,101,129)
#7F5C76
(127,92,118)
#73536B
(115,83,107)
#674A60
(103,74,96)
#5B4155
(91,65,85)
#4F384A
(79,56,74)
#432F3F
(67,47,63)
#372634
(55,38,52)
#2B1D29
(43,29,41)
#1F141E
(31,20,30)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #8B6581

#8B6581
(139,101,129)
#95738C
(149,115,140)
#9F8197
(159,129,151)
#A98FA2
(169,143,162)
#B39DAD
(179,157,173)
#BDABB8
(189,171,184)
#C7B9C3
(199,185,195)
#D1C7CE
(209,199,206)
#DBD5D9
(219,213,217)
#E5E3E4
(229,227,228)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B6581; }

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

This text font color is #8B6581.


Background Color

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

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

This div background color is #8B6581.


Border color

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

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

This div border color is #8B6581.


Opacity

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

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

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

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

This text has shadow with #8B6581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B6581 on black background.


Color preview on white background

This text has color #8B6581 on white background.



Black color preview on #8B6581 background

This text has black color on #8B6581 background.


White color preview on #8B6581 background

This text has white color on #8B6581 background.