COLOR #9573AF

HEX: #9573AF
RGB: (149,115,175)

Color info

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

RGB color model

#9573AF color RGB value is (149,115,175).

  • red value is 149;
  • green value is 115;
  • blue value is 175.
RGB:
(149,115,175)
(58%,45%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 175 of 255 = 69%

149
115
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 115 + 175 = 439 (100%)
R 149 of 439 ~ 33.94%
G 115 of 439 ~ 26.2%
B 175 of 439 ~ 39.86%

%33.94
%26.2
%39.86

CMYK color model

#9573AF color CMYK value is (15,34,0,31).

  • cyan value is 14.86%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,34,0,31)
C15M34Y0K31 
(15%,34%,0%,31%)
(0.15/0.34/0.00/0.31)	

CMYK percentages

%14.86
%34.29
%0
%31.37

Codes

Color #9573AF in popluar color models

9573AF
RGB149115175
HSL274°27.27%56.86%
HSB/HSV274°34.29%68.63%
CMYK14.86%34.29%0.00%
31.37%

Color #9573AF in popluar number systems.

HEX9573AF
Decimal149115175
Binary10010101111001110101111
Octal225163257

Shades and tints

Shades of #9573AF

#9573AF
(149,115,175)
#8869A0
(136,105,160)
#7B5F91
(123,95,145)
#6E5582
(110,85,130)
#614B73
(97,75,115)
#544164
(84,65,100)
#473755
(71,55,85)
#3A2D46
(58,45,70)
#2D2337
(45,35,55)
#201928
(32,25,40)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #9573AF

#9573AF
(149,115,175)
#9E7FB6
(158,127,182)
#A78BBD
(167,139,189)
#B097C4
(176,151,196)
#B9A3CB
(185,163,203)
#C2AFD2
(194,175,210)
#CBBBD9
(203,187,217)
#D4C7E0
(212,199,224)
#DDD3E7
(221,211,231)
#E6DFEE
(230,223,238)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9573AF color. Also use rgb(149,115,175) instead hex code.

Text Font Color

.myTextColor { color: #9573AF; }

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

This text font color is #9573AF.


Background Color

.myBgColor { background-color: #9573AF; }

<div style="background-color:#9573AF">Inner text</div>

This div background color is #9573AF.


Border color

.myBorderColor { border: 1px solid #9573AF; }

<div style="border:3px solid #9573AF">Div</div>

This div border color is #9573AF.


Opacity

.myOpacity80 { color: #9573AF; opacity: 0.8; }

<p style="color:#9573AF;opacity:0.8;">80%</p>

Text with #9573AF 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 #9573AF;}

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

This text has shadow with #9573AF color.

.textShadow {text-shadow: 3px 3px 1px #9573AF, 3px 3px 1px red;}

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

This text has shadow with #9573AF primary color and red secondary color.


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

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

This text has shadow with #9573AF and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9573AF;
-webkit-box-shadow: 1px 1px 3px 2px #9573AF;
box-shadow:1px 1px 3px 2px #9573AF;">
Div content here</div>
This div box has shadow with color #9573AF.

Preview

Color preview on black background

This text has color #9573AF on black background.


Color preview on white background

This text has color #9573AF on white background.



Black color preview on #9573AF background

This text has black color on #9573AF background.


White color preview on #9573AF background

This text has white color on #9573AF background.