COLOR #9B6CBD

HEX: #9B6CBD RGB: (155,108,189)

Color info

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

RGB color model

#9B6CBD color RGB value is (155,108,189).

RGB: (155,108,189) (61%, 42%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 108 of 255 = 42%
B 189 of 255 = 74%

155
108
189

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

Portions of RGB colors in percentages

R + G + B = 155 + 108 + 189 = 452 (100%)
R 155 of 452 ~ 34.29%
G 108 of 452 ~ 23.89%
B 189 of 452 ~ 41.81'%

%34.29
%23.89
%41.81

CMYK color model

#9B6CBD color CMYK value is (18,43,0,26).

  • cyan value is 17.99%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (18,43,0,26)
C18M43Y0K26 (18%, 43%, 0%, 26%)
(0.18 / 0.43 / 0.00 / 0.26)

CMYK percentages

%17.99
%42.86
%0
%25.88

Codes

Color #9B6CBD in popluar color models

9B 6C BD
RGB 155 108 189
HSL 275° 38.03% 58.24%
HSB/HSV 275° 42.86% 74.12%
CMYK 17.99% 42.86% 0.00%
25.88%

Color #9B6CBD in popluar number systems.

HEX 9B 6C BD
Decimal 155 108 189
Binary 10011011 1101100 10111101
Octal 233 154 275

Shades and tints

Shades of #9B6CBD

#9B6CBD
(155,108,189)
#8D63AC
(141,99,172)
#7F5A9B
(127,90,155)
#71518A
(113,81,138)
#634879
(99,72,121)
#553F68
(85,63,104)
#473657
(71,54,87)
#392D46
(57,45,70)
#2B2435
(43,36,53)
#1D1B24
(29,27,36)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #9B6CBD

#9B6CBD
(155,108,189)
#A479C3
(164,121,195)
#AD86C9
(173,134,201)
#B693CF
(182,147,207)
#BFA0D5
(191,160,213)
#C8ADDB
(200,173,219)
#D1BAE1
(209,186,225)
#DAC7E7
(218,199,231)
#E3D4ED
(227,212,237)
#ECE1F3
(236,225,243)
#F5EEF9
(245,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6CBD color. Also use rgb(155,108,189) instead hex code.

Text Font Color

.myTextColor { color: #9B6CBD; }

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

This text font color is #9B6CBD.

Background Color

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

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

This div background color is #9B6CBD.

Border color

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

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

This div border color is #9B6CBD.

Opacity

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

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

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

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

This text has shadow with #9B6CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6CBD.

Preview

Color preview on black background

This text has color #9B6CBD on black background.


Color preview on white background

This text has color #9B6CBD on white background.


Black color preview on #9B6CBD background

This text has black color on #9B6CBD background.


White color preview on #9B6CBD background

This text has white color on #9B6CBD background.


Related colors

Complementary color

Complementary color for #hex is #649342.


I love getcolorcode.com

Triadic colors

1 #BD9B6C and #6CBD9B with #9B6CBD are triadic colors.

2 #BD6C9B and #6C9BBD with #9B6CBD are triadic colors.