COLOR #8D609B

HEX: #8D609B
RGB: (141,96,155)

Color info

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

RGB color model

#8D609B color RGB value is (141,96,155).

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

RGB channels and saturation

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

141
96
155

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

Portions of RGB colors in percentages

R + G + B =
141 + 96 + 155 = 392 (100%)
R 141 of 392 ~ 35.97%
G 96 of 392 ~ 24.49%
B 155 of 392 ~ 39.54%

%35.97
%24.49
%39.54

CMYK color model

#8D609B color CMYK value is (9,38,0,39).

  • cyan value is 9.03%
  • magenta value is 38.06%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(9,38,0,39)
C9M38Y0K39 
(9%,38%,0%,39%)
(0.09/0.38/0.00/0.39)	

CMYK percentages

%9.03
%38.06
%0
%39.22

Codes

Color #8D609B in popluar color models

8D609B
RGB14196155
HSL286°23.51%49.22%
HSB/HSV286°38.06%60.78%
CMYK9.03%38.06%0.00%
39.22%

Color #8D609B in popluar number systems.

HEX8D609B
Decimal14196155
Binary10001101110000010011011
Octal215140233

Shades and tints

Shades of #8D609B

#8D609B
(141,96,155)
#81588D
(129,88,141)
#75507F
(117,80,127)
#694871
(105,72,113)
#5D4063
(93,64,99)
#513855
(81,56,85)
#453047
(69,48,71)
#392839
(57,40,57)
#2D202B
(45,32,43)
#21181D
(33,24,29)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #8D609B

#8D609B
(141,96,155)
#976EA4
(151,110,164)
#A17CAD
(161,124,173)
#AB8AB6
(171,138,182)
#B598BF
(181,152,191)
#BFA6C8
(191,166,200)
#C9B4D1
(201,180,209)
#D3C2DA
(211,194,218)
#DDD0E3
(221,208,227)
#E7DEEC
(231,222,236)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D609B; }

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

This text font color is #8D609B.


Background Color

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

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

This div background color is #8D609B.


Border color

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

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

This div border color is #8D609B.


Opacity

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

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

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

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

This text has shadow with #8D609B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D609B on black background.


Color preview on white background

This text has color #8D609B on white background.



Black color preview on #8D609B background

This text has black color on #8D609B background.


White color preview on #8D609B background

This text has white color on #8D609B background.