COLOR #9A6096

HEX: #9A6096 RGB: (154,96,150)

Color info

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

RGB color model

#9A6096 color RGB value is (154,96,150).

RGB: (154,96,150) (60%, 38%, 59%)

RGB channels and saturation

R 154 of 255 = 60%
G 96 of 255 = 38%
B 150 of 255 = 59%

154
96
150

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

Portions of RGB colors in percentages

R + G + B = 154 + 96 + 150 = 400 (100%)
R 154 of 400 ~ 38.5%
G 96 of 400 ~ 24%
B 150 of 400 ~ 37.5'%

%38.5
%24
%37.5

CMYK color model

#9A6096 color CMYK value is (0,38,3,40).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 2.60%
  • key color value is 39.61%

CMYK: (0,38,3,40)
C0M38Y3K40 (0%, 38%, 3%, 40%)
(0.00 / 0.38 / 0.03 / 0.40)

CMYK percentages

%0
%37.66
%2.6
%39.61

Codes

Color #9A6096 in popluar color models

9A 60 96
RGB 154 96 150
HSL 304° 23.20% 49.02%
HSB/HSV 304° 37.66% 60.39%
CMYK 0.00% 37.66% 2.60%
39.61%

Color #9A6096 in popluar number systems.

HEX 9A 60 96
Decimal 154 96 150
Binary 10011010 1100000 10010110
Octal 232 140 226

Shades and tints

Shades of #9A6096

#9A6096
(154,96,150)
#8C5889
(140,88,137)
#7E507C
(126,80,124)
#70486F
(112,72,111)
#624062
(98,64,98)
#543855
(84,56,85)
#463048
(70,48,72)
#38283B
(56,40,59)
#2A202E
(42,32,46)
#1C1821
(28,24,33)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #9A6096

#9A6096
(154,96,150)
#A36E9F
(163,110,159)
#AC7CA8
(172,124,168)
#B58AB1
(181,138,177)
#BE98BA
(190,152,186)
#C7A6C3
(199,166,195)
#D0B4CC
(208,180,204)
#D9C2D5
(217,194,213)
#E2D0DE
(226,208,222)
#EBDEE7
(235,222,231)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6096 color. Also use rgb(154,96,150) instead hex code.

Text Font Color

.myTextColor { color: #9A6096; }

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

This text font color is #9A6096.

Background Color

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

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

This div background color is #9A6096.

Border color

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

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

This div border color is #9A6096.

Opacity

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

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

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

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

This text has shadow with #9A6096 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A6096.

Preview

Color preview on black background

This text has color #9A6096 on black background.


Color preview on white background

This text has color #9A6096 on white background.


Black color preview on #9A6096 background

This text has black color on #9A6096 background.


White color preview on #9A6096 background

This text has white color on #9A6096 background.


Related colors

Complementary color

Complementary color for #hex is #659F69.


I love getcolorcode.com

Triadic colors

1 #969A60 and #60969A with #9A6096 are triadic colors.

2 #96609A and #609A96 with #9A6096 are triadic colors.