COLOR #8A24CC

HEX: #8A24CC
RGB: (138,36,204)

Color info

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

RGB color model

#8A24CC color RGB value is (138,36,204).

  • red value is 138;
  • green value is 36;
  • blue value is 204.
RGB:
(138,36,204)
(54%,14%,80%)

RGB channels and saturation

R 138 of 255 = 54%
G 36 of 255 = 14%
B 204 of 255 = 80%

138
36
204

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

Portions of RGB colors in percentages

R + G + B =
138 + 36 + 204 = 378 (100%)
R 138 of 378 ~ 36.51%
G 36 of 378 ~ 9.52%
B 204 of 378 ~ 53.97%

%36.51
%9.52
%53.97

CMYK color model

#8A24CC color CMYK value is (32,82,0,20).

  • cyan value is 32.35%
  • magenta value is 82.35%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(32,82,0,20)
C32M82Y0K20 
(32%,82%,0%,20%)
(0.32/0.82/0.00/0.20)	

CMYK percentages

%32.35
%82.35
%0
%20

Codes

Color #8A24CC in popluar color models

8A24CC
RGB13836204
HSL276°70.00%47.06%
HSB/HSV276°82.35%80.00%
CMYK32.35%82.35%0.00%
20.00%

Color #8A24CC in popluar number systems.

HEX8A24CC
Decimal13836204
Binary1000101010010011001100
Octal21244314

Shades and tints

Shades of #8A24CC

#8A24CC
(138,36,204)
#7E21BA
(126,33,186)
#721EA8
(114,30,168)
#661B96
(102,27,150)
#5A1884
(90,24,132)
#4E1572
(78,21,114)
#421260
(66,18,96)
#360F4E
(54,15,78)
#2A0C3C
(42,12,60)
#1E092A
(30,9,42)
#120618
(18,6,24)
#000000
(0,0,0)

Tints of #8A24CC

#8A24CC
(138,36,204)
#9437D0
(148,55,208)
#9E4AD4
(158,74,212)
#A85DD8
(168,93,216)
#B270DC
(178,112,220)
#BC83E0
(188,131,224)
#C696E4
(198,150,228)
#D0A9E8
(208,169,232)
#DABCEC
(218,188,236)
#E4CFF0
(228,207,240)
#EEE2F4
(238,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A24CC color. Also use rgb(138,36,204) instead hex code.

Text Font Color

.myTextColor { color: #8A24CC; }

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

This text font color is #8A24CC.


Background Color

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

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

This div background color is #8A24CC.


Border color

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

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

This div border color is #8A24CC.


Opacity

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

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

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

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

This text has shadow with #8A24CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A24CC on black background.


Color preview on white background

This text has color #8A24CC on white background.



Black color preview on #8A24CC background

This text has black color on #8A24CC background.


White color preview on #8A24CC background

This text has white color on #8A24CC background.