COLOR #9F6BCE

HEX: #9F6BCE RGB: (159,107,206)

Color info

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

RGB color model

#9F6BCE color RGB value is (159,107,206).

RGB: (159,107,206) (62%, 42%, 81%)

RGB channels and saturation

R 159 of 255 = 62%
G 107 of 255 = 42%
B 206 of 255 = 81%

159
107
206

R + G + B ~ 62%. #9F6BCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 107 + 206 = 472 (100%)
R 159 of 472 ~ 33.69%
G 107 of 472 ~ 22.67%
B 206 of 472 ~ 43.64'%

%33.69
%22.67
%43.64

CMYK color model

#9F6BCE color CMYK value is (23,48,0,19).

  • cyan value is 22.82%
  • magenta value is 48.06%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (23,48,0,19)
C23M48Y0K19 (23%, 48%, 0%, 19%)
(0.23 / 0.48 / 0.00 / 0.19)

CMYK percentages

%22.82
%48.06
%0
%19.22

Codes

Color #9F6BCE in popluar color models

9F 6B CE
RGB 159 107 206
HSL 272° 50.25% 61.37%
HSB/HSV 272° 48.06% 80.78%
CMYK 22.82% 48.06% 0.00%
19.22%

Color #9F6BCE in popluar number systems.

HEX 9F 6B CE
Decimal 159 107 206
Binary 10011111 1101011 11001110
Octal 237 153 316

Shades and tints

Shades of #9F6BCE

#9F6BCE
(159,107,206)
#9162BC
(145,98,188)
#8359AA
(131,89,170)
#755098
(117,80,152)
#674786
(103,71,134)
#593E74
(89,62,116)
#4B3562
(75,53,98)
#3D2C50
(61,44,80)
#2F233E
(47,35,62)
#211A2C
(33,26,44)
#13111A
(19,17,26)
#000000
(0,0,0)

Tints of #9F6BCE

#9F6BCE
(159,107,206)
#A778D2
(167,120,210)
#AF85D6
(175,133,214)
#B792DA
(183,146,218)
#BF9FDE
(191,159,222)
#C7ACE2
(199,172,226)
#CFB9E6
(207,185,230)
#D7C6EA
(215,198,234)
#DFD3EE
(223,211,238)
#E7E0F2
(231,224,242)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F6BCE color. Also use rgb(159,107,206) instead hex code.

Text Font Color

.myTextColor { color: #9F6BCE; }

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

This text font color is #9F6BCE.

Background Color

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

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

This div background color is #9F6BCE.

Border color

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

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

This div border color is #9F6BCE.

Opacity

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

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

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

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

This text has shadow with #9F6BCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F6BCE.

Preview

Color preview on black background

This text has color #9F6BCE on black background.


Color preview on white background

This text has color #9F6BCE on white background.


Black color preview on #9F6BCE background

This text has black color on #9F6BCE background.


White color preview on #9F6BCE background

This text has white color on #9F6BCE background.


Related colors

Complementary color

Complementary color for #hex is #609431.


I love getcolorcode.com

Triadic colors

1 #CE9F6B and #6BCE9F with #9F6BCE are triadic colors.

2 #CE6B9F and #6B9FCE with #9F6BCE are triadic colors.