COLOR #9578D7

HEX: #9578D7
RGB: (149,120,215)

Color info

#9578D7 contains mainly blue color. Web safe color of #9578D7 is #9966CC (or #96C).

RGB color model

#9578D7 color RGB value is (149,120,215).

  • red value is 149;
  • green value is 120;
  • blue value is 215.
RGB:
(149,120,215)
(58%,47%,84%)

RGB channels and saturation

R 149 of 255 = 58%
G 120 of 255 = 47%
B 215 of 255 = 84%

149
120
215

R + G + B ~ 63%. #9578D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 120 + 215 = 484 (100%)
R 149 of 484 ~ 30.79%
G 120 of 484 ~ 24.79%
B 215 of 484 ~ 44.42%

%30.79
%24.79
%44.42

CMYK color model

#9578D7 color CMYK value is (31,44,0,16).

  • cyan value is 30.70%
  • magenta value is 44.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(31,44,0,16)
C31M44Y0K16 
(31%,44%,0%,16%)
(0.31/0.44/0.00/0.16)	

CMYK percentages

%30.7
%44.19
%0
%15.69

Codes

Color #9578D7 in popluar color models

9578D7
RGB149120215
HSL258°54.29%65.69%
HSB/HSV258°44.19%84.31%
CMYK30.70%44.19%0.00%
15.69%

Color #9578D7 in popluar number systems.

HEX9578D7
Decimal149120215
Binary10010101111100011010111
Octal225170327

Shades and tints

Shades of #9578D7

#9578D7
(149,120,215)
#886EC4
(136,110,196)
#7B64B1
(123,100,177)
#6E5A9E
(110,90,158)
#61508B
(97,80,139)
#544678
(84,70,120)
#473C65
(71,60,101)
#3A3252
(58,50,82)
#2D283F
(45,40,63)
#201E2C
(32,30,44)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #9578D7

#9578D7
(149,120,215)
#9E84DA
(158,132,218)
#A790DD
(167,144,221)
#B09CE0
(176,156,224)
#B9A8E3
(185,168,227)
#C2B4E6
(194,180,230)
#CBC0E9
(203,192,233)
#D4CCEC
(212,204,236)
#DDD8EF
(221,216,239)
#E6E4F2
(230,228,242)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9578D7; }

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

This text font color is #9578D7.


Background Color

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

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

This div background color is #9578D7.


Border color

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

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

This div border color is #9578D7.


Opacity

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

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

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

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

This text has shadow with #9578D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9578D7 on black background.


Color preview on white background

This text has color #9578D7 on white background.



Black color preview on #9578D7 background

This text has black color on #9578D7 background.


White color preview on #9578D7 background

This text has white color on #9578D7 background.