COLOR #9D6FBE

HEX: #9D6FBE RGB: (157,111,190)

Color info

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

RGB color model

#9D6FBE color RGB value is (157,111,190).

RGB: (157,111,190) (62%, 44%, 75%)

RGB channels and saturation

R 157 of 255 = 62%
G 111 of 255 = 44%
B 190 of 255 = 75%

157
111
190

R + G + B ~ 60%. #9D6FBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 111 + 190 = 458 (100%)
R 157 of 458 ~ 34.28%
G 111 of 458 ~ 24.24%
B 190 of 458 ~ 41.48'%

%34.28
%24.24
%41.48

CMYK color model

#9D6FBE color CMYK value is (17,42,0,25).

  • cyan value is 17.37%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (17,42,0,25)
C17M42Y0K25 (17%, 42%, 0%, 25%)
(0.17 / 0.42 / 0.00 / 0.25)

CMYK percentages

%17.37
%41.58
%0
%25.49

Codes

Color #9D6FBE in popluar color models

9D 6F BE
RGB 157 111 190
HSL 275° 37.80% 59.02%
HSB/HSV 275° 41.58% 74.51%
CMYK 17.37% 41.58% 0.00%
25.49%

Color #9D6FBE in popluar number systems.

HEX 9D 6F BE
Decimal 157 111 190
Binary 10011101 1101111 10111110
Octal 235 157 276

Shades and tints

Shades of #9D6FBE

#9D6FBE
(157,111,190)
#8F65AD
(143,101,173)
#815B9C
(129,91,156)
#73518B
(115,81,139)
#65477A
(101,71,122)
#573D69
(87,61,105)
#493358
(73,51,88)
#3B2947
(59,41,71)
#2D1F36
(45,31,54)
#1F1525
(31,21,37)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #9D6FBE

#9D6FBE
(157,111,190)
#A57CC3
(165,124,195)
#AD89C8
(173,137,200)
#B596CD
(181,150,205)
#BDA3D2
(189,163,210)
#C5B0D7
(197,176,215)
#CDBDDC
(205,189,220)
#D5CAE1
(213,202,225)
#DDD7E6
(221,215,230)
#E5E4EB
(229,228,235)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6FBE color. Also use rgb(157,111,190) instead hex code.

Text Font Color

.myTextColor { color: #9D6FBE; }

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

This text font color is #9D6FBE.

Background Color

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

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

This div background color is #9D6FBE.

Border color

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

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

This div border color is #9D6FBE.

Opacity

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

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

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

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

This text has shadow with #9D6FBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6FBE.

Preview

Color preview on black background

This text has color #9D6FBE on black background.


Color preview on white background

This text has color #9D6FBE on white background.


Black color preview on #9D6FBE background

This text has black color on #9D6FBE background.


White color preview on #9D6FBE background

This text has white color on #9D6FBE background.


Related colors

Complementary color

Complementary color for #hex is #629041.


I love getcolorcode.com

Triadic colors

1 #BE9D6F and #6FBE9D with #9D6FBE are triadic colors.

2 #BE6F9D and #6F9DBE with #9D6FBE are triadic colors.