COLOR #8D619B

HEX: #8D619B
RGB: (141,97,155)

Color info

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

RGB color model

#8D619B color RGB value is (141,97,155).

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

RGB channels and saturation

R 141 of 255 = 55%
G 97 of 255 = 38%
B 155 of 255 = 61%

141
97
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 97 + 155 = 393 (100%)
R 141 of 393 ~ 35.88%
G 97 of 393 ~ 24.68%
B 155 of 393 ~ 39.44%

%35.88
%24.68
%39.44

CMYK color model

#8D619B color CMYK value is (9,37,0,39).

  • cyan value is 9.03%
  • magenta value is 37.42%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK: (9,37,0,39) C9M37Y0K39 (9%,37%,0%,39%) (0.09/0.37/0.00/0.39)

CMYK percentages

%9.03
%37.42
%0
%39.22

Codes

Color #8D619B in popluar color models

8D619B
RGB14197155
HSL286°23.02%49.41%
HSB/HSV286°37.42%60.78%
CMYK9.03%37.42%0.00%
39.22%

Color #8D619B in popluar number systems.

HEX8D619B
Decimal14197155
Binary10001101110000110011011
Octal215141233

Shades and tints

Shades of #8D619B

#8D619B
(141,97,155)
#81598D
(129,89,141)
#75517F
(117,81,127)
#694971
(105,73,113)
#5D4163
(93,65,99)
#513955
(81,57,85)
#453147
(69,49,71)
#392939
(57,41,57)
#2D212B
(45,33,43)
#21191D
(33,25,29)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #8D619B

#8D619B
(141,97,155)
#976FA4
(151,111,164)
#A17DAD
(161,125,173)
#AB8BB6
(171,139,182)
#B599BF
(181,153,191)
#BFA7C8
(191,167,200)
#C9B5D1
(201,181,209)
#D3C3DA
(211,195,218)
#DDD1E3
(221,209,227)
#E7DFEC
(231,223,236)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D619B color. Also use rgb(141,97,155) instead hex code.

Text Font Color

.myTextColor { color: #8D619B; }

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

This text font color is #8D619B.


Background Color

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

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

This div background color is #8D619B.


Border color

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

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

This div border color is #8D619B.


Opacity

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

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

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

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

This text has shadow with #8D619B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8D619B on black background.


Color preview on white background

This text has color #8D619B on white background.



Black color preview on #8D619B background

This text has black color on #8D619B background.


White color preview on #8D619B background

This text has white color on #8D619B background.