COLOR #9A4AD6

HEX: #9A4AD6
RGB: (154,74,214)

Color info

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

RGB color model

#9A4AD6 color RGB value is (154,74,214).

  • red value is 154;
  • green value is 74;
  • blue value is 214.
RGB:
(154,74,214)
(60%,29%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 74 of 255 = 29%
B 214 of 255 = 84%

154
74
214

R + G + B ~ 58%. #9A4AD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 74 + 214 = 442 (100%)
R 154 of 442 ~ 34.84%
G 74 of 442 ~ 16.74%
B 214 of 442 ~ 48.42%

%34.84
%16.74
%48.42

CMYK color model

#9A4AD6 color CMYK value is (28,65,0,16).

  • cyan value is 28.04%
  • magenta value is 65.42%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,65,0,16)
C28M65Y0K16 
(28%,65%,0%,16%)
(0.28/0.65/0.00/0.16)	

CMYK percentages

%28.04
%65.42
%0
%16.08

Codes

Color #9A4AD6 in popluar color models

9A4AD6
RGB15474214
HSL274°63.06%56.47%
HSB/HSV274°65.42%83.92%
CMYK28.04%65.42%0.00%
16.08%

Color #9A4AD6 in popluar number systems.

HEX9A4AD6
Decimal15474214
Binary10011010100101011010110
Octal232112326

Shades and tints

Shades of #9A4AD6

#9A4AD6
(154,74,214)
#8C44C3
(140,68,195)
#7E3EB0
(126,62,176)
#70389D
(112,56,157)
#62328A
(98,50,138)
#542C77
(84,44,119)
#462664
(70,38,100)
#382051
(56,32,81)
#2A1A3E
(42,26,62)
#1C142B
(28,20,43)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #9A4AD6

#9A4AD6
(154,74,214)
#A35AD9
(163,90,217)
#AC6ADC
(172,106,220)
#B57ADF
(181,122,223)
#BE8AE2
(190,138,226)
#C79AE5
(199,154,229)
#D0AAE8
(208,170,232)
#D9BAEB
(217,186,235)
#E2CAEE
(226,202,238)
#EBDAF1
(235,218,241)
#F4EAF4
(244,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A4AD6 color. Also use rgb(154,74,214) instead hex code.

Text Font Color

.myTextColor { color: #9A4AD6; }

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

This text font color is #9A4AD6.


Background Color

.myBgColor { background-color: #9A4AD6; }

<div style="background-color:#9A4AD6">Inner text</div>

This div background color is #9A4AD6.


Border color

.myBorderColor { border: 1px solid #9A4AD6; }

<div style="border:3px solid #9A4AD6">Div</div>

This div border color is #9A4AD6.


Opacity

.myOpacity80 { color: #9A4AD6; opacity: 0.8; }

<p style="color:#9A4AD6;opacity:0.8;">80%</p>

Text with #9A4AD6 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 #9A4AD6;}

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

This text has shadow with #9A4AD6 color.

.textShadow {text-shadow: 3px 3px 1px #9A4AD6, 3px 3px 1px red;}

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

This text has shadow with #9A4AD6 primary color and red secondary color.


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

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

This text has shadow with #9A4AD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A4AD6 on black background.


Color preview on white background

This text has color #9A4AD6 on white background.



Black color preview on #9A4AD6 background

This text has black color on #9A4AD6 background.


White color preview on #9A4AD6 background

This text has white color on #9A4AD6 background.