COLOR #8A4498

HEX: #8A4498
RGB: (138,68,152)

Color info

#8A4498 contains mainly red and blue colors. Web safe color of #8A4498 is #993399 (or #939).

RGB color model

#8A4498 color RGB value is (138,68,152).

  • red value is 138;
  • green value is 68;
  • blue value is 152.
RGB:
(138,68,152)
(54%,27%,60%)

RGB channels and saturation

R 138 of 255 = 54%
G 68 of 255 = 27%
B 152 of 255 = 60%

138
68
152

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

Portions of RGB colors in percentages

R + G + B =
138 + 68 + 152 = 358 (100%)
R 138 of 358 ~ 38.55%
G 68 of 358 ~ 18.99%
B 152 of 358 ~ 42.46%

%38.55
%18.99
%42.46

CMYK color model

#8A4498 color CMYK value is (9,55,0,40).

  • cyan value is 9.21%
  • magenta value is 55.26%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(9,55,0,40)
C9M55Y0K40 
(9%,55%,0%,40%)
(0.09/0.55/0.00/0.40)	

CMYK percentages

%9.21
%55.26
%0
%40.39

Codes

Color #8A4498 in popluar color models

8A4498
RGB13868152
HSL290°38.18%43.14%
HSB/HSV290°55.26%59.61%
CMYK9.21%55.26%0.00%
40.39%

Color #8A4498 in popluar number systems.

HEX8A4498
Decimal13868152
Binary10001010100010010011000
Octal212104230

Shades and tints

Shades of #8A4498

#8A4498
(138,68,152)
#7E3E8B
(126,62,139)
#72387E
(114,56,126)
#663271
(102,50,113)
#5A2C64
(90,44,100)
#4E2657
(78,38,87)
#42204A
(66,32,74)
#361A3D
(54,26,61)
#2A1430
(42,20,48)
#1E0E23
(30,14,35)
#120816
(18,8,22)
#000000
(0,0,0)

Tints of #8A4498

#8A4498
(138,68,152)
#9455A1
(148,85,161)
#9E66AA
(158,102,170)
#A877B3
(168,119,179)
#B288BC
(178,136,188)
#BC99C5
(188,153,197)
#C6AACE
(198,170,206)
#D0BBD7
(208,187,215)
#DACCE0
(218,204,224)
#E4DDE9
(228,221,233)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A4498 color. Also use rgb(138,68,152) instead hex code.

Text Font Color

.myTextColor { color: #8A4498; }

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

This text font color is #8A4498.


Background Color

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

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

This div background color is #8A4498.


Border color

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

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

This div border color is #8A4498.


Opacity

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

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

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

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

This text has shadow with #8A4498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A4498 on black background.


Color preview on white background

This text has color #8A4498 on white background.



Black color preview on #8A4498 background

This text has black color on #8A4498 background.


White color preview on #8A4498 background

This text has white color on #8A4498 background.