COLOR #9756F6

HEX: #9756F6
RGB: (151,86,246)

Color info

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

RGB color model

#9756F6 color RGB value is (151,86,246).

  • red value is 151;
  • green value is 86;
  • blue value is 246.
RGB:
(151,86,246)
(59%,34%,96%)

RGB channels and saturation

R 151 of 255 = 59%
G 86 of 255 = 34%
B 246 of 255 = 96%

151
86
246

R + G + B ~ 63%. #9756F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 86 + 246 = 483 (100%)
R 151 of 483 ~ 31.26%
G 86 of 483 ~ 17.81%
B 246 of 483 ~ 50.93%

%31.26
%17.81
%50.93

CMYK color model

#9756F6 color CMYK value is (39,65,0,4).

  • cyan value is 38.62%
  • magenta value is 65.04%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(39,65,0,4)
C39M65Y0K4 
(39%,65%,0%,4%)
(0.39/0.65/0.00/0.04)	

CMYK percentages

%38.62
%65.04
%0
%3.53

Codes

Color #9756F6 in popluar color models

9756F6
RGB15186246
HSL264°89.89%65.10%
HSB/HSV264°65.04%96.47%
CMYK38.62%65.04%0.00%
3.53%

Color #9756F6 in popluar number systems.

HEX9756F6
Decimal15186246
Binary10010111101011011110110
Octal227126366

Shades and tints

Shades of #9756F6

#9756F6
(151,86,246)
#8A4FE0
(138,79,224)
#7D48CA
(125,72,202)
#7041B4
(112,65,180)
#633A9E
(99,58,158)
#563388
(86,51,136)
#492C72
(73,44,114)
#3C255C
(60,37,92)
#2F1E46
(47,30,70)
#221730
(34,23,48)
#15101A
(21,16,26)
#000000
(0,0,0)

Tints of #9756F6

#9756F6
(151,86,246)
#A065F6
(160,101,246)
#A974F6
(169,116,246)
#B283F6
(178,131,246)
#BB92F6
(187,146,246)
#C4A1F6
(196,161,246)
#CDB0F6
(205,176,246)
#D6BFF6
(214,191,246)
#DFCEF6
(223,206,246)
#E8DDF6
(232,221,246)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9756F6 color. Also use rgb(151,86,246) instead hex code.

Text Font Color

.myTextColor { color: #9756F6; }

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

This text font color is #9756F6.


Background Color

.myBgColor { background-color: #9756F6; }

<div style="background-color:#9756F6">Inner text</div>

This div background color is #9756F6.


Border color

.myBorderColor { border: 1px solid #9756F6; }

<div style="border:3px solid #9756F6">Div</div>

This div border color is #9756F6.


Opacity

.myOpacity80 { color: #9756F6; opacity: 0.8; }

<p style="color:#9756F6;opacity:0.8;">80%</p>

Text with #9756F6 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 #9756F6;}

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

This text has shadow with #9756F6 color.

.textShadow {text-shadow: 3px 3px 1px #9756F6, 3px 3px 1px red;}

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

This text has shadow with #9756F6 primary color and red secondary color.


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

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

This text has shadow with #9756F6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9756F6 on black background.


Color preview on white background

This text has color #9756F6 on white background.



Black color preview on #9756F6 background

This text has black color on #9756F6 background.


White color preview on #9756F6 background

This text has white color on #9756F6 background.