COLOR #9B6EDA

HEX: #9B6EDA RGB: (155,110,218)

Color info

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

RGB color model

#9B6EDA color RGB value is (155,110,218).

RGB: (155,110,218) (61%, 43%, 85%)

RGB channels and saturation

R 155 of 255 = 61%
G 110 of 255 = 43%
B 218 of 255 = 85%

155
110
218

R + G + B ~ 63%. #9B6EDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 110 + 218 = 483 (100%)
R 155 of 483 ~ 32.09%
G 110 of 483 ~ 22.77%
B 218 of 483 ~ 45.13'%

%32.09
%22.77
%45.13

CMYK color model

#9B6EDA color CMYK value is (29,50,0,15).

  • cyan value is 28.90%
  • magenta value is 49.54%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (29,50,0,15) C29M50Y0K15 (29%,50%,0%,15%) (0.29/0.50/0.00/0.15) 

CMYK percentages

%28.9
%49.54
%0
%14.51

Codes

Color #9B6EDA in popluar color models

9B 6E DA
RGB 155 110 218
HSL 265° 59.34% 64.31%
HSB/HSV 265° 49.54% 85.49%
CMYK 28.90% 49.54% 0.00%
14.51%

Color #9B6EDA in popluar number systems.

HEX 9B 6E DA
Decimal 155 110 218
Binary 10011011 1101110 11011010
Octal 233 156 332

Shades and tints

Shades of #9B6EDA

#9B6EDA
(155,110,218)
#8D64C7
(141,100,199)
#7F5AB4
(127,90,180)
#7150A1
(113,80,161)
#63468E
(99,70,142)
#553C7B
(85,60,123)
#473268
(71,50,104)
#392855
(57,40,85)
#2B1E42
(43,30,66)
#1D142F
(29,20,47)
#0F0A1C
(15,10,28)
#000000
(0,0,0)

Tints of #9B6EDA

#9B6EDA
(155,110,218)
#A47BDD
(164,123,221)
#AD88E0
(173,136,224)
#B695E3
(182,149,227)
#BFA2E6
(191,162,230)
#C8AFE9
(200,175,233)
#D1BCEC
(209,188,236)
#DAC9EF
(218,201,239)
#E3D6F2
(227,214,242)
#ECE3F5
(236,227,245)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6EDA color. Also use rgb(155,110,218) instead hex code.

Text Font Color

.myTextColor { color: #9B6EDA; }

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

This text font color is #9B6EDA.

Background Color

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

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

This div background color is #9B6EDA.

Border color

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

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

This div border color is #9B6EDA.

Opacity

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

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

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

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

This text has shadow with #9B6EDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6EDA.

Preview

Color preview on black background

This text has color #9B6EDA on black background.


Color preview on white background

This text has color #9B6EDA on white background.


Black color preview on #9B6EDA background

This text has black color on #9B6EDA background.


White color preview on #9B6EDA background

This text has white color on #9B6EDA background.


Related colors

Complementary color

Complementary color for #hex is #649125.


I love getcolorcode.com

Triadic colors

1 #DA9B6E and #6EDA9B with #9B6EDA are triadic colors.

2 #DA6E9B and #6E9BDA with #9B6EDA are triadic colors.