COLOR #8D6CC9

HEX: #8D6CC9
RGB: (141,108,201)

Color info

#8D6CC9 contains mainly blue color. Web safe color of #8D6CC9 is #9966CC (or #96C).

RGB color model

#8D6CC9 color RGB value is (141,108,201).

  • red value is 141;
  • green value is 108;
  • blue value is 201.
RGB:
(141,108,201)
(55%,42%,79%)

RGB channels and saturation

R 141 of 255 = 55%
G 108 of 255 = 42%
B 201 of 255 = 79%

141
108
201

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

Portions of RGB colors in percentages

R + G + B =
141 + 108 + 201 = 450 (100%)
R 141 of 450 ~ 31.33%
G 108 of 450 ~ 24%
B 201 of 450 ~ 44.67%

%31.33
%24
%44.67

CMYK color model

#8D6CC9 color CMYK value is (30,46,0,21).

  • cyan value is 29.85%
  • magenta value is 46.27%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(30,46,0,21)
C30M46Y0K21 
(30%,46%,0%,21%)
(0.30/0.46/0.00/0.21)	

CMYK percentages

%29.85
%46.27
%0
%21.18

Codes

Color #8D6CC9 in popluar color models

8D6CC9
RGB141108201
HSL261°46.27%60.59%
HSB/HSV261°46.27%78.82%
CMYK29.85%46.27%0.00%
21.18%

Color #8D6CC9 in popluar number systems.

HEX8D6CC9
Decimal141108201
Binary10001101110110011001001
Octal215154311

Shades and tints

Shades of #8D6CC9

#8D6CC9
(141,108,201)
#8163B7
(129,99,183)
#755AA5
(117,90,165)
#695193
(105,81,147)
#5D4881
(93,72,129)
#513F6F
(81,63,111)
#45365D
(69,54,93)
#392D4B
(57,45,75)
#2D2439
(45,36,57)
#211B27
(33,27,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #8D6CC9

#8D6CC9
(141,108,201)
#9779CD
(151,121,205)
#A186D1
(161,134,209)
#AB93D5
(171,147,213)
#B5A0D9
(181,160,217)
#BFADDD
(191,173,221)
#C9BAE1
(201,186,225)
#D3C7E5
(211,199,229)
#DDD4E9
(221,212,233)
#E7E1ED
(231,225,237)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D6CC9 color. Also use rgb(141,108,201) instead hex code.

Text Font Color

.myTextColor { color: #8D6CC9; }

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

This text font color is #8D6CC9.


Background Color

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

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

This div background color is #8D6CC9.


Border color

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

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

This div border color is #8D6CC9.


Opacity

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

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

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

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

This text has shadow with #8D6CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D6CC9 on black background.


Color preview on white background

This text has color #8D6CC9 on white background.



Black color preview on #8D6CC9 background

This text has black color on #8D6CC9 background.


White color preview on #8D6CC9 background

This text has white color on #8D6CC9 background.