COLOR #8D628E

HEX: #8D628E
RGB: (141,98,142)

Color info

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

RGB color model

#8D628E color RGB value is (141,98,142).

  • red value is 141;
  • green value is 98;
  • blue value is 142.
RGB:
(141,98,142)
(55%,38%,56%)

RGB channels and saturation

R 141 of 255 = 55%
G 98 of 255 = 38%
B 142 of 255 = 56%

141
98
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 98 + 142 = 381 (100%)
R 141 of 381 ~ 37.01%
G 98 of 381 ~ 25.72%
B 142 of 381 ~ 37.27%

%37.01
%25.72
%37.27

CMYK color model

#8D628E color CMYK value is (1,31,0,44).

  • cyan value is 0.70%
  • magenta value is 30.99%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,31,0,44)
C1M31Y0K44 
(1%,31%,0%,44%)
(0.01/0.31/0.00/0.44)	

CMYK percentages

%0.7
%30.99
%0
%44.31

Codes

Color #8D628E in popluar color models

8D628E
RGB14198142
HSL299°18.33%47.06%
HSB/HSV299°30.99%55.69%
CMYK0.70%30.99%0.00%
44.31%

Color #8D628E in popluar number systems.

HEX8D628E
Decimal14198142
Binary10001101110001010001110
Octal215142216

Shades and tints

Shades of #8D628E

#8D628E
(141,98,142)
#815A82
(129,90,130)
#755276
(117,82,118)
#694A6A
(105,74,106)
#5D425E
(93,66,94)
#513A52
(81,58,82)
#453246
(69,50,70)
#392A3A
(57,42,58)
#2D222E
(45,34,46)
#211A22
(33,26,34)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #8D628E

#8D628E
(141,98,142)
#977098
(151,112,152)
#A17EA2
(161,126,162)
#AB8CAC
(171,140,172)
#B59AB6
(181,154,182)
#BFA8C0
(191,168,192)
#C9B6CA
(201,182,202)
#D3C4D4
(211,196,212)
#DDD2DE
(221,210,222)
#E7E0E8
(231,224,232)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D628E color. Also use rgb(141,98,142) instead hex code.

Text Font Color

.myTextColor { color: #8D628E; }

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

This text font color is #8D628E.


Background Color

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

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

This div background color is #8D628E.


Border color

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

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

This div border color is #8D628E.


Opacity

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

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

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

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

This text has shadow with #8D628E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D628E on black background.


Color preview on white background

This text has color #8D628E on white background.



Black color preview on #8D628E background

This text has black color on #8D628E background.


White color preview on #8D628E background

This text has white color on #8D628E background.