COLOR #9B66BE

HEX: #9B66BE RGB: (155,102,190)

Color info

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

RGB color model

#9B66BE color RGB value is (155,102,190).

RGB: (155,102,190) (61%, 40%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 102 of 255 = 40%
B 190 of 255 = 75%

155
102
190

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

Portions of RGB colors in percentages

R + G + B = 155 + 102 + 190 = 447 (100%)
R 155 of 447 ~ 34.68%
G 102 of 447 ~ 22.82%
B 190 of 447 ~ 42.51'%

%34.68
%22.82
%42.51

CMYK color model

#9B66BE color CMYK value is (18,46,0,25).

  • cyan value is 18.42%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (18,46,0,25)
C18M46Y0K25 (18%, 46%, 0%, 25%)
(0.18 / 0.46 / 0.00 / 0.25)

CMYK percentages

%18.42
%46.32
%0
%25.49

Codes

Color #9B66BE in popluar color models

9B 66 BE
RGB 155 102 190
HSL 276° 40.37% 57.25%
HSB/HSV 276° 46.32% 74.51%
CMYK 18.42% 46.32% 0.00%
25.49%

Color #9B66BE in popluar number systems.

HEX 9B 66 BE
Decimal 155 102 190
Binary 10011011 1100110 10111110
Octal 233 146 276

Shades and tints

Shades of #9B66BE

#9B66BE
(155,102,190)
#8D5DAD
(141,93,173)
#7F549C
(127,84,156)
#714B8B
(113,75,139)
#63427A
(99,66,122)
#553969
(85,57,105)
#473058
(71,48,88)
#392747
(57,39,71)
#2B1E36
(43,30,54)
#1D1525
(29,21,37)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #9B66BE

#9B66BE
(155,102,190)
#A473C3
(164,115,195)
#AD80C8
(173,128,200)
#B68DCD
(182,141,205)
#BF9AD2
(191,154,210)
#C8A7D7
(200,167,215)
#D1B4DC
(209,180,220)
#DAC1E1
(218,193,225)
#E3CEE6
(227,206,230)
#ECDBEB
(236,219,235)
#F5E8F0
(245,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B66BE color. Also use rgb(155,102,190) instead hex code.

Text Font Color

.myTextColor { color: #9B66BE; }

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

This text font color is #9B66BE.

Background Color

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

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

This div background color is #9B66BE.

Border color

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

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

This div border color is #9B66BE.

Opacity

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

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

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

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

This text has shadow with #9B66BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B66BE.

Preview

Color preview on black background

This text has color #9B66BE on black background.


Color preview on white background

This text has color #9B66BE on white background.


Black color preview on #9B66BE background

This text has black color on #9B66BE background.


White color preview on #9B66BE background

This text has white color on #9B66BE background.


Related colors

Complementary color

Complementary color for #hex is #649941.


I love getcolorcode.com

Triadic colors

1 #BE9B66 and #66BE9B with #9B66BE are triadic colors.

2 #BE669B and #669BBE with #9B66BE are triadic colors.