COLOR #8D66B6

HEX: #8D66B6
RGB: (141,102,182)

Color info

#8D66B6 contains mainly red and blue colors. Web safe color of #8D66B6 is #9966CC (or #96C).

RGB color model

#8D66B6 color RGB value is (141,102,182).

  • red value is 141;
  • green value is 102;
  • blue value is 182.
RGB:
(141,102,182)
(55%,40%,71%)

RGB channels and saturation

R 141 of 255 = 55%
G 102 of 255 = 40%
B 182 of 255 = 71%

141
102
182

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

Portions of RGB colors in percentages

R + G + B =
141 + 102 + 182 = 425 (100%)
R 141 of 425 ~ 33.18%
G 102 of 425 ~ 24%
B 182 of 425 ~ 42.82%

%33.18
%24
%42.82

CMYK color model

#8D66B6 color CMYK value is (23,44,0,29).

  • cyan value is 22.53%
  • magenta value is 43.96%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(23,44,0,29)
C23M44Y0K29 
(23%,44%,0%,29%)
(0.23/0.44/0.00/0.29)	

CMYK percentages

%22.53
%43.96
%0
%28.63

Codes

Color #8D66B6 in popluar color models

8D66B6
RGB141102182
HSL269°35.40%55.69%
HSB/HSV269°43.96%71.37%
CMYK22.53%43.96%0.00%
28.63%

Color #8D66B6 in popluar number systems.

HEX8D66B6
Decimal141102182
Binary10001101110011010110110
Octal215146266

Shades and tints

Shades of #8D66B6

#8D66B6
(141,102,182)
#815DA6
(129,93,166)
#755496
(117,84,150)
#694B86
(105,75,134)
#5D4276
(93,66,118)
#513966
(81,57,102)
#453056
(69,48,86)
#392746
(57,39,70)
#2D1E36
(45,30,54)
#211526
(33,21,38)
#150C16
(21,12,22)
#000000
(0,0,0)

Tints of #8D66B6

#8D66B6
(141,102,182)
#9773BC
(151,115,188)
#A180C2
(161,128,194)
#AB8DC8
(171,141,200)
#B59ACE
(181,154,206)
#BFA7D4
(191,167,212)
#C9B4DA
(201,180,218)
#D3C1E0
(211,193,224)
#DDCEE6
(221,206,230)
#E7DBEC
(231,219,236)
#F1E8F2
(241,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D66B6 color. Also use rgb(141,102,182) instead hex code.

Text Font Color

.myTextColor { color: #8D66B6; }

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

This text font color is #8D66B6.


Background Color

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

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

This div background color is #8D66B6.


Border color

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

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

This div border color is #8D66B6.


Opacity

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

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

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

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

This text has shadow with #8D66B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D66B6 on black background.


Color preview on white background

This text has color #8D66B6 on white background.



Black color preview on #8D66B6 background

This text has black color on #8D66B6 background.


White color preview on #8D66B6 background

This text has white color on #8D66B6 background.