COLOR #8A417C

HEX: #8A417C
RGB: (138,65,124)

Color info

#8A417C contains mainly red and blue colors. Web safe color of #8A417C is #993366 (or #936).

RGB color model

#8A417C color RGB value is (138,65,124).

  • red value is 138;
  • green value is 65;
  • blue value is 124.
RGB:
(138,65,124)
(54%,25%,49%)

RGB channels and saturation

R 138 of 255 = 54%
G 65 of 255 = 25%
B 124 of 255 = 49%

138
65
124

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

Portions of RGB colors in percentages

R + G + B =
138 + 65 + 124 = 327 (100%)
R 138 of 327 ~ 42.2%
G 65 of 327 ~ 19.88%
B 124 of 327 ~ 37.92%

%42.2
%19.88
%37.92

CMYK color model

#8A417C color CMYK value is (0,53,10,46).

  • cyan value is 0.00%
  • magenta value is 52.90%
  • yellow value is 10.14%
  • key color value is 45.88%
CMYK:
(0,53,10,46)
C0M53Y10K46 
(0%,53%,10%,46%)
(0.00/0.53/0.10/0.46)	

CMYK percentages

%0
%52.9
%10.14
%45.88

Codes

Color #8A417C in popluar color models

8A417C
RGB13865124
HSL312°35.96%39.80%
HSB/HSV312°52.90%54.12%
CMYK0.00%52.90%10.14%
45.88%

Color #8A417C in popluar number systems.

HEX8A417C
Decimal13865124
Binary1000101010000011111100
Octal212101174

Shades and tints

Shades of #8A417C

#8A417C
(138,65,124)
#7E3C71
(126,60,113)
#723766
(114,55,102)
#66325B
(102,50,91)
#5A2D50
(90,45,80)
#4E2845
(78,40,69)
#42233A
(66,35,58)
#361E2F
(54,30,47)
#2A1924
(42,25,36)
#1E1419
(30,20,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #8A417C

#8A417C
(138,65,124)
#945287
(148,82,135)
#9E6392
(158,99,146)
#A8749D
(168,116,157)
#B285A8
(178,133,168)
#BC96B3
(188,150,179)
#C6A7BE
(198,167,190)
#D0B8C9
(208,184,201)
#DAC9D4
(218,201,212)
#E4DADF
(228,218,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A417C color. Also use rgb(138,65,124) instead hex code.

Text Font Color

.myTextColor { color: #8A417C; }

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

This text font color is #8A417C.


Background Color

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

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

This div background color is #8A417C.


Border color

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

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

This div border color is #8A417C.


Opacity

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

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

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

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

This text has shadow with #8A417C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A417C on black background.


Color preview on white background

This text has color #8A417C on white background.



Black color preview on #8A417C background

This text has black color on #8A417C background.


White color preview on #8A417C background

This text has white color on #8A417C background.