COLOR #8D7995

HEX: #8D7995
RGB: (141,121,149)

Color info

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

RGB color model

#8D7995 color RGB value is (141,121,149).

  • red value is 141;
  • green value is 121;
  • blue value is 149.
RGB:
(141,121,149)
(55%,47%,58%)

RGB channels and saturation

R 141 of 255 = 55%
G 121 of 255 = 47%
B 149 of 255 = 58%

141
121
149

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

Portions of RGB colors in percentages

R + G + B =
141 + 121 + 149 = 411 (100%)
R 141 of 411 ~ 34.31%
G 121 of 411 ~ 29.44%
B 149 of 411 ~ 36.25%

%34.31
%29.44
%36.25

CMYK color model

#8D7995 color CMYK value is (5,19,0,42).

  • cyan value is 5.37%
  • magenta value is 18.79%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(5,19,0,42)
C5M19Y0K42 
(5%,19%,0%,42%)
(0.05/0.19/0.00/0.42)	

CMYK percentages

%5.37
%18.79
%0
%41.57

Codes

Color #8D7995 in popluar color models

8D7995
RGB141121149
HSL283°11.67%52.94%
HSB/HSV283°18.79%58.43%
CMYK5.37%18.79%0.00%
41.57%

Color #8D7995 in popluar number systems.

HEX8D7995
Decimal141121149
Binary10001101111100110010101
Octal215171225

Shades and tints

Shades of #8D7995

#8D7995
(141,121,149)
#816E88
(129,110,136)
#75637B
(117,99,123)
#69586E
(105,88,110)
#5D4D61
(93,77,97)
#514254
(81,66,84)
#453747
(69,55,71)
#392C3A
(57,44,58)
#2D212D
(45,33,45)
#211620
(33,22,32)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #8D7995

#8D7995
(141,121,149)
#97859E
(151,133,158)
#A191A7
(161,145,167)
#AB9DB0
(171,157,176)
#B5A9B9
(181,169,185)
#BFB5C2
(191,181,194)
#C9C1CB
(201,193,203)
#D3CDD4
(211,205,212)
#DDD9DD
(221,217,221)
#E7E5E6
(231,229,230)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D7995 color. Also use rgb(141,121,149) instead hex code.

Text Font Color

.myTextColor { color: #8D7995; }

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

This text font color is #8D7995.


Background Color

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

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

This div background color is #8D7995.


Border color

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

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

This div border color is #8D7995.


Opacity

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

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

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

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

This text has shadow with #8D7995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D7995 on black background.


Color preview on white background

This text has color #8D7995 on white background.



Black color preview on #8D7995 background

This text has black color on #8D7995 background.


White color preview on #8D7995 background

This text has white color on #8D7995 background.