COLOR #8A33BD

HEX: #8A33BD RGB: (138,51,189)

Color info

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

RGB color model

#8A33BD color RGB value is (138,51,189).

RGB: (138,51,189) (54%, 20%, 74%)

RGB channels and saturation

R 138 of 255 = 54%
G 51 of 255 = 20%
B 189 of 255 = 74%

138
51
189

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

Portions of RGB colors in percentages

R + G + B = 138 + 51 + 189 = 378 (100%)
R 138 of 378 ~ 36.51%
G 51 of 378 ~ 13.49%
B 189 of 378 ~ 50'%

%36.51
%13.49
%50

CMYK color model

#8A33BD color CMYK value is (27,73,0,26).

  • cyan value is 26.98%
  • magenta value is 73.02%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (27,73,0,26)
C27M73Y0K26 (27%, 73%, 0%, 26%)
(0.27 / 0.73 / 0.00 / 0.26)

CMYK percentages

%26.98
%73.02
%0
%25.88

Codes

Color #8A33BD in popluar color models

8A 33 BD
RGB 138 51 189
HSL 278° 57.50% 47.06%
HSB/HSV 278° 73.02% 74.12%
CMYK 26.98% 73.02% 0.00%
25.88%

Color #8A33BD in popluar number systems.

HEX 8A 33 BD
Decimal 138 51 189
Binary 10001010 110011 10111101
Octal 212 63 275

Shades and tints

Shades of #8A33BD

#8A33BD
(138,51,189)
#7E2FAC
(126,47,172)
#722B9B
(114,43,155)
#66278A
(102,39,138)
#5A2379
(90,35,121)
#4E1F68
(78,31,104)
#421B57
(66,27,87)
#361746
(54,23,70)
#2A1335
(42,19,53)
#1E0F24
(30,15,36)
#120B13
(18,11,19)
#000000
(0,0,0)

Tints of #8A33BD

#8A33BD
(138,51,189)
#9445C3
(148,69,195)
#9E57C9
(158,87,201)
#A869CF
(168,105,207)
#B27BD5
(178,123,213)
#BC8DDB
(188,141,219)
#C69FE1
(198,159,225)
#D0B1E7
(208,177,231)
#DAC3ED
(218,195,237)
#E4D5F3
(228,213,243)
#EEE7F9
(238,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A33BD color. Also use rgb(138,51,189) instead hex code.

Text Font Color

.myTextColor { color: #8A33BD; }

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

This text font color is #8A33BD.

Background Color

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

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

This div background color is #8A33BD.

Border color

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

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

This div border color is #8A33BD.

Opacity

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

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

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

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

This text has shadow with #8A33BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A33BD.

Preview

Color preview on black background

This text has color #8A33BD on black background.


Color preview on white background

This text has color #8A33BD on white background.


Black color preview on #8A33BD background

This text has black color on #8A33BD background.


White color preview on #8A33BD background

This text has white color on #8A33BD background.


Related colors

Complementary color

Complementary color for #hex is #75CC42.


I love getcolorcode.com

Triadic colors

1 #BD8A33 and #33BD8A with #8A33BD are triadic colors.

2 #BD338A and #338ABD with #8A33BD are triadic colors.