COLOR #9564C9

HEX: #9564C9
RGB: (149,100,201)

Color info

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

RGB color model

#9564C9 color RGB value is (149,100,201).

  • red value is 149;
  • green value is 100;
  • blue value is 201.
RGB:
(149,100,201)
(58%,39%,79%)

RGB channels and saturation

R 149 of 255 = 58%
G 100 of 255 = 39%
B 201 of 255 = 79%

149
100
201

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

Portions of RGB colors in percentages

R + G + B =
149 + 100 + 201 = 450 (100%)
R 149 of 450 ~ 33.11%
G 100 of 450 ~ 22.22%
B 201 of 450 ~ 44.67%

%33.11
%22.22
%44.67

CMYK color model

#9564C9 color CMYK value is (26,50,0,21).

  • cyan value is 25.87%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(26,50,0,21)
C26M50Y0K21 
(26%,50%,0%,21%)
(0.26/0.50/0.00/0.21)	

CMYK percentages

%25.87
%50.25
%0
%21.18

Codes

Color #9564C9 in popluar color models

9564C9
RGB149100201
HSL269°48.33%59.02%
HSB/HSV269°50.25%78.82%
CMYK25.87%50.25%0.00%
21.18%

Color #9564C9 in popluar number systems.

HEX9564C9
Decimal149100201
Binary10010101110010011001001
Octal225144311

Shades and tints

Shades of #9564C9

#9564C9
(149,100,201)
#885BB7
(136,91,183)
#7B52A5
(123,82,165)
#6E4993
(110,73,147)
#614081
(97,64,129)
#54376F
(84,55,111)
#472E5D
(71,46,93)
#3A254B
(58,37,75)
#2D1C39
(45,28,57)
#201327
(32,19,39)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #9564C9

#9564C9
(149,100,201)
#9E72CD
(158,114,205)
#A780D1
(167,128,209)
#B08ED5
(176,142,213)
#B99CD9
(185,156,217)
#C2AADD
(194,170,221)
#CBB8E1
(203,184,225)
#D4C6E5
(212,198,229)
#DDD4E9
(221,212,233)
#E6E2ED
(230,226,237)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9564C9 color. Also use rgb(149,100,201) instead hex code.

Text Font Color

.myTextColor { color: #9564C9; }

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

This text font color is #9564C9.


Background Color

.myBgColor { background-color: #9564C9; }

<div style="background-color:#9564C9">Inner text</div>

This div background color is #9564C9.


Border color

.myBorderColor { border: 1px solid #9564C9; }

<div style="border:3px solid #9564C9">Div</div>

This div border color is #9564C9.


Opacity

.myOpacity80 { color: #9564C9; opacity: 0.8; }

<p style="color:#9564C9;opacity:0.8;">80%</p>

Text with #9564C9 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 #9564C9;}

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

This text has shadow with #9564C9 color.

.textShadow {text-shadow: 3px 3px 1px #9564C9, 3px 3px 1px red;}

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

This text has shadow with #9564C9 primary color and red secondary color.


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

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

This text has shadow with #9564C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9564C9 on black background.


Color preview on white background

This text has color #9564C9 on white background.



Black color preview on #9564C9 background

This text has black color on #9564C9 background.


White color preview on #9564C9 background

This text has white color on #9564C9 background.