COLOR #9F6DC4

HEX: #9F6DC4 RGB: (159,109,196)

Color info

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

RGB color model

#9F6DC4 color RGB value is (159,109,196).

RGB: (159,109,196) (62%, 43%, 77%)

RGB channels and saturation

R 159 of 255 = 62%
G 109 of 255 = 43%
B 196 of 255 = 77%

159
109
196

R + G + B ~ 61%. #9F6DC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 109 + 196 = 464 (100%)
R 159 of 464 ~ 34.27%
G 109 of 464 ~ 23.49%
B 196 of 464 ~ 42.24'%

%34.27
%23.49
%42.24

CMYK color model

#9F6DC4 color CMYK value is (19,44,0,23).

  • cyan value is 18.88%
  • magenta value is 44.39%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (19,44,0,23)
C19M44Y0K23 (19%, 44%, 0%, 23%)
(0.19 / 0.44 / 0.00 / 0.23)

CMYK percentages

%18.88
%44.39
%0
%23.14

Codes

Color #9F6DC4 in popluar color models

9F 6D C4
RGB 159 109 196
HSL 274° 42.44% 59.80%
HSB/HSV 274° 44.39% 76.86%
CMYK 18.88% 44.39% 0.00%
23.14%

Color #9F6DC4 in popluar number systems.

HEX 9F 6D C4
Decimal 159 109 196
Binary 10011111 1101101 11000100
Octal 237 155 304

Shades and tints

Shades of #9F6DC4

#9F6DC4
(159,109,196)
#9164B3
(145,100,179)
#835BA2
(131,91,162)
#755291
(117,82,145)
#674980
(103,73,128)
#59406F
(89,64,111)
#4B375E
(75,55,94)
#3D2E4D
(61,46,77)
#2F253C
(47,37,60)
#211C2B
(33,28,43)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #9F6DC4

#9F6DC4
(159,109,196)
#A77AC9
(167,122,201)
#AF87CE
(175,135,206)
#B794D3
(183,148,211)
#BFA1D8
(191,161,216)
#C7AEDD
(199,174,221)
#CFBBE2
(207,187,226)
#D7C8E7
(215,200,231)
#DFD5EC
(223,213,236)
#E7E2F1
(231,226,241)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6DC4 color. Also use rgb(159,109,196) instead hex code.

Text Font Color

.myTextColor { color: #9F6DC4; }

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

This text font color is #9F6DC4.

Background Color

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

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

This div background color is #9F6DC4.

Border color

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

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

This div border color is #9F6DC4.

Opacity

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

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

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

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

This text has shadow with #9F6DC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6DC4.

Preview

Color preview on black background

This text has color #9F6DC4 on black background.


Color preview on white background

This text has color #9F6DC4 on white background.


Black color preview on #9F6DC4 background

This text has black color on #9F6DC4 background.


White color preview on #9F6DC4 background

This text has white color on #9F6DC4 background.


Related colors

Complementary color

Complementary color for #hex is #60923B.


I love getcolorcode.com

Triadic colors

1 #C49F6D and #6DC49F with #9F6DC4 are triadic colors.

2 #C46D9F and #6D9FC4 with #9F6DC4 are triadic colors.