COLOR #9B41C9

HEX: #9B41C9
RGB: (155,65,201)

Color info

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

RGB color model

#9B41C9 color RGB value is (155,65,201).

  • red value is 155;
  • green value is 65;
  • blue value is 201.
RGB:
(155,65,201)
(61%,25%,79%)

RGB channels and saturation

R 155 of 255 = 61%
G 65 of 255 = 25%
B 201 of 255 = 79%

155
65
201

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

Portions of RGB colors in percentages

R + G + B =
155 + 65 + 201 = 421 (100%)
R 155 of 421 ~ 36.82%
G 65 of 421 ~ 15.44%
B 201 of 421 ~ 47.74%

%36.82
%15.44
%47.74

CMYK color model

#9B41C9 color CMYK value is (23,68,0,21).

  • cyan value is 22.89%
  • magenta value is 67.66%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(23,68,0,21)
C23M68Y0K21 
(23%,68%,0%,21%)
(0.23/0.68/0.00/0.21)	

CMYK percentages

%22.89
%67.66
%0
%21.18

Codes

Color #9B41C9 in popluar color models

9B41C9
RGB15565201
HSL280°55.74%52.16%
HSB/HSV280°67.66%78.82%
CMYK22.89%67.66%0.00%
21.18%

Color #9B41C9 in popluar number systems.

HEX9B41C9
Decimal15565201
Binary10011011100000111001001
Octal233101311

Shades and tints

Shades of #9B41C9

#9B41C9
(155,65,201)
#8D3CB7
(141,60,183)
#7F37A5
(127,55,165)
#713293
(113,50,147)
#632D81
(99,45,129)
#55286F
(85,40,111)
#47235D
(71,35,93)
#391E4B
(57,30,75)
#2B1939
(43,25,57)
#1D1427
(29,20,39)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #9B41C9

#9B41C9
(155,65,201)
#A452CD
(164,82,205)
#AD63D1
(173,99,209)
#B674D5
(182,116,213)
#BF85D9
(191,133,217)
#C896DD
(200,150,221)
#D1A7E1
(209,167,225)
#DAB8E5
(218,184,229)
#E3C9E9
(227,201,233)
#ECDAED
(236,218,237)
#F5EBF1
(245,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B41C9 color. Also use rgb(155,65,201) instead hex code.

Text Font Color

.myTextColor { color: #9B41C9; }

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

This text font color is #9B41C9.


Background Color

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

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

This div background color is #9B41C9.


Border color

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

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

This div border color is #9B41C9.


Opacity

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

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

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

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

This text has shadow with #9B41C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B41C9 on black background.


Color preview on white background

This text has color #9B41C9 on white background.



Black color preview on #9B41C9 background

This text has black color on #9B41C9 background.


White color preview on #9B41C9 background

This text has white color on #9B41C9 background.