COLOR #8D7284

HEX: #8D7284
RGB: (141,114,132)

Color info

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

RGB color model

#8D7284 color RGB value is (141,114,132).

  • red value is 141;
  • green value is 114;
  • blue value is 132.
RGB: (141,114,132) (55%,45%,52%)

RGB channels and saturation

R 141 of 255 = 55%
G 114 of 255 = 45%
B 132 of 255 = 52%

141
114
132

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

Portions of RGB colors in percentages

R + G + B =
141 + 114 + 132 = 387 (100%)
R 141 of 387 ~ 36.43%
G 114 of 387 ~ 29.46%
B 132 of 387 ~ 34.11%

%36.43
%29.46
%34.11

CMYK color model

#8D7284 color CMYK value is (0,19,6,45).

  • cyan value is 0.00%
  • magenta value is 19.15%
  • yellow value is 6.38%
  • key color value is 44.71%
CMYK: (0,19,6,45) C0M19Y6K45 (0%,19%,6%,45%) (0.00/0.19/0.06/0.45)

CMYK percentages

%0
%19.15
%6.38
%44.71

Codes

Color #8D7284 in popluar color models

8D7284
RGB141114132
HSL320°10.59%50.00%
HSB/HSV320°19.15%55.29%
CMYK0.00%19.15%6.38%
44.71%

Color #8D7284 in popluar number systems.

HEX8D7284
Decimal141114132
Binary10001101111001010000100
Octal215162204

Shades and tints

Shades of #8D7284

#8D7284
(141,114,132)
#816878
(129,104,120)
#755E6C
(117,94,108)
#695460
(105,84,96)
#5D4A54
(93,74,84)
#514048
(81,64,72)
#45363C
(69,54,60)
#392C30
(57,44,48)
#2D2224
(45,34,36)
#211818
(33,24,24)
#150E0C
(21,14,12)
#000000
(0,0,0)

Tints of #8D7284

#8D7284
(141,114,132)
#977E8F
(151,126,143)
#A18A9A
(161,138,154)
#AB96A5
(171,150,165)
#B5A2B0
(181,162,176)
#BFAEBB
(191,174,187)
#C9BAC6
(201,186,198)
#D3C6D1
(211,198,209)
#DDD2DC
(221,210,220)
#E7DEE7
(231,222,231)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7284 color. Also use rgb(141,114,132) instead hex code.

Text Font Color

.myTextColor { color: #8D7284; }

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

This text font color is #8D7284.


Background Color

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

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

This div background color is #8D7284.


Border color

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

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

This div border color is #8D7284.


Opacity

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

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

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

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

This text has shadow with #8D7284 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D7284 on black background.


Color preview on white background

This text has color #8D7284 on white background.



Black color preview on #8D7284 background

This text has black color on #8D7284 background.


White color preview on #8D7284 background

This text has white color on #8D7284 background.