COLOR #9A7ED9

HEX: #9A7ED9 RGB: (154,126,217)

Color info

#9A7ED9 contains mainly blue color. Web safe color of #9A7ED9 is #9966CC (or #96C).

RGB color model

#9A7ED9 color RGB value is (154,126,217).

RGB: (154,126,217) (60%, 49%, 85%)

RGB channels and saturation

R 154 of 255 = 60%
G 126 of 255 = 49%
B 217 of 255 = 85%

154
126
217

R + G + B ~ 65%. #9A7ED9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 126 + 217 = 497 (100%)
R 154 of 497 ~ 30.99%
G 126 of 497 ~ 25.35%
B 217 of 497 ~ 43.66'%

%30.99
%25.35
%43.66

CMYK color model

#9A7ED9 color CMYK value is (29,42,0,15).

  • cyan value is 29.03%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (29,42,0,15)
C29M42Y0K15 (29%, 42%, 0%, 15%)
(0.29 / 0.42 / 0.00 / 0.15)

CMYK percentages

%29.03
%41.94
%0
%14.9

Codes

Color #9A7ED9 in popluar color models

9A 7E D9
RGB 154 126 217
HSL 258° 54.49% 67.25%
HSB/HSV 258° 41.94% 85.10%
CMYK 29.03% 41.94% 0.00%
14.90%

Color #9A7ED9 in popluar number systems.

HEX 9A 7E D9
Decimal 154 126 217
Binary 10011010 1111110 11011001
Octal 232 176 331

Shades and tints

Shades of #9A7ED9

#9A7ED9
(154,126,217)
#8C73C6
(140,115,198)
#7E68B3
(126,104,179)
#705DA0
(112,93,160)
#62528D
(98,82,141)
#54477A
(84,71,122)
#463C67
(70,60,103)
#383154
(56,49,84)
#2A2641
(42,38,65)
#1C1B2E
(28,27,46)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #9A7ED9

#9A7ED9
(154,126,217)
#A389DC
(163,137,220)
#AC94DF
(172,148,223)
#B59FE2
(181,159,226)
#BEAAE5
(190,170,229)
#C7B5E8
(199,181,232)
#D0C0EB
(208,192,235)
#D9CBEE
(217,203,238)
#E2D6F1
(226,214,241)
#EBE1F4
(235,225,244)
#F4ECF7
(244,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7ED9 color. Also use rgb(154,126,217) instead hex code.

Text Font Color

.myTextColor { color: #9A7ED9; }

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

This text font color is #9A7ED9.

Background Color

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

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

This div background color is #9A7ED9.

Border color

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

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

This div border color is #9A7ED9.

Opacity

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

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

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

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

This text has shadow with #9A7ED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7ED9.

Preview

Color preview on black background

This text has color #9A7ED9 on black background.


Color preview on white background

This text has color #9A7ED9 on white background.


Black color preview on #9A7ED9 background

This text has black color on #9A7ED9 background.


White color preview on #9A7ED9 background

This text has white color on #9A7ED9 background.


Related colors

Complementary color

Complementary color for #hex is #658126.


I love getcolorcode.com

Triadic colors

1 #D99A7E and #7ED99A with #9A7ED9 are triadic colors.

2 #D97E9A and #7E9AD9 with #9A7ED9 are triadic colors.