COLOR #8D6287

HEX: #8D6287
RGB: (141,98,135)

Color info

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

RGB color model

#8D6287 color RGB value is (141,98,135).

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

RGB channels and saturation

R 141 of 255 = 55%
G 98 of 255 = 38%
B 135 of 255 = 53%

141
98
135

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

Portions of RGB colors in percentages

R + G + B =
141 + 98 + 135 = 374 (100%)
R 141 of 374 ~ 37.7%
G 98 of 374 ~ 26.2%
B 135 of 374 ~ 36.1%

%37.7
%26.2
%36.1

CMYK color model

#8D6287 color CMYK value is (0,30,4,45).

  • cyan value is 0.00%
  • magenta value is 30.50%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(0,30,4,45)
C0M30Y4K45 
(0%,30%,4%,45%)
(0.00/0.30/0.04/0.45)	

CMYK percentages

%0
%30.5
%4.26
%44.71

Codes

Color #8D6287 in popluar color models

8D6287
RGB14198135
HSL308°17.99%46.86%
HSB/HSV308°30.50%55.29%
CMYK0.00%30.50%4.26%
44.71%

Color #8D6287 in popluar number systems.

HEX8D6287
Decimal14198135
Binary10001101110001010000111
Octal215142207

Shades and tints

Shades of #8D6287

#8D6287
(141,98,135)
#815A7B
(129,90,123)
#75526F
(117,82,111)
#694A63
(105,74,99)
#5D4257
(93,66,87)
#513A4B
(81,58,75)
#45323F
(69,50,63)
#392A33
(57,42,51)
#2D2227
(45,34,39)
#211A1B
(33,26,27)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #8D6287

#8D6287
(141,98,135)
#977091
(151,112,145)
#A17E9B
(161,126,155)
#AB8CA5
(171,140,165)
#B59AAF
(181,154,175)
#BFA8B9
(191,168,185)
#C9B6C3
(201,182,195)
#D3C4CD
(211,196,205)
#DDD2D7
(221,210,215)
#E7E0E1
(231,224,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D6287; }

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

This text font color is #8D6287.


Background Color

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

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

This div background color is #8D6287.


Border color

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

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

This div border color is #8D6287.


Opacity

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

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

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

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

This text has shadow with #8D6287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6287 on black background.


Color preview on white background

This text has color #8D6287 on white background.



Black color preview on #8D6287 background

This text has black color on #8D6287 background.


White color preview on #8D6287 background

This text has white color on #8D6287 background.