COLOR #8A34B7

HEX: #8A34B7 RGB: (138,52,183)

Color info

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

RGB color model

#8A34B7 color RGB value is (138,52,183).

RGB: (138,52,183) (54%, 20%, 72%)

RGB channels and saturation

R 138 of 255 = 54%
G 52 of 255 = 20%
B 183 of 255 = 72%

138
52
183

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

Portions of RGB colors in percentages

R + G + B = 138 + 52 + 183 = 373 (100%)
R 138 of 373 ~ 37%
G 52 of 373 ~ 13.94%
B 183 of 373 ~ 49.06'%

%37
%13.94
%49.06

CMYK color model

#8A34B7 color CMYK value is (25,72,0,28).

  • cyan value is 24.59%
  • magenta value is 71.58%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (25,72,0,28)
C25M72Y0K28 (25%, 72%, 0%, 28%)
(0.25 / 0.72 / 0.00 / 0.28)

CMYK percentages

%24.59
%71.58
%0
%28.24

Codes

Color #8A34B7 in popluar color models

8A 34 B7
RGB 138 52 183
HSL 279° 55.74% 46.08%
HSB/HSV 279° 71.58% 71.76%
CMYK 24.59% 71.58% 0.00%
28.24%

Color #8A34B7 in popluar number systems.

HEX 8A 34 B7
Decimal 138 52 183
Binary 10001010 110100 10110111
Octal 212 64 267

Shades and tints

Shades of #8A34B7

#8A34B7
(138,52,183)
#7E30A7
(126,48,167)
#722C97
(114,44,151)
#662887
(102,40,135)
#5A2477
(90,36,119)
#4E2067
(78,32,103)
#421C57
(66,28,87)
#361847
(54,24,71)
#2A1437
(42,20,55)
#1E1027
(30,16,39)
#120C17
(18,12,23)
#000000
(0,0,0)

Tints of #8A34B7

#8A34B7
(138,52,183)
#9446BD
(148,70,189)
#9E58C3
(158,88,195)
#A86AC9
(168,106,201)
#B27CCF
(178,124,207)
#BC8ED5
(188,142,213)
#C6A0DB
(198,160,219)
#D0B2E1
(208,178,225)
#DAC4E7
(218,196,231)
#E4D6ED
(228,214,237)
#EEE8F3
(238,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A34B7 color. Also use rgb(138,52,183) instead hex code.

Text Font Color

.myTextColor { color: #8A34B7; }

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

This text font color is #8A34B7.

Background Color

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

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

This div background color is #8A34B7.

Border color

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

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

This div border color is #8A34B7.

Opacity

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

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

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

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

This text has shadow with #8A34B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A34B7.

Preview

Color preview on black background

This text has color #8A34B7 on black background.


Color preview on white background

This text has color #8A34B7 on white background.


Black color preview on #8A34B7 background

This text has black color on #8A34B7 background.


White color preview on #8A34B7 background

This text has white color on #8A34B7 background.


Related colors

Complementary color

Complementary color for #hex is #75CB48.


I love getcolorcode.com

Triadic colors

1 #B78A34 and #34B78A with #8A34B7 are triadic colors.

2 #B7348A and #348AB7 with #8A34B7 are triadic colors.