COLOR #9578AB

HEX: #9578AB RGB: (149,120,171)

Color info

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

RGB color model

#9578AB color RGB value is (149,120,171).

RGB: (149,120,171) (58%, 47%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 171 of 255 = 67%

149
120
171

R + G + B ~ 57%. #9578AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 120 + 171 = 440 (100%)
R 149 of 440 ~ 33.86%
G 120 of 440 ~ 27.27%
B 171 of 440 ~ 38.86'%

%33.86
%27.27
%38.86

CMYK color model

#9578AB color CMYK value is (13,30,0,33).

  • cyan value is 12.87%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (13,30,0,33) C13M30Y0K33 (13%,30%,0%,33%) (0.13/0.30/0.00/0.33) 

CMYK percentages

%12.87
%29.82
%0
%32.94

Codes

Color #9578AB in popluar color models

95 78 AB
RGB 149 120 171
HSL 274° 23.29% 57.06%
HSB/HSV 274° 29.82% 67.06%
CMYK 12.87% 29.82% 0.00%
32.94%

Color #9578AB in popluar number systems.

HEX 95 78 AB
Decimal 149 120 171
Binary 10010101 1111000 10101011
Octal 225 170 253

Shades and tints

Shades of #9578AB

#9578AB
(149,120,171)
#886E9C
(136,110,156)
#7B648D
(123,100,141)
#6E5A7E
(110,90,126)
#61506F
(97,80,111)
#544660
(84,70,96)
#473C51
(71,60,81)
#3A3242
(58,50,66)
#2D2833
(45,40,51)
#201E24
(32,30,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #9578AB

#9578AB
(149,120,171)
#9E84B2
(158,132,178)
#A790B9
(167,144,185)
#B09CC0
(176,156,192)
#B9A8C7
(185,168,199)
#C2B4CE
(194,180,206)
#CBC0D5
(203,192,213)
#D4CCDC
(212,204,220)
#DDD8E3
(221,216,227)
#E6E4EA
(230,228,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9578AB color. Also use rgb(149,120,171) instead hex code.

Text Font Color

.myTextColor { color: #9578AB; }

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

This text font color is #9578AB.

Background Color

.myBgColor { background-color: #9578AB; }

<div style="background-color:#9578AB">Inner text</div>

This div background color is #9578AB.

Border color

.myBorderColor { border: 1px solid #9578AB; }

<div style="border:3px solid #9578AB">Div</div>

This div border color is #9578AB.

Opacity

.myOpacity80 { color: #9578AB; opacity: 0.8; }

<p style="color:#9578AB;opacity:0.8;">80%</p>

Text with #9578AB 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 #9578AB;}

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

This text has shadow with #9578AB color.


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

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

This text has shadow with #9578AB primary color and red secondary color.


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

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

This text has shadow with #9578AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9578AB.

Preview

Color preview on black background

This text has color #9578AB on black background.


Color preview on white background

This text has color #9578AB on white background.


Black color preview on #9578AB background

This text has black color on #9578AB background.


White color preview on #9578AB background

This text has white color on #9578AB background.


Related colors

Complementary color

Complementary color for #hex is #6A8754.


I love getcolorcode.com

Triadic colors

1 #AB9578 and #78AB95 with #9578AB are triadic colors.

2 #AB7895 and #7895AB with #9578AB are triadic colors.