COLOR #9A6DA4

HEX: #9A6DA4 RGB: (154,109,164)

Color info

#9A6DA4 contains red, green and blue colors in about the same proportion. Web safe color of #9A6DA4 is #996699 (or #969).

RGB color model

#9A6DA4 color RGB value is (154,109,164).

RGB: (154,109,164) (60%, 43%, 64%)

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 164 of 255 = 64%

154
109
164

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

Portions of RGB colors in percentages

R + G + B = 154 + 109 + 164 = 427 (100%)
R 154 of 427 ~ 36.07%
G 109 of 427 ~ 25.53%
B 164 of 427 ~ 38.41'%

%36.07
%25.53
%38.41

CMYK color model

#9A6DA4 color CMYK value is (6,34,0,36).

  • cyan value is 6.10%
  • magenta value is 33.54%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (6,34,0,36)
C6M34Y0K36 (6%, 34%, 0%, 36%)
(0.06 / 0.34 / 0.00 / 0.36)

CMYK percentages

%6.1
%33.54
%0
%35.69

Codes

Color #9A6DA4 in popluar color models

9A 6D A4
RGB 154 109 164
HSL 289° 23.21% 53.53%
HSB/HSV 289° 33.54% 64.31%
CMYK 6.10% 33.54% 0.00%
35.69%

Color #9A6DA4 in popluar number systems.

HEX 9A 6D A4
Decimal 154 109 164
Binary 10011010 1101101 10100100
Octal 232 155 244

Shades and tints

Shades of #9A6DA4

#9A6DA4
(154,109,164)
#8C6496
(140,100,150)
#7E5B88
(126,91,136)
#70527A
(112,82,122)
#62496C
(98,73,108)
#54405E
(84,64,94)
#463750
(70,55,80)
#382E42
(56,46,66)
#2A2534
(42,37,52)
#1C1C26
(28,28,38)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #9A6DA4

#9A6DA4
(154,109,164)
#A37AAC
(163,122,172)
#AC87B4
(172,135,180)
#B594BC
(181,148,188)
#BEA1C4
(190,161,196)
#C7AECC
(199,174,204)
#D0BBD4
(208,187,212)
#D9C8DC
(217,200,220)
#E2D5E4
(226,213,228)
#EBE2EC
(235,226,236)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6DA4 color. Also use rgb(154,109,164) instead hex code.

Text Font Color

.myTextColor { color: #9A6DA4; }

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

This text font color is #9A6DA4.

Background Color

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

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

This div background color is #9A6DA4.

Border color

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

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

This div border color is #9A6DA4.

Opacity

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

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

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

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

This text has shadow with #9A6DA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6DA4.

Preview

Color preview on black background

This text has color #9A6DA4 on black background.


Color preview on white background

This text has color #9A6DA4 on white background.


Black color preview on #9A6DA4 background

This text has black color on #9A6DA4 background.


White color preview on #9A6DA4 background

This text has white color on #9A6DA4 background.


Related colors

Complementary color

Complementary color for #hex is #65925B.


I love getcolorcode.com

Triadic colors

1 #A49A6D and #6DA49A with #9A6DA4 are triadic colors.

2 #A46D9A and #6D9AA4 with #9A6DA4 are triadic colors.