COLOR #9B5CBE

HEX: #9B5CBE RGB: (155,92,190)

Color info

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

RGB color model

#9B5CBE color RGB value is (155,92,190).

RGB: (155,92,190) (61%, 36%, 75%)

RGB channels and saturation

R 155 of 255 = 61%
G 92 of 255 = 36%
B 190 of 255 = 75%

155
92
190

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

Portions of RGB colors in percentages

R + G + B = 155 + 92 + 190 = 437 (100%)
R 155 of 437 ~ 35.47%
G 92 of 437 ~ 21.05%
B 190 of 437 ~ 43.48'%

%35.47
%21.05
%43.48

CMYK color model

#9B5CBE color CMYK value is (18,52,0,25).

  • cyan value is 18.42%
  • magenta value is 51.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (18,52,0,25) C18M52Y0K25 (18%,52%,0%,25%) (0.18/0.52/0.00/0.25) 

CMYK percentages

%18.42
%51.58
%0
%25.49

Codes

Color #9B5CBE in popluar color models

9B 5C BE
RGB 155 92 190
HSL 279° 42.98% 55.29%
HSB/HSV 279° 51.58% 74.51%
CMYK 18.42% 51.58% 0.00%
25.49%

Color #9B5CBE in popluar number systems.

HEX 9B 5C BE
Decimal 155 92 190
Binary 10011011 1011100 10111110
Octal 233 134 276

Shades and tints

Shades of #9B5CBE

#9B5CBE
(155,92,190)
#8D54AD
(141,84,173)
#7F4C9C
(127,76,156)
#71448B
(113,68,139)
#633C7A
(99,60,122)
#553469
(85,52,105)
#472C58
(71,44,88)
#392447
(57,36,71)
#2B1C36
(43,28,54)
#1D1425
(29,20,37)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #9B5CBE

#9B5CBE
(155,92,190)
#A46AC3
(164,106,195)
#AD78C8
(173,120,200)
#B686CD
(182,134,205)
#BF94D2
(191,148,210)
#C8A2D7
(200,162,215)
#D1B0DC
(209,176,220)
#DABEE1
(218,190,225)
#E3CCE6
(227,204,230)
#ECDAEB
(236,218,235)
#F5E8F0
(245,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B5CBE; }

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

This text font color is #9B5CBE.

Background Color

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

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

This div background color is #9B5CBE.

Border color

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

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

This div border color is #9B5CBE.

Opacity

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

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

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

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

This text has shadow with #9B5CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B5CBE.

Preview

Color preview on black background

This text has color #9B5CBE on black background.


Color preview on white background

This text has color #9B5CBE on white background.


Black color preview on #9B5CBE background

This text has black color on #9B5CBE background.


White color preview on #9B5CBE background

This text has white color on #9B5CBE background.


Related colors

Complementary color

Complementary color for #hex is #64A341.


I love getcolorcode.com

Triadic colors

1 #BE9B5C and #5CBE9B with #9B5CBE are triadic colors.

2 #BE5C9B and #5C9BBE with #9B5CBE are triadic colors.