COLOR #9573C0

HEX: #9573C0 RGB: (149,115,192)

Color info

#9573C0 contains mainly red and blue colors. Web safe color of #9573C0 is #9966CC (or #96C).

RGB color model

#9573C0 color RGB value is (149,115,192).

RGB: (149,115,192) (58%, 45%, 75%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 192 of 255 = 75%

149
115
192

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

Portions of RGB colors in percentages

R + G + B = 149 + 115 + 192 = 456 (100%)
R 149 of 456 ~ 32.68%
G 115 of 456 ~ 25.22%
B 192 of 456 ~ 42.11'%

%32.68
%25.22
%42.11

CMYK color model

#9573C0 color CMYK value is (22,40,0,25).

  • cyan value is 22.40%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (22,40,0,25)
C22M40Y0K25 (22%, 40%, 0%, 25%)
(0.22 / 0.40 / 0.00 / 0.25)

CMYK percentages

%22.4
%40.1
%0
%24.71

Codes

Color #9573C0 in popluar color models

95 73 C0
RGB 149 115 192
HSL 266° 37.93% 60.20%
HSB/HSV 266° 40.10% 75.29%
CMYK 22.40% 40.10% 0.00%
24.71%

Color #9573C0 in popluar number systems.

HEX 95 73 C0
Decimal 149 115 192
Binary 10010101 1110011 11000000
Octal 225 163 300

Shades and tints

Shades of #9573C0

#9573C0
(149,115,192)
#8869AF
(136,105,175)
#7B5F9E
(123,95,158)
#6E558D
(110,85,141)
#614B7C
(97,75,124)
#54416B
(84,65,107)
#47375A
(71,55,90)
#3A2D49
(58,45,73)
#2D2338
(45,35,56)
#201927
(32,25,39)
#130F16
(19,15,22)
#000000
(0,0,0)

Tints of #9573C0

#9573C0
(149,115,192)
#9E7FC5
(158,127,197)
#A78BCA
(167,139,202)
#B097CF
(176,151,207)
#B9A3D4
(185,163,212)
#C2AFD9
(194,175,217)
#CBBBDE
(203,187,222)
#D4C7E3
(212,199,227)
#DDD3E8
(221,211,232)
#E6DFED
(230,223,237)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9573C0; }

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

This text font color is #9573C0.

Background Color

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

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

This div background color is #9573C0.

Border color

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

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

This div border color is #9573C0.

Opacity

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

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

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

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

This text has shadow with #9573C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9573C0.

Preview

Color preview on black background

This text has color #9573C0 on black background.


Color preview on white background

This text has color #9573C0 on white background.


Black color preview on #9573C0 background

This text has black color on #9573C0 background.


White color preview on #9573C0 background

This text has white color on #9573C0 background.


Related colors

Complementary color

Complementary color for #hex is #6A8C3F.


I love getcolorcode.com

Triadic colors

1 #C09573 and #73C095 with #9573C0 are triadic colors.

2 #C07395 and #7395C0 with #9573C0 are triadic colors.