COLOR #8B61AD

HEX: #8B61AD
RGB: (139,97,173)

Color info

#8B61AD contains mainly red and blue colors. Web safe color of #8B61AD is #996699 (or #969).

RGB color model

#8B61AD color RGB value is (139,97,173).

  • red value is 139;
  • green value is 97;
  • blue value is 173.
RGB:
(139,97,173)
(55%,38%,68%)

RGB channels and saturation

R 139 of 255 = 55%
G 97 of 255 = 38%
B 173 of 255 = 68%

139
97
173

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

Portions of RGB colors in percentages

R + G + B =
139 + 97 + 173 = 409 (100%)
R 139 of 409 ~ 33.99%
G 97 of 409 ~ 23.72%
B 173 of 409 ~ 42.3%

%33.99
%23.72
%42.3

CMYK color model

#8B61AD color CMYK value is (20,44,0,32).

  • cyan value is 19.65%
  • magenta value is 43.93%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(20,44,0,32)
C20M44Y0K32 
(20%,44%,0%,32%)
(0.20/0.44/0.00/0.32)	

CMYK percentages

%19.65
%43.93
%0
%32.16

Codes

Color #8B61AD in popluar color models

8B61AD
RGB13997173
HSL273°31.67%52.94%
HSB/HSV273°43.93%67.84%
CMYK19.65%43.93%0.00%
32.16%

Color #8B61AD in popluar number systems.

HEX8B61AD
Decimal13997173
Binary10001011110000110101101
Octal213141255

Shades and tints

Shades of #8B61AD

#8B61AD
(139,97,173)
#7F599E
(127,89,158)
#73518F
(115,81,143)
#674980
(103,73,128)
#5B4171
(91,65,113)
#4F3962
(79,57,98)
#433153
(67,49,83)
#372944
(55,41,68)
#2B2135
(43,33,53)
#1F1926
(31,25,38)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #8B61AD

#8B61AD
(139,97,173)
#956FB4
(149,111,180)
#9F7DBB
(159,125,187)
#A98BC2
(169,139,194)
#B399C9
(179,153,201)
#BDA7D0
(189,167,208)
#C7B5D7
(199,181,215)
#D1C3DE
(209,195,222)
#DBD1E5
(219,209,229)
#E5DFEC
(229,223,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B61AD; }

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

This text font color is #8B61AD.


Background Color

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

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

This div background color is #8B61AD.


Border color

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

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

This div border color is #8B61AD.


Opacity

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

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

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

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

This text has shadow with #8B61AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B61AD on black background.


Color preview on white background

This text has color #8B61AD on white background.



Black color preview on #8B61AD background

This text has black color on #8B61AD background.


White color preview on #8B61AD background

This text has white color on #8B61AD background.