COLOR #9574AC

HEX: #9574AC RGB: (149,116,172)

Color info

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

RGB color model

#9574AC color RGB value is (149,116,172).

RGB: (149,116,172) (58%, 45%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 172 of 255 = 67%

149
116
172

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

Portions of RGB colors in percentages

R + G + B = 149 + 116 + 172 = 437 (100%)
R 149 of 437 ~ 34.1%
G 116 of 437 ~ 26.54%
B 172 of 437 ~ 39.36'%

%34.1
%26.54
%39.36

CMYK color model

#9574AC color CMYK value is (13,33,0,33).

  • cyan value is 13.37%
  • magenta value is 32.56%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (13,33,0,33)
C13M33Y0K33 (13%, 33%, 0%, 33%)
(0.13 / 0.33 / 0.00 / 0.33)

CMYK percentages

%13.37
%32.56
%0
%32.55

Codes

Color #9574AC in popluar color models

95 74 AC
RGB 149 116 172
HSL 275° 25.23% 56.47%
HSB/HSV 275° 32.56% 67.45%
CMYK 13.37% 32.56% 0.00%
32.55%

Color #9574AC in popluar number systems.

HEX 95 74 AC
Decimal 149 116 172
Binary 10010101 1110100 10101100
Octal 225 164 254

Shades and tints

Shades of #9574AC

#9574AC
(149,116,172)
#886A9D
(136,106,157)
#7B608E
(123,96,142)
#6E567F
(110,86,127)
#614C70
(97,76,112)
#544261
(84,66,97)
#473852
(71,56,82)
#3A2E43
(58,46,67)
#2D2434
(45,36,52)
#201A25
(32,26,37)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #9574AC

#9574AC
(149,116,172)
#9E80B3
(158,128,179)
#A78CBA
(167,140,186)
#B098C1
(176,152,193)
#B9A4C8
(185,164,200)
#C2B0CF
(194,176,207)
#CBBCD6
(203,188,214)
#D4C8DD
(212,200,221)
#DDD4E4
(221,212,228)
#E6E0EB
(230,224,235)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9574AC color. Also use rgb(149,116,172) instead hex code.

Text Font Color

.myTextColor { color: #9574AC; }

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

This text font color is #9574AC.

Background Color

.myBgColor { background-color: #9574AC; }

<div style="background-color:#9574AC">Inner text</div>

This div background color is #9574AC.

Border color

.myBorderColor { border: 1px solid #9574AC; }

<div style="border:3px solid #9574AC">Div</div>

This div border color is #9574AC.

Opacity

.myOpacity80 { color: #9574AC; opacity: 0.8; }

<p style="color:#9574AC;opacity:0.8;">80%</p>

Text with #9574AC 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 #9574AC;}

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

This text has shadow with #9574AC color.


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

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

This text has shadow with #9574AC primary color and red secondary color.


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

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

This text has shadow with #9574AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9574AC.

Preview

Color preview on black background

This text has color #9574AC on black background.


Color preview on white background

This text has color #9574AC on white background.


Black color preview on #9574AC background

This text has black color on #9574AC background.


White color preview on #9574AC background

This text has white color on #9574AC background.


Related colors

Complementary color

Complementary color for #hex is #6A8B53.


I love getcolorcode.com

Triadic colors

1 #AC9574 and #74AC95 with #9574AC are triadic colors.

2 #AC7495 and #7495AC with #9574AC are triadic colors.