COLOR #8A2DCA

HEX: #8A2DCA RGB: (138,45,202)

Color info

#8A2DCA contains mainly blue color. Web safe color of #8A2DCA is #9933CC (or #93C).

RGB color model

#8A2DCA color RGB value is (138,45,202).

RGB: (138,45,202) (54%, 18%, 79%)

RGB channels and saturation

R 138 of 255 = 54%
G 45 of 255 = 18%
B 202 of 255 = 79%

138
45
202

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

Portions of RGB colors in percentages

R + G + B = 138 + 45 + 202 = 385 (100%)
R 138 of 385 ~ 35.84%
G 45 of 385 ~ 11.69%
B 202 of 385 ~ 52.47'%

%35.84
%11.69
%52.47

CMYK color model

#8A2DCA color CMYK value is (32,78,0,21).

  • cyan value is 31.68%
  • magenta value is 77.72%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (32,78,0,21) C32M78Y0K21 (32%,78%,0%,21%) (0.32/0.78/0.00/0.21) 

CMYK percentages

%31.68
%77.72
%0
%20.78

Codes

Color #8A2DCA in popluar color models

8A 2D CA
RGB 138 45 202
HSL 276° 63.56% 48.43%
HSB/HSV 276° 77.72% 79.22%
CMYK 31.68% 77.72% 0.00%
20.78%

Color #8A2DCA in popluar number systems.

HEX 8A 2D CA
Decimal 138 45 202
Binary 10001010 101101 11001010
Octal 212 55 312

Shades and tints

Shades of #8A2DCA

#8A2DCA
(138,45,202)
#7E29B8
(126,41,184)
#7225A6
(114,37,166)
#662194
(102,33,148)
#5A1D82
(90,29,130)
#4E1970
(78,25,112)
#42155E
(66,21,94)
#36114C
(54,17,76)
#2A0D3A
(42,13,58)
#1E0928
(30,9,40)
#120516
(18,5,22)
#000000
(0,0,0)

Tints of #8A2DCA

#8A2DCA
(138,45,202)
#9440CE
(148,64,206)
#9E53D2
(158,83,210)
#A866D6
(168,102,214)
#B279DA
(178,121,218)
#BC8CDE
(188,140,222)
#C69FE2
(198,159,226)
#D0B2E6
(208,178,230)
#DAC5EA
(218,197,234)
#E4D8EE
(228,216,238)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A2DCA color. Also use rgb(138,45,202) instead hex code.

Text Font Color

.myTextColor { color: #8A2DCA; }

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

This text font color is #8A2DCA.

Background Color

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

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

This div background color is #8A2DCA.

Border color

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

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

This div border color is #8A2DCA.

Opacity

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

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

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

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

This text has shadow with #8A2DCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8A2DCA.

Preview

Color preview on black background

This text has color #8A2DCA on black background.


Color preview on white background

This text has color #8A2DCA on white background.


Black color preview on #8A2DCA background

This text has black color on #8A2DCA background.


White color preview on #8A2DCA background

This text has white color on #8A2DCA background.


Related colors

Complementary color

Complementary color for #hex is #75D235.


I love getcolorcode.com

Triadic colors

1 #CA8A2D and #2DCA8A with #8A2DCA are triadic colors.

2 #CA2D8A and #2D8ACA with #8A2DCA are triadic colors.