COLOR #8D25A0

HEX: #8D25A0
RGB: (141,37,160)

Color info

#8D25A0 contains mainly red and blue colors. Web safe color of #8D25A0 is #993399 (or #939).

RGB color model

#8D25A0 color RGB value is (141,37,160).

  • red value is 141;
  • green value is 37;
  • blue value is 160.
RGB:
(141,37,160)
(55%,15%,63%)

RGB channels and saturation

R 141 of 255 = 55%
G 37 of 255 = 15%
B 160 of 255 = 63%

141
37
160

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

Portions of RGB colors in percentages

R + G + B =
141 + 37 + 160 = 338 (100%)
R 141 of 338 ~ 41.72%
G 37 of 338 ~ 10.95%
B 160 of 338 ~ 47.34%

%41.72
%10.95
%47.34

CMYK color model

#8D25A0 color CMYK value is (12,77,0,37).

  • cyan value is 11.88%
  • magenta value is 76.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(12,77,0,37)
C12M77Y0K37 
(12%,77%,0%,37%)
(0.12/0.77/0.00/0.37)	

CMYK percentages

%11.88
%76.88
%0
%37.25

Codes

Color #8D25A0 in popluar color models

8D25A0
RGB14137160
HSL291°62.44%38.63%
HSB/HSV291°76.88%62.75%
CMYK11.88%76.88%0.00%
37.25%

Color #8D25A0 in popluar number systems.

HEX8D25A0
Decimal14137160
Binary1000110110010110100000
Octal21545240

Shades and tints

Shades of #8D25A0

#8D25A0
(141,37,160)
#812292
(129,34,146)
#751F84
(117,31,132)
#691C76
(105,28,118)
#5D1968
(93,25,104)
#51165A
(81,22,90)
#45134C
(69,19,76)
#39103E
(57,16,62)
#2D0D30
(45,13,48)
#210A22
(33,10,34)
#150714
(21,7,20)
#000000
(0,0,0)

Tints of #8D25A0

#8D25A0
(141,37,160)
#9738A8
(151,56,168)
#A14BB0
(161,75,176)
#AB5EB8
(171,94,184)
#B571C0
(181,113,192)
#BF84C8
(191,132,200)
#C997D0
(201,151,208)
#D3AAD8
(211,170,216)
#DDBDE0
(221,189,224)
#E7D0E8
(231,208,232)
#F1E3F0
(241,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D25A0 color. Also use rgb(141,37,160) instead hex code.

Text Font Color

.myTextColor { color: #8D25A0; }

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

This text font color is #8D25A0.


Background Color

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

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

This div background color is #8D25A0.


Border color

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

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

This div border color is #8D25A0.


Opacity

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

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

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

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

This text has shadow with #8D25A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D25A0 on black background.


Color preview on white background

This text has color #8D25A0 on white background.



Black color preview on #8D25A0 background

This text has black color on #8D25A0 background.


White color preview on #8D25A0 background

This text has white color on #8D25A0 background.