COLOR #9B27A7

HEX: #9B27A7
RGB: (155,39,167)

Color info

#9B27A7 contains mainly red and blue colors. Web safe color of #9B27A7 is #993399 (or #939).

RGB color model

#9B27A7 color RGB value is (155,39,167).

  • red value is 155;
  • green value is 39;
  • blue value is 167.
RGB:
(155,39,167)
(61%,15%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 39 of 255 = 15%
B 167 of 255 = 65%

155
39
167

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

Portions of RGB colors in percentages

R + G + B =
155 + 39 + 167 = 361 (100%)
R 155 of 361 ~ 42.94%
G 39 of 361 ~ 10.8%
B 167 of 361 ~ 46.26%

%42.94
%10.8
%46.26

CMYK color model

#9B27A7 color CMYK value is (7,77,0,35).

  • cyan value is 7.19%
  • magenta value is 76.65%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(7,77,0,35)
C7M77Y0K35 
(7%,77%,0%,35%)
(0.07/0.77/0.00/0.35)	

CMYK percentages

%7.19
%76.65
%0
%34.51

Codes

Color #9B27A7 in popluar color models

9B27A7
RGB15539167
HSL294°62.14%40.39%
HSB/HSV294°76.65%65.49%
CMYK7.19%76.65%0.00%
34.51%

Color #9B27A7 in popluar number systems.

HEX9B27A7
Decimal15539167
Binary1001101110011110100111
Octal23347247

Shades and tints

Shades of #9B27A7

#9B27A7
(155,39,167)
#8D2498
(141,36,152)
#7F2189
(127,33,137)
#711E7A
(113,30,122)
#631B6B
(99,27,107)
#55185C
(85,24,92)
#47154D
(71,21,77)
#39123E
(57,18,62)
#2B0F2F
(43,15,47)
#1D0C20
(29,12,32)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #9B27A7

#9B27A7
(155,39,167)
#A43AAF
(164,58,175)
#AD4DB7
(173,77,183)
#B660BF
(182,96,191)
#BF73C7
(191,115,199)
#C886CF
(200,134,207)
#D199D7
(209,153,215)
#DAACDF
(218,172,223)
#E3BFE7
(227,191,231)
#ECD2EF
(236,210,239)
#F5E5F7
(245,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B27A7 color. Also use rgb(155,39,167) instead hex code.

Text Font Color

.myTextColor { color: #9B27A7; }

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

This text font color is #9B27A7.


Background Color

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

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

This div background color is #9B27A7.


Border color

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

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

This div border color is #9B27A7.


Opacity

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

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

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

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

This text has shadow with #9B27A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B27A7 on black background.


Color preview on white background

This text has color #9B27A7 on white background.



Black color preview on #9B27A7 background

This text has black color on #9B27A7 background.


White color preview on #9B27A7 background

This text has white color on #9B27A7 background.