COLOR #9A5995

HEX: #9A5995 RGB: (154,89,149)

Color info

#9A5995 contains mainly red and blue colors. Web safe color of #9A5995 is #996699 (or #969).

RGB color model

#9A5995 color RGB value is (154,89,149).

RGB: (154,89,149) (60%, 35%, 58%)

RGB channels and saturation

R 154 of 255 = 60%
G 89 of 255 = 35%
B 149 of 255 = 58%

154
89
149

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

Portions of RGB colors in percentages

R + G + B = 154 + 89 + 149 = 392 (100%)
R 154 of 392 ~ 39.29%
G 89 of 392 ~ 22.7%
B 149 of 392 ~ 38.01'%

%39.29
%22.7
%38.01

CMYK color model

#9A5995 color CMYK value is (0,42,3,40).

  • cyan value is 0.00%
  • magenta value is 42.21%
  • yellow value is 3.25%
  • key color value is 39.61%

CMYK: (0,42,3,40)
C0M42Y3K40 (0%, 42%, 3%, 40%)
(0.00 / 0.42 / 0.03 / 0.40)

CMYK percentages

%0
%42.21
%3.25
%39.61

Codes

Color #9A5995 in popluar color models

9A 59 95
RGB 154 89 149
HSL 305° 26.75% 47.65%
HSB/HSV 305° 42.21% 60.39%
CMYK 0.00% 42.21% 3.25%
39.61%

Color #9A5995 in popluar number systems.

HEX 9A 59 95
Decimal 154 89 149
Binary 10011010 1011001 10010101
Octal 232 131 225

Shades and tints

Shades of #9A5995

#9A5995
(154,89,149)
#8C5188
(140,81,136)
#7E497B
(126,73,123)
#70416E
(112,65,110)
#623961
(98,57,97)
#543154
(84,49,84)
#462947
(70,41,71)
#38213A
(56,33,58)
#2A192D
(42,25,45)
#1C1120
(28,17,32)
#0E0913
(14,9,19)
#000000
(0,0,0)

Tints of #9A5995

#9A5995
(154,89,149)
#A3689E
(163,104,158)
#AC77A7
(172,119,167)
#B586B0
(181,134,176)
#BE95B9
(190,149,185)
#C7A4C2
(199,164,194)
#D0B3CB
(208,179,203)
#D9C2D4
(217,194,212)
#E2D1DD
(226,209,221)
#EBE0E6
(235,224,230)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A5995 color. Also use rgb(154,89,149) instead hex code.

Text Font Color

.myTextColor { color: #9A5995; }

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

This text font color is #9A5995.

Background Color

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

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

This div background color is #9A5995.

Border color

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

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

This div border color is #9A5995.

Opacity

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

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

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

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

This text has shadow with #9A5995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A5995.

Preview

Color preview on black background

This text has color #9A5995 on black background.


Color preview on white background

This text has color #9A5995 on white background.


Black color preview on #9A5995 background

This text has black color on #9A5995 background.


White color preview on #9A5995 background

This text has white color on #9A5995 background.


Related colors

Complementary color

Complementary color for #hex is #65A66A.


I love getcolorcode.com

Triadic colors

1 #959A59 and #59959A with #9A5995 are triadic colors.

2 #95599A and #599A95 with #9A5995 are triadic colors.