COLOR #8D6893

HEX: #8D6893 RGB: (141,104,147)

Color info

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

RGB color model

#8D6893 color RGB value is (141,104,147).

RGB: (141,104,147) (55%, 41%, 58%)

RGB channels and saturation

R 141 of 255 = 55%
G 104 of 255 = 41%
B 147 of 255 = 58%

141
104
147

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

Portions of RGB colors in percentages

R + G + B = 141 + 104 + 147 = 392 (100%)
R 141 of 392 ~ 35.97%
G 104 of 392 ~ 26.53%
B 147 of 392 ~ 37.5'%

%35.97
%26.53
%37.5

CMYK color model

#8D6893 color CMYK value is (4,29,0,42).

  • cyan value is 4.08%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (4,29,0,42)
C4M29Y0K42 (4%, 29%, 0%, 42%)
(0.04 / 0.29 / 0.00 / 0.42)

CMYK percentages

%4.08
%29.25
%0
%42.35

Codes

Color #8D6893 in popluar color models

8D 68 93
RGB 141 104 147
HSL 292° 17.13% 49.22%
HSB/HSV 292° 29.25% 57.65%
CMYK 4.08% 29.25% 0.00%
42.35%

Color #8D6893 in popluar number systems.

HEX 8D 68 93
Decimal 141 104 147
Binary 10001101 1101000 10010011
Octal 215 150 223

Shades and tints

Shades of #8D6893

#8D6893
(141,104,147)
#815F86
(129,95,134)
#755679
(117,86,121)
#694D6C
(105,77,108)
#5D445F
(93,68,95)
#513B52
(81,59,82)
#453245
(69,50,69)
#392938
(57,41,56)
#2D202B
(45,32,43)
#21171E
(33,23,30)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #8D6893

#8D6893
(141,104,147)
#97759C
(151,117,156)
#A182A5
(161,130,165)
#AB8FAE
(171,143,174)
#B59CB7
(181,156,183)
#BFA9C0
(191,169,192)
#C9B6C9
(201,182,201)
#D3C3D2
(211,195,210)
#DDD0DB
(221,208,219)
#E7DDE4
(231,221,228)
#F1EAED
(241,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6893 color. Also use rgb(141,104,147) instead hex code.

Text Font Color

.myTextColor { color: #8D6893; }

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

This text font color is #8D6893.

Background Color

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

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

This div background color is #8D6893.

Border color

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

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

This div border color is #8D6893.

Opacity

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

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

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

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

This text has shadow with #8D6893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D6893.

Preview

Color preview on black background

This text has color #8D6893 on black background.


Color preview on white background

This text has color #8D6893 on white background.


Black color preview on #8D6893 background

This text has black color on #8D6893 background.


White color preview on #8D6893 background

This text has white color on #8D6893 background.


Related colors

Complementary color

Complementary color for #hex is #72976C.


I love getcolorcode.com

Triadic colors

1 #938D68 and #68938D with #8D6893 are triadic colors.

2 #93688D and #688D93 with #8D6893 are triadic colors.