COLOR #9B6EE1

HEX: #9B6EE1 RGB: (155,110,225)

Color info

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

RGB color model

#9B6EE1 color RGB value is (155,110,225).

RGB: (155,110,225) (61%, 43%, 88%)

RGB channels and saturation

R 155 of 255 = 61%
G 110 of 255 = 43%
B 225 of 255 = 88%

155
110
225

R + G + B ~ 64%. #9B6EE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 110 + 225 = 490 (100%)
R 155 of 490 ~ 31.63%
G 110 of 490 ~ 22.45%
B 225 of 490 ~ 45.92'%

%31.63
%22.45
%45.92

CMYK color model

#9B6EE1 color CMYK value is (31,51,0,12).

  • cyan value is 31.11%
  • magenta value is 51.11%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (31,51,0,12)
C31M51Y0K12 (31%, 51%, 0%, 12%)
(0.31 / 0.51 / 0.00 / 0.12)

CMYK percentages

%31.11
%51.11
%0
%11.76

Codes

Color #9B6EE1 in popluar color models

9B 6E E1
RGB 155 110 225
HSL 263° 65.71% 65.69%
HSB/HSV 263° 51.11% 88.24%
CMYK 31.11% 51.11% 0.00%
11.76%

Color #9B6EE1 in popluar number systems.

HEX 9B 6E E1
Decimal 155 110 225
Binary 10011011 1101110 11100001
Octal 233 156 341

Shades and tints

Shades of #9B6EE1

#9B6EE1
(155,110,225)
#8D64CD
(141,100,205)
#7F5AB9
(127,90,185)
#7150A5
(113,80,165)
#634691
(99,70,145)
#553C7D
(85,60,125)
#473269
(71,50,105)
#392855
(57,40,85)
#2B1E41
(43,30,65)
#1D142D
(29,20,45)
#0F0A19
(15,10,25)
#000000
(0,0,0)

Tints of #9B6EE1

#9B6EE1
(155,110,225)
#A47BE3
(164,123,227)
#AD88E5
(173,136,229)
#B695E7
(182,149,231)
#BFA2E9
(191,162,233)
#C8AFEB
(200,175,235)
#D1BCED
(209,188,237)
#DAC9EF
(218,201,239)
#E3D6F1
(227,214,241)
#ECE3F3
(236,227,243)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6EE1; }

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

This text font color is #9B6EE1.

Background Color

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

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

This div background color is #9B6EE1.

Border color

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

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

This div border color is #9B6EE1.

Opacity

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

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

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

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

This text has shadow with #9B6EE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B6EE1.

Preview

Color preview on black background

This text has color #9B6EE1 on black background.


Color preview on white background

This text has color #9B6EE1 on white background.


Black color preview on #9B6EE1 background

This text has black color on #9B6EE1 background.


White color preview on #9B6EE1 background

This text has white color on #9B6EE1 background.


Related colors

Complementary color

Complementary color for #hex is #64911E.


I love getcolorcode.com

Triadic colors

1 #E19B6E and #6EE19B with #9B6EE1 are triadic colors.

2 #E16E9B and #6E9BE1 with #9B6EE1 are triadic colors.