COLOR #9A6982

HEX: #9A6982 RGB: (154,105,130)

Color info

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

RGB color model

#9A6982 color RGB value is (154,105,130).

RGB: (154,105,130) (60%, 41%, 51%)

RGB channels and saturation

R 154 of 255 = 60%
G 105 of 255 = 41%
B 130 of 255 = 51%

154
105
130

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

Portions of RGB colors in percentages

R + G + B = 154 + 105 + 130 = 389 (100%)
R 154 of 389 ~ 39.59%
G 105 of 389 ~ 26.99%
B 130 of 389 ~ 33.42'%

%39.59
%26.99
%33.42

CMYK color model

#9A6982 color CMYK value is (0,32,16,40).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 15.58%
  • key color value is 39.61%

CMYK: (0,32,16,40)
C0M32Y16K40 (0%, 32%, 16%, 40%)
(0.00 / 0.32 / 0.16 / 0.40)

CMYK percentages

%0
%31.82
%15.58
%39.61

Codes

Color #9A6982 in popluar color models

9A 69 82
RGB 154 105 130
HSL 329° 19.52% 50.78%
HSB/HSV 329° 31.82% 60.39%
CMYK 0.00% 31.82% 15.58%
39.61%

Color #9A6982 in popluar number systems.

HEX 9A 69 82
Decimal 154 105 130
Binary 10011010 1101001 10000010
Octal 232 151 202

Shades and tints

Shades of #9A6982

#9A6982
(154,105,130)
#8C6077
(140,96,119)
#7E576C
(126,87,108)
#704E61
(112,78,97)
#624556
(98,69,86)
#543C4B
(84,60,75)
#463340
(70,51,64)
#382A35
(56,42,53)
#2A212A
(42,33,42)
#1C181F
(28,24,31)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #9A6982

#9A6982
(154,105,130)
#A3768D
(163,118,141)
#AC8398
(172,131,152)
#B590A3
(181,144,163)
#BE9DAE
(190,157,174)
#C7AAB9
(199,170,185)
#D0B7C4
(208,183,196)
#D9C4CF
(217,196,207)
#E2D1DA
(226,209,218)
#EBDEE5
(235,222,229)
#F4EBF0
(244,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6982 color. Also use rgb(154,105,130) instead hex code.

Text Font Color

.myTextColor { color: #9A6982; }

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

This text font color is #9A6982.

Background Color

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

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

This div background color is #9A6982.

Border color

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

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

This div border color is #9A6982.

Opacity

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

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

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

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

This text has shadow with #9A6982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6982.

Preview

Color preview on black background

This text has color #9A6982 on black background.


Color preview on white background

This text has color #9A6982 on white background.


Black color preview on #9A6982 background

This text has black color on #9A6982 background.


White color preview on #9A6982 background

This text has white color on #9A6982 background.


Related colors

Complementary color

Complementary color for #hex is #65967D.


I love getcolorcode.com

Triadic colors

1 #829A69 and #69829A with #9A6982 are triadic colors.

2 #82699A and #699A82 with #9A6982 are triadic colors.