COLOR #9568D7

HEX: #9568D7
RGB: (149,104,215)

Color info

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

RGB color model

#9568D7 color RGB value is (149,104,215).

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

RGB channels and saturation

R 149 of 255 = 58%
G 104 of 255 = 41%
B 215 of 255 = 84%

149
104
215

R + G + B ~ 61%. #9568D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 104 + 215 = 468 (100%)
R 149 of 468 ~ 31.84%
G 104 of 468 ~ 22.22%
B 215 of 468 ~ 45.94%

%31.84
%22.22
%45.94

CMYK color model

#9568D7 color CMYK value is (31,52,0,16).

  • cyan value is 30.70%
  • magenta value is 51.63%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(31,52,0,16)
C31M52Y0K16 
(31%,52%,0%,16%)
(0.31/0.52/0.00/0.16)	

CMYK percentages

%30.7
%51.63
%0
%15.69

Codes

Color #9568D7 in popluar color models

9568D7
RGB149104215
HSL264°58.12%62.55%
HSB/HSV264°51.63%84.31%
CMYK30.70%51.63%0.00%
15.69%

Color #9568D7 in popluar number systems.

HEX9568D7
Decimal149104215
Binary10010101110100011010111
Octal225150327

Shades and tints

Shades of #9568D7

#9568D7
(149,104,215)
#885FC4
(136,95,196)
#7B56B1
(123,86,177)
#6E4D9E
(110,77,158)
#61448B
(97,68,139)
#543B78
(84,59,120)
#473265
(71,50,101)
#3A2952
(58,41,82)
#2D203F
(45,32,63)
#20172C
(32,23,44)
#130E19
(19,14,25)
#000000
(0,0,0)

Tints of #9568D7

#9568D7
(149,104,215)
#9E75DA
(158,117,218)
#A782DD
(167,130,221)
#B08FE0
(176,143,224)
#B99CE3
(185,156,227)
#C2A9E6
(194,169,230)
#CBB6E9
(203,182,233)
#D4C3EC
(212,195,236)
#DDD0EF
(221,208,239)
#E6DDF2
(230,221,242)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9568D7; }

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

This text font color is #9568D7.


Background Color

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

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

This div background color is #9568D7.


Border color

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

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

This div border color is #9568D7.


Opacity

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

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

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

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

This text has shadow with #9568D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9568D7 on black background.


Color preview on white background

This text has color #9568D7 on white background.



Black color preview on #9568D7 background

This text has black color on #9568D7 background.


White color preview on #9568D7 background

This text has white color on #9568D7 background.