COLOR #8A3474

HEX: #8A3474
RGB: (138,52,116)

Color info

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

RGB color model

#8A3474 color RGB value is (138,52,116).

  • red value is 138;
  • green value is 52;
  • blue value is 116.
RGB:
(138,52,116)
(54%,20%,45%)

RGB channels and saturation

R 138 of 255 = 54%
G 52 of 255 = 20%
B 116 of 255 = 45%

138
52
116

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

Portions of RGB colors in percentages

R + G + B =
138 + 52 + 116 = 306 (100%)
R 138 of 306 ~ 45.1%
G 52 of 306 ~ 16.99%
B 116 of 306 ~ 37.91%

%45.1
%16.99
%37.91

CMYK color model

#8A3474 color CMYK value is (0,62,16,46).

  • cyan value is 0.00%
  • magenta value is 62.32%
  • yellow value is 15.94%
  • key color value is 45.88%
CMYK:
(0,62,16,46)
C0M62Y16K46 
(0%,62%,16%,46%)
(0.00/0.62/0.16/0.46)	

CMYK percentages

%0
%62.32
%15.94
%45.88

Codes

Color #8A3474 in popluar color models

8A3474
RGB13852116
HSL315°45.26%37.25%
HSB/HSV315°62.32%54.12%
CMYK0.00%62.32%15.94%
45.88%

Color #8A3474 in popluar number systems.

HEX8A3474
Decimal13852116
Binary100010101101001110100
Octal21264164

Shades and tints

Shades of #8A3474

#8A3474
(138,52,116)
#7E306A
(126,48,106)
#722C60
(114,44,96)
#662856
(102,40,86)
#5A244C
(90,36,76)
#4E2042
(78,32,66)
#421C38
(66,28,56)
#36182E
(54,24,46)
#2A1424
(42,20,36)
#1E101A
(30,16,26)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #8A3474

#8A3474
(138,52,116)
#944680
(148,70,128)
#9E588C
(158,88,140)
#A86A98
(168,106,152)
#B27CA4
(178,124,164)
#BC8EB0
(188,142,176)
#C6A0BC
(198,160,188)
#D0B2C8
(208,178,200)
#DAC4D4
(218,196,212)
#E4D6E0
(228,214,224)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A3474 color. Also use rgb(138,52,116) instead hex code.

Text Font Color

.myTextColor { color: #8A3474; }

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

This text font color is #8A3474.


Background Color

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

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

This div background color is #8A3474.


Border color

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

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

This div border color is #8A3474.


Opacity

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

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

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

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

This text has shadow with #8A3474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A3474 on black background.


Color preview on white background

This text has color #8A3474 on white background.



Black color preview on #8A3474 background

This text has black color on #8A3474 background.


White color preview on #8A3474 background

This text has white color on #8A3474 background.