COLOR #8D52D2

HEX: #8D52D2 RGB: (141,82,210)

Color info

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

RGB color model

#8D52D2 color RGB value is (141,82,210).

RGB: (141,82,210) (55%, 32%, 82%)

RGB channels and saturation

R 141 of 255 = 55%
G 82 of 255 = 32%
B 210 of 255 = 82%

141
82
210

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

Portions of RGB colors in percentages

R + G + B = 141 + 82 + 210 = 433 (100%)
R 141 of 433 ~ 32.56%
G 82 of 433 ~ 18.94%
B 210 of 433 ~ 48.5'%

%32.56
%18.94
%48.5

CMYK color model

#8D52D2 color CMYK value is (33,61,0,18).

  • cyan value is 32.86%
  • magenta value is 60.95%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (33,61,0,18)
C33M61Y0K18 (33%, 61%, 0%, 18%)
(0.33 / 0.61 / 0.00 / 0.18)

CMYK percentages

%32.86
%60.95
%0
%17.65

Codes

Color #8D52D2 in popluar color models

8D 52 D2
RGB 141 82 210
HSL 268° 58.72% 57.25%
HSB/HSV 268° 60.95% 82.35%
CMYK 32.86% 60.95% 0.00%
17.65%

Color #8D52D2 in popluar number systems.

HEX 8D 52 D2
Decimal 141 82 210
Binary 10001101 1010010 11010010
Octal 215 122 322

Shades and tints

Shades of #8D52D2

#8D52D2
(141,82,210)
#814BBF
(129,75,191)
#7544AC
(117,68,172)
#693D99
(105,61,153)
#5D3686
(93,54,134)
#512F73
(81,47,115)
#452860
(69,40,96)
#39214D
(57,33,77)
#2D1A3A
(45,26,58)
#211327
(33,19,39)
#150C14
(21,12,20)
#000000
(0,0,0)

Tints of #8D52D2

#8D52D2
(141,82,210)
#9761D6
(151,97,214)
#A170DA
(161,112,218)
#AB7FDE
(171,127,222)
#B58EE2
(181,142,226)
#BF9DE6
(191,157,230)
#C9ACEA
(201,172,234)
#D3BBEE
(211,187,238)
#DDCAF2
(221,202,242)
#E7D9F6
(231,217,246)
#F1E8FA
(241,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D52D2 color. Also use rgb(141,82,210) instead hex code.

Text Font Color

.myTextColor { color: #8D52D2; }

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

This text font color is #8D52D2.

Background Color

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

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

This div background color is #8D52D2.

Border color

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

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

This div border color is #8D52D2.

Opacity

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

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

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

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

This text has shadow with #8D52D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D52D2.

Preview

Color preview on black background

This text has color #8D52D2 on black background.


Color preview on white background

This text has color #8D52D2 on white background.


Black color preview on #8D52D2 background

This text has black color on #8D52D2 background.


White color preview on #8D52D2 background

This text has white color on #8D52D2 background.


Related colors

Complementary color

Complementary color for #hex is #72AD2D.


I love getcolorcode.com

Triadic colors

1 #D28D52 and #52D28D with #8D52D2 are triadic colors.

2 #D2528D and #528DD2 with #8D52D2 are triadic colors.