COLOR #9F77DC

HEX: #9F77DC
RGB: (159,119,220)

Color info

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

RGB color model

#9F77DC color RGB value is (159,119,220).

  • red value is 159;
  • green value is 119;
  • blue value is 220.
RGB:
(159,119,220)
(62%,47%,86%)

RGB channels and saturation

R 159 of 255 = 62%
G 119 of 255 = 47%
B 220 of 255 = 86%

159
119
220

R + G + B ~ 65%. #9F77DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
159 + 119 + 220 = 498 (100%)
R 159 of 498 ~ 31.93%
G 119 of 498 ~ 23.9%
B 220 of 498 ~ 44.18%

%31.93
%23.9
%44.18

CMYK color model

#9F77DC color CMYK value is (28,46,0,14).

  • cyan value is 27.73%
  • magenta value is 45.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(28,46,0,14)
C28M46Y0K14 
(28%,46%,0%,14%)
(0.28/0.46/0.00/0.14)	

CMYK percentages

%27.73
%45.91
%0
%13.73

Codes

Color #9F77DC in popluar color models

9F77DC
RGB159119220
HSL264°59.06%66.47%
HSB/HSV264°45.91%86.27%
CMYK27.73%45.91%0.00%
13.73%

Color #9F77DC in popluar number systems.

HEX9F77DC
Decimal159119220
Binary10011111111011111011100
Octal237167334

Shades and tints

Shades of #9F77DC

#9F77DC
(159,119,220)
#916DC8
(145,109,200)
#8363B4
(131,99,180)
#7559A0
(117,89,160)
#674F8C
(103,79,140)
#594578
(89,69,120)
#4B3B64
(75,59,100)
#3D3150
(61,49,80)
#2F273C
(47,39,60)
#211D28
(33,29,40)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #9F77DC

#9F77DC
(159,119,220)
#A783DF
(167,131,223)
#AF8FE2
(175,143,226)
#B79BE5
(183,155,229)
#BFA7E8
(191,167,232)
#C7B3EB
(199,179,235)
#CFBFEE
(207,191,238)
#D7CBF1
(215,203,241)
#DFD7F4
(223,215,244)
#E7E3F7
(231,227,247)
#EFEFFA
(239,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F77DC color. Also use rgb(159,119,220) instead hex code.

Text Font Color

.myTextColor { color: #9F77DC; }

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

This text font color is #9F77DC.


Background Color

.myBgColor { background-color: #9F77DC; }

<div style="background-color:#9F77DC">Inner text</div>

This div background color is #9F77DC.


Border color

.myBorderColor { border: 1px solid #9F77DC; }

<div style="border:3px solid #9F77DC">Div</div>

This div border color is #9F77DC.


Opacity

.myOpacity80 { color: #9F77DC; opacity: 0.8; }

<p style="color:#9F77DC;opacity:0.8;">80%</p>

Text with #9F77DC 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 #9F77DC;}

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

This text has shadow with #9F77DC color.

.textShadow {text-shadow: 3px 3px 1px #9F77DC, 3px 3px 1px red;}

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

This text has shadow with #9F77DC primary color and red secondary color.


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

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

This text has shadow with #9F77DC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F77DC on black background.


Color preview on white background

This text has color #9F77DC on white background.



Black color preview on #9F77DC background

This text has black color on #9F77DC background.


White color preview on #9F77DC background

This text has white color on #9F77DC background.