COLOR #8D2ABB

HEX: #8D2ABB
RGB: (141,42,187)

Color info

#8D2ABB contains mainly red and blue colors. Web safe color of #8D2ABB is #9933CC (or #93C).

RGB color model

#8D2ABB color RGB value is (141,42,187).

  • red value is 141;
  • green value is 42;
  • blue value is 187.
RGB:
(141,42,187)
(55%,16%,73%)

RGB channels and saturation

R 141 of 255 = 55%
G 42 of 255 = 16%
B 187 of 255 = 73%

141
42
187

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

Portions of RGB colors in percentages

R + G + B =
141 + 42 + 187 = 370 (100%)
R 141 of 370 ~ 38.11%
G 42 of 370 ~ 11.35%
B 187 of 370 ~ 50.54%

%38.11
%11.35
%50.54

CMYK color model

#8D2ABB color CMYK value is (25,78,0,27).

  • cyan value is 24.60%
  • magenta value is 77.54%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(25,78,0,27)
C25M78Y0K27 
(25%,78%,0%,27%)
(0.25/0.78/0.00/0.27)	

CMYK percentages

%24.6
%77.54
%0
%26.67

Codes

Color #8D2ABB in popluar color models

8D2ABB
RGB14142187
HSL281°63.32%44.90%
HSB/HSV281°77.54%73.33%
CMYK24.60%77.54%0.00%
26.67%

Color #8D2ABB in popluar number systems.

HEX8D2ABB
Decimal14142187
Binary1000110110101010111011
Octal21552273

Shades and tints

Shades of #8D2ABB

#8D2ABB
(141,42,187)
#8127AA
(129,39,170)
#752499
(117,36,153)
#692188
(105,33,136)
#5D1E77
(93,30,119)
#511B66
(81,27,102)
#451855
(69,24,85)
#391544
(57,21,68)
#2D1233
(45,18,51)
#210F22
(33,15,34)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #8D2ABB

#8D2ABB
(141,42,187)
#973DC1
(151,61,193)
#A150C7
(161,80,199)
#AB63CD
(171,99,205)
#B576D3
(181,118,211)
#BF89D9
(191,137,217)
#C99CDF
(201,156,223)
#D3AFE5
(211,175,229)
#DDC2EB
(221,194,235)
#E7D5F1
(231,213,241)
#F1E8F7
(241,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D2ABB color. Also use rgb(141,42,187) instead hex code.

Text Font Color

.myTextColor { color: #8D2ABB; }

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

This text font color is #8D2ABB.


Background Color

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

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

This div background color is #8D2ABB.


Border color

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

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

This div border color is #8D2ABB.


Opacity

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

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

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

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

This text has shadow with #8D2ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D2ABB on black background.


Color preview on white background

This text has color #8D2ABB on white background.



Black color preview on #8D2ABB background

This text has black color on #8D2ABB background.


White color preview on #8D2ABB background

This text has white color on #8D2ABB background.