COLOR #9574C6

HEX: #9574C6
RGB: (149,116,198)

Color info

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

RGB color model

#9574C6 color RGB value is (149,116,198).

  • red value is 149;
  • green value is 116;
  • blue value is 198.
RGB:
(149,116,198)
(58%,45%,78%)

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 198 of 255 = 78%

149
116
198

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 198 = 463 (100%)
R 149 of 463 ~ 32.18%
G 116 of 463 ~ 25.05%
B 198 of 463 ~ 42.76%

%32.18
%25.05
%42.76

CMYK color model

#9574C6 color CMYK value is (25,41,0,22).

  • cyan value is 24.75%
  • magenta value is 41.41%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(25,41,0,22)
C25M41Y0K22 
(25%,41%,0%,22%)
(0.25/0.41/0.00/0.22)	

CMYK percentages

%24.75
%41.41
%0
%22.35

Codes

Color #9574C6 in popluar color models

9574C6
RGB149116198
HSL264°41.84%61.57%
HSB/HSV264°41.41%77.65%
CMYK24.75%41.41%0.00%
22.35%

Color #9574C6 in popluar number systems.

HEX9574C6
Decimal149116198
Binary10010101111010011000110
Octal225164306

Shades and tints

Shades of #9574C6

#9574C6
(149,116,198)
#886AB4
(136,106,180)
#7B60A2
(123,96,162)
#6E5690
(110,86,144)
#614C7E
(97,76,126)
#54426C
(84,66,108)
#47385A
(71,56,90)
#3A2E48
(58,46,72)
#2D2436
(45,36,54)
#201A24
(32,26,36)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #9574C6

#9574C6
(149,116,198)
#9E80CB
(158,128,203)
#A78CD0
(167,140,208)
#B098D5
(176,152,213)
#B9A4DA
(185,164,218)
#C2B0DF
(194,176,223)
#CBBCE4
(203,188,228)
#D4C8E9
(212,200,233)
#DDD4EE
(221,212,238)
#E6E0F3
(230,224,243)
#EFECF8
(239,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9574C6; }

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

This text font color is #9574C6.


Background Color

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

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

This div background color is #9574C6.


Border color

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

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

This div border color is #9574C6.


Opacity

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

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

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

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

This text has shadow with #9574C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9574C6 on black background.


Color preview on white background

This text has color #9574C6 on white background.



Black color preview on #9574C6 background

This text has black color on #9574C6 background.


White color preview on #9574C6 background

This text has white color on #9574C6 background.