COLOR #9B4CBA

HEX: #9B4CBA
RGB: (155,76,186)

Color info

#9B4CBA contains mainly red and blue colors. Web safe color of #9B4CBA is #9933CC (or #93C).

RGB color model

#9B4CBA color RGB value is (155,76,186).

  • red value is 155;
  • green value is 76;
  • blue value is 186.
RGB:
(155,76,186)
(61%,30%,73%)

RGB channels and saturation

R 155 of 255 = 61%
G 76 of 255 = 30%
B 186 of 255 = 73%

155
76
186

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

Portions of RGB colors in percentages

R + G + B =
155 + 76 + 186 = 417 (100%)
R 155 of 417 ~ 37.17%
G 76 of 417 ~ 18.23%
B 186 of 417 ~ 44.6%

%37.17
%18.23
%44.6

CMYK color model

#9B4CBA color CMYK value is (17,59,0,27).

  • cyan value is 16.67%
  • magenta value is 59.14%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,59,0,27)
C17M59Y0K27 
(17%,59%,0%,27%)
(0.17/0.59/0.00/0.27)	

CMYK percentages

%16.67
%59.14
%0
%27.06

Codes

Color #9B4CBA in popluar color models

9B4CBA
RGB15576186
HSL283°44.35%51.37%
HSB/HSV283°59.14%72.94%
CMYK16.67%59.14%0.00%
27.06%

Color #9B4CBA in popluar number systems.

HEX9B4CBA
Decimal15576186
Binary10011011100110010111010
Octal233114272

Shades and tints

Shades of #9B4CBA

#9B4CBA
(155,76,186)
#8D46AA
(141,70,170)
#7F409A
(127,64,154)
#713A8A
(113,58,138)
#63347A
(99,52,122)
#552E6A
(85,46,106)
#47285A
(71,40,90)
#39224A
(57,34,74)
#2B1C3A
(43,28,58)
#1D162A
(29,22,42)
#0F101A
(15,16,26)
#000000
(0,0,0)

Tints of #9B4CBA

#9B4CBA
(155,76,186)
#A45CC0
(164,92,192)
#AD6CC6
(173,108,198)
#B67CCC
(182,124,204)
#BF8CD2
(191,140,210)
#C89CD8
(200,156,216)
#D1ACDE
(209,172,222)
#DABCE4
(218,188,228)
#E3CCEA
(227,204,234)
#ECDCF0
(236,220,240)
#F5ECF6
(245,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4CBA color. Also use rgb(155,76,186) instead hex code.

Text Font Color

.myTextColor { color: #9B4CBA; }

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

This text font color is #9B4CBA.


Background Color

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

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

This div background color is #9B4CBA.


Border color

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

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

This div border color is #9B4CBA.


Opacity

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

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

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

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

This text has shadow with #9B4CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4CBA on black background.


Color preview on white background

This text has color #9B4CBA on white background.



Black color preview on #9B4CBA background

This text has black color on #9B4CBA background.


White color preview on #9B4CBA background

This text has white color on #9B4CBA background.