COLOR #9A6AA5

HEX: #9A6AA5 RGB: (154,106,165)

Color info

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

RGB color model

#9A6AA5 color RGB value is (154,106,165).

RGB: (154,106,165) (60%, 42%, 65%)

RGB channels and saturation

R 154 of 255 = 60%
G 106 of 255 = 42%
B 165 of 255 = 65%

154
106
165

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

Portions of RGB colors in percentages

R + G + B = 154 + 106 + 165 = 425 (100%)
R 154 of 425 ~ 36.24%
G 106 of 425 ~ 24.94%
B 165 of 425 ~ 38.82'%

%36.24
%24.94
%38.82

CMYK color model

#9A6AA5 color CMYK value is (7,36,0,35).

  • cyan value is 6.67%
  • magenta value is 35.76%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (7,36,0,35)
C7M36Y0K35 (7%, 36%, 0%, 35%)
(0.07 / 0.36 / 0.00 / 0.35)

CMYK percentages

%6.67
%35.76
%0
%35.29

Codes

Color #9A6AA5 in popluar color models

9A 6A A5
RGB 154 106 165
HSL 289° 24.69% 53.14%
HSB/HSV 289° 35.76% 64.71%
CMYK 6.67% 35.76% 0.00%
35.29%

Color #9A6AA5 in popluar number systems.

HEX 9A 6A A5
Decimal 154 106 165
Binary 10011010 1101010 10100101
Octal 232 152 245

Shades and tints

Shades of #9A6AA5

#9A6AA5
(154,106,165)
#8C6196
(140,97,150)
#7E5887
(126,88,135)
#704F78
(112,79,120)
#624669
(98,70,105)
#543D5A
(84,61,90)
#46344B
(70,52,75)
#382B3C
(56,43,60)
#2A222D
(42,34,45)
#1C191E
(28,25,30)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #9A6AA5

#9A6AA5
(154,106,165)
#A377AD
(163,119,173)
#AC84B5
(172,132,181)
#B591BD
(181,145,189)
#BE9EC5
(190,158,197)
#C7ABCD
(199,171,205)
#D0B8D5
(208,184,213)
#D9C5DD
(217,197,221)
#E2D2E5
(226,210,229)
#EBDFED
(235,223,237)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6AA5 color. Also use rgb(154,106,165) instead hex code.

Text Font Color

.myTextColor { color: #9A6AA5; }

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

This text font color is #9A6AA5.

Background Color

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

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

This div background color is #9A6AA5.

Border color

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

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

This div border color is #9A6AA5.

Opacity

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

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

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

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

This text has shadow with #9A6AA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6AA5.

Preview

Color preview on black background

This text has color #9A6AA5 on black background.


Color preview on white background

This text has color #9A6AA5 on white background.


Black color preview on #9A6AA5 background

This text has black color on #9A6AA5 background.


White color preview on #9A6AA5 background

This text has white color on #9A6AA5 background.


Related colors

Complementary color

Complementary color for #hex is #65955A.


I love getcolorcode.com

Triadic colors

1 #A59A6A and #6AA59A with #9A6AA5 are triadic colors.

2 #A56A9A and #6A9AA5 with #9A6AA5 are triadic colors.