COLOR #9B4BCD

HEX: #9B4BCD
RGB: (155,75,205)

Color info

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

RGB color model

#9B4BCD color RGB value is (155,75,205).

  • red value is 155;
  • green value is 75;
  • blue value is 205.
RGB:
(155,75,205)
(61%,29%,80%)

RGB channels and saturation

R 155 of 255 = 61%
G 75 of 255 = 29%
B 205 of 255 = 80%

155
75
205

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

Portions of RGB colors in percentages

R + G + B =
155 + 75 + 205 = 435 (100%)
R 155 of 435 ~ 35.63%
G 75 of 435 ~ 17.24%
B 205 of 435 ~ 47.13%

%35.63
%17.24
%47.13

CMYK color model

#9B4BCD color CMYK value is (24,63,0,20).

  • cyan value is 24.39%
  • magenta value is 63.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,63,0,20)
C24M63Y0K20 
(24%,63%,0%,20%)
(0.24/0.63/0.00/0.20)	

CMYK percentages

%24.39
%63.41
%0
%19.61

Codes

Color #9B4BCD in popluar color models

9B4BCD
RGB15575205
HSL277°56.52%54.90%
HSB/HSV277°63.41%80.39%
CMYK24.39%63.41%0.00%
19.61%

Color #9B4BCD in popluar number systems.

HEX9B4BCD
Decimal15575205
Binary10011011100101111001101
Octal233113315

Shades and tints

Shades of #9B4BCD

#9B4BCD
(155,75,205)
#8D45BB
(141,69,187)
#7F3FA9
(127,63,169)
#713997
(113,57,151)
#633385
(99,51,133)
#552D73
(85,45,115)
#472761
(71,39,97)
#39214F
(57,33,79)
#2B1B3D
(43,27,61)
#1D152B
(29,21,43)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #9B4BCD

#9B4BCD
(155,75,205)
#A45BD1
(164,91,209)
#AD6BD5
(173,107,213)
#B67BD9
(182,123,217)
#BF8BDD
(191,139,221)
#C89BE1
(200,155,225)
#D1ABE5
(209,171,229)
#DABBE9
(218,187,233)
#E3CBED
(227,203,237)
#ECDBF1
(236,219,241)
#F5EBF5
(245,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B4BCD color. Also use rgb(155,75,205) instead hex code.

Text Font Color

.myTextColor { color: #9B4BCD; }

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

This text font color is #9B4BCD.


Background Color

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

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

This div background color is #9B4BCD.


Border color

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

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

This div border color is #9B4BCD.


Opacity

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

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

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

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

This text has shadow with #9B4BCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B4BCD on black background.


Color preview on white background

This text has color #9B4BCD on white background.



Black color preview on #9B4BCD background

This text has black color on #9B4BCD background.


White color preview on #9B4BCD background

This text has white color on #9B4BCD background.