COLOR #8B7CAD

HEX: #8B7CAD RGB: (139,124,173)

Color info

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

RGB color model

#8B7CAD color RGB value is (139,124,173).

RGB: (139,124,173) (55%, 49%, 68%)

RGB channels and saturation

R 139 of 255 = 55%
G 124 of 255 = 49%
B 173 of 255 = 68%

139
124
173

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

Portions of RGB colors in percentages

R + G + B = 139 + 124 + 173 = 436 (100%)
R 139 of 436 ~ 31.88%
G 124 of 436 ~ 28.44%
B 173 of 436 ~ 39.68'%

%31.88
%28.44
%39.68

CMYK color model

#8B7CAD color CMYK value is (20,28,0,32).

  • cyan value is 19.65%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (20,28,0,32)
C20M28Y0K32 (20%, 28%, 0%, 32%)
(0.20 / 0.28 / 0.00 / 0.32)

CMYK percentages

%19.65
%28.32
%0
%32.16

Codes

Color #8B7CAD in popluar color models

8B 7C AD
RGB 139 124 173
HSL 258° 23.00% 58.24%
HSB/HSV 258° 28.32% 67.84%
CMYK 19.65% 28.32% 0.00%
32.16%

Color #8B7CAD in popluar number systems.

HEX 8B 7C AD
Decimal 139 124 173
Binary 10001011 1111100 10101101
Octal 213 174 255

Shades and tints

Shades of #8B7CAD

#8B7CAD
(139,124,173)
#7F719E
(127,113,158)
#73668F
(115,102,143)
#675B80
(103,91,128)
#5B5071
(91,80,113)
#4F4562
(79,69,98)
#433A53
(67,58,83)
#372F44
(55,47,68)
#2B2435
(43,36,53)
#1F1926
(31,25,38)
#130E17
(19,14,23)
#000000
(0,0,0)

Tints of #8B7CAD

#8B7CAD
(139,124,173)
#9587B4
(149,135,180)
#9F92BB
(159,146,187)
#A99DC2
(169,157,194)
#B3A8C9
(179,168,201)
#BDB3D0
(189,179,208)
#C7BED7
(199,190,215)
#D1C9DE
(209,201,222)
#DBD4E5
(219,212,229)
#E5DFEC
(229,223,236)
#EFEAF3
(239,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8B7CAD; }

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

This text font color is #8B7CAD.

Background Color

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

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

This div background color is #8B7CAD.

Border color

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

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

This div border color is #8B7CAD.

Opacity

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

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

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

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

This text has shadow with #8B7CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B7CAD.

Preview

Color preview on black background

This text has color #8B7CAD on black background.


Color preview on white background

This text has color #8B7CAD on white background.


Black color preview on #8B7CAD background

This text has black color on #8B7CAD background.


White color preview on #8B7CAD background

This text has white color on #8B7CAD background.


Related colors

Complementary color

Complementary color for #hex is #748352.


I love getcolorcode.com

Triadic colors

1 #AD8B7C and #7CAD8B with #8B7CAD are triadic colors.

2 #AD7C8B and #7C8BAD with #8B7CAD are triadic colors.