COLOR #8D55C1

HEX: #8D55C1
RGB: (141,85,193)

Color info

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

RGB color model

#8D55C1 color RGB value is (141,85,193).

  • red value is 141;
  • green value is 85;
  • blue value is 193.
RGB:
(141,85,193)
(55%,33%,76%)

RGB channels and saturation

R 141 of 255 = 55%
G 85 of 255 = 33%
B 193 of 255 = 76%

141
85
193

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

Portions of RGB colors in percentages

R + G + B =
141 + 85 + 193 = 419 (100%)
R 141 of 419 ~ 33.65%
G 85 of 419 ~ 20.29%
B 193 of 419 ~ 46.06%

%33.65
%20.29
%46.06

CMYK color model

#8D55C1 color CMYK value is (27,56,0,24).

  • cyan value is 26.94%
  • magenta value is 55.96%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(27,56,0,24)
C27M56Y0K24 
(27%,56%,0%,24%)
(0.27/0.56/0.00/0.24)	

CMYK percentages

%26.94
%55.96
%0
%24.31

Codes

Color #8D55C1 in popluar color models

8D55C1
RGB14185193
HSL271°46.55%54.51%
HSB/HSV271°55.96%75.69%
CMYK26.94%55.96%0.00%
24.31%

Color #8D55C1 in popluar number systems.

HEX8D55C1
Decimal14185193
Binary10001101101010111000001
Octal215125301

Shades and tints

Shades of #8D55C1

#8D55C1
(141,85,193)
#814EB0
(129,78,176)
#75479F
(117,71,159)
#69408E
(105,64,142)
#5D397D
(93,57,125)
#51326C
(81,50,108)
#452B5B
(69,43,91)
#39244A
(57,36,74)
#2D1D39
(45,29,57)
#211628
(33,22,40)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #8D55C1

#8D55C1
(141,85,193)
#9764C6
(151,100,198)
#A173CB
(161,115,203)
#AB82D0
(171,130,208)
#B591D5
(181,145,213)
#BFA0DA
(191,160,218)
#C9AFDF
(201,175,223)
#D3BEE4
(211,190,228)
#DDCDE9
(221,205,233)
#E7DCEE
(231,220,238)
#F1EBF3
(241,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D55C1 color. Also use rgb(141,85,193) instead hex code.

Text Font Color

.myTextColor { color: #8D55C1; }

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

This text font color is #8D55C1.


Background Color

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

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

This div background color is #8D55C1.


Border color

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

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

This div border color is #8D55C1.


Opacity

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

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

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

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

This text has shadow with #8D55C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D55C1 on black background.


Color preview on white background

This text has color #8D55C1 on white background.



Black color preview on #8D55C1 background

This text has black color on #8D55C1 background.


White color preview on #8D55C1 background

This text has white color on #8D55C1 background.