COLOR #9564ED

HEX: #9564ED
RGB: (149,100,237)

Color info

#9564ED contains mainly blue color. Web safe color of #9564ED is #9966FF (or #96F).

RGB color model

#9564ED color RGB value is (149,100,237).

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

RGB channels and saturation

R 149 of 255 = 58%
G 100 of 255 = 39%
B 237 of 255 = 93%

149
100
237

R + G + B ~ 63%. #9564ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 100 + 237 = 486 (100%)
R 149 of 486 ~ 30.66%
G 100 of 486 ~ 20.58%
B 237 of 486 ~ 48.77%

%30.66
%20.58
%48.77

CMYK color model

#9564ED color CMYK value is (37,58,0,7).

  • cyan value is 37.13%
  • magenta value is 57.81%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(37,58,0,7)
C37M58Y0K7 
(37%,58%,0%,7%)
(0.37/0.58/0.00/0.07)	

CMYK percentages

%37.13
%57.81
%0
%7.06

Codes

Color #9564ED in popluar color models

9564ED
RGB149100237
HSL261°79.19%66.08%
HSB/HSV261°57.81%92.94%
CMYK37.13%57.81%0.00%
7.06%

Color #9564ED in popluar number systems.

HEX9564ED
Decimal149100237
Binary10010101110010011101101
Octal225144355

Shades and tints

Shades of #9564ED

#9564ED
(149,100,237)
#885BD8
(136,91,216)
#7B52C3
(123,82,195)
#6E49AE
(110,73,174)
#614099
(97,64,153)
#543784
(84,55,132)
#472E6F
(71,46,111)
#3A255A
(58,37,90)
#2D1C45
(45,28,69)
#201330
(32,19,48)
#130A1B
(19,10,27)
#000000
(0,0,0)

Tints of #9564ED

#9564ED
(149,100,237)
#9E72EE
(158,114,238)
#A780EF
(167,128,239)
#B08EF0
(176,142,240)
#B99CF1
(185,156,241)
#C2AAF2
(194,170,242)
#CBB8F3
(203,184,243)
#D4C6F4
(212,198,244)
#DDD4F5
(221,212,245)
#E6E2F6
(230,226,246)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9564ED; }

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

This text font color is #9564ED.


Background Color

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

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

This div background color is #9564ED.


Border color

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

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

This div border color is #9564ED.


Opacity

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

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

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

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

This text has shadow with #9564ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9564ED on black background.


Color preview on white background

This text has color #9564ED on white background.



Black color preview on #9564ED background

This text has black color on #9564ED background.


White color preview on #9564ED background

This text has white color on #9564ED background.