COLOR #8D629C

HEX: #8D629C
RGB: (141,98,156)

Color info

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

RGB color model

#8D629C color RGB value is (141,98,156).

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

RGB channels and saturation

R 141 of 255 = 55%
G 98 of 255 = 38%
B 156 of 255 = 61%

141
98
156

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

Portions of RGB colors in percentages

R + G + B =
141 + 98 + 156 = 395 (100%)
R 141 of 395 ~ 35.7%
G 98 of 395 ~ 24.81%
B 156 of 395 ~ 39.49%

%35.7
%24.81
%39.49

CMYK color model

#8D629C color CMYK value is (10,37,0,39).

  • cyan value is 9.62%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(10,37,0,39)
C10M37Y0K39 
(10%,37%,0%,39%)
(0.10/0.37/0.00/0.39)	

CMYK percentages

%9.62
%37.18
%0
%38.82

Codes

Color #8D629C in popluar color models

8D629C
RGB14198156
HSL284°22.83%49.80%
HSB/HSV284°37.18%61.18%
CMYK9.62%37.18%0.00%
38.82%

Color #8D629C in popluar number systems.

HEX8D629C
Decimal14198156
Binary10001101110001010011100
Octal215142234

Shades and tints

Shades of #8D629C

#8D629C
(141,98,156)
#815A8E
(129,90,142)
#755280
(117,82,128)
#694A72
(105,74,114)
#5D4264
(93,66,100)
#513A56
(81,58,86)
#453248
(69,50,72)
#392A3A
(57,42,58)
#2D222C
(45,34,44)
#211A1E
(33,26,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #8D629C

#8D629C
(141,98,156)
#9770A5
(151,112,165)
#A17EAE
(161,126,174)
#AB8CB7
(171,140,183)
#B59AC0
(181,154,192)
#BFA8C9
(191,168,201)
#C9B6D2
(201,182,210)
#D3C4DB
(211,196,219)
#DDD2E4
(221,210,228)
#E7E0ED
(231,224,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D629C; }

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

This text font color is #8D629C.


Background Color

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

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

This div background color is #8D629C.


Border color

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

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

This div border color is #8D629C.


Opacity

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

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

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

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

This text has shadow with #8D629C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D629C on black background.


Color preview on white background

This text has color #8D629C on white background.



Black color preview on #8D629C background

This text has black color on #8D629C background.


White color preview on #8D629C background

This text has white color on #8D629C background.