COLOR #8D0C9D

HEX: #8D0C9D
RGB: (141,12,157)

Color info

#8D0C9D contains mainly red and blue colors. Web safe color of #8D0C9D is #990099 (or #909).

RGB color model

#8D0C9D color RGB value is (141,12,157).

  • red value is 141;
  • green value is 12;
  • blue value is 157.
RGB:
(141,12,157)
(55%,5%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 12 of 255 = 5%
B 157 of 255 = 62%

141
12
157

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

Portions of RGB colors in percentages

R + G + B =
141 + 12 + 157 = 310 (100%)
R 141 of 310 ~ 45.48%
G 12 of 310 ~ 3.87%
B 157 of 310 ~ 50.65%

%45.48
%50.65

CMYK color model

#8D0C9D color CMYK value is (10,92,0,38).

  • cyan value is 10.19%
  • magenta value is 92.36%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(10,92,0,38)
C10M92Y0K38 
(10%,92%,0%,38%)
(0.10/0.92/0.00/0.38)	

CMYK percentages

%10.19
%92.36
%0
%38.43

Codes

Color #8D0C9D in popluar color models

8D0C9D
RGB14112157
HSL293°85.80%33.14%
HSB/HSV293°92.36%61.57%
CMYK10.19%92.36%0.00%
38.43%

Color #8D0C9D in popluar number systems.

HEX8D0C9D
Decimal14112157
Binary10001101110010011101
Octal21514235

Shades and tints

Shades of #8D0C9D

#8D0C9D
(141,12,157)
#810B8F
(129,11,143)
#750A81
(117,10,129)
#690973
(105,9,115)
#5D0865
(93,8,101)
#510757
(81,7,87)
#450649
(69,6,73)
#39053B
(57,5,59)
#2D042D
(45,4,45)
#21031F
(33,3,31)
#150211
(21,2,17)
#000000
(0,0,0)

Tints of #8D0C9D

#8D0C9D
(141,12,157)
#9722A5
(151,34,165)
#A138AD
(161,56,173)
#AB4EB5
(171,78,181)
#B564BD
(181,100,189)
#BF7AC5
(191,122,197)
#C990CD
(201,144,205)
#D3A6D5
(211,166,213)
#DDBCDD
(221,188,221)
#E7D2E5
(231,210,229)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D0C9D color. Also use rgb(141,12,157) instead hex code.

Text Font Color

.myTextColor { color: #8D0C9D; }

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

This text font color is #8D0C9D.


Background Color

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

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

This div background color is #8D0C9D.


Border color

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

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

This div border color is #8D0C9D.


Opacity

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

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

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

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

This text has shadow with #8D0C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D0C9D on black background.


Color preview on white background

This text has color #8D0C9D on white background.



Black color preview on #8D0C9D background

This text has black color on #8D0C9D background.


White color preview on #8D0C9D background

This text has white color on #8D0C9D background.