COLOR #9B447E

HEX: #9B447E
RGB: (155,68,126)

Color info

#9B447E contains mainly red and blue colors. Web safe color of #9B447E is #993366 (or #936).

RGB color model

#9B447E color RGB value is (155,68,126).

  • red value is 155;
  • green value is 68;
  • blue value is 126.
RGB:
(155,68,126)
(61%,27%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 68 of 255 = 27%
B 126 of 255 = 49%

155
68
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 68 + 126 = 349 (100%)
R 155 of 349 ~ 44.41%
G 68 of 349 ~ 19.48%
B 126 of 349 ~ 36.1%

%44.41
%19.48
%36.1

CMYK color model

#9B447E color CMYK value is (0,56,19,39).

  • cyan value is 0.00%
  • magenta value is 56.13%
  • yellow value is 18.71%
  • key color value is 39.22%
CMYK:
(0,56,19,39)
C0M56Y19K39 
(0%,56%,19%,39%)
(0.00/0.56/0.19/0.39)	

CMYK percentages

%0
%56.13
%18.71
%39.22

Codes

Color #9B447E in popluar color models

9B447E
RGB15568126
HSL320°39.01%43.73%
HSB/HSV320°56.13%60.78%
CMYK0.00%56.13%18.71%
39.22%

Color #9B447E in popluar number systems.

HEX9B447E
Decimal15568126
Binary1001101110001001111110
Octal233104176

Shades and tints

Shades of #9B447E

#9B447E
(155,68,126)
#8D3E73
(141,62,115)
#7F3868
(127,56,104)
#71325D
(113,50,93)
#632C52
(99,44,82)
#552647
(85,38,71)
#47203C
(71,32,60)
#391A31
(57,26,49)
#2B1426
(43,20,38)
#1D0E1B
(29,14,27)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #9B447E

#9B447E
(155,68,126)
#A45589
(164,85,137)
#AD6694
(173,102,148)
#B6779F
(182,119,159)
#BF88AA
(191,136,170)
#C899B5
(200,153,181)
#D1AAC0
(209,170,192)
#DABBCB
(218,187,203)
#E3CCD6
(227,204,214)
#ECDDE1
(236,221,225)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B447E color. Also use rgb(155,68,126) instead hex code.

Text Font Color

.myTextColor { color: #9B447E; }

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

This text font color is #9B447E.


Background Color

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

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

This div background color is #9B447E.


Border color

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

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

This div border color is #9B447E.


Opacity

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

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

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

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

This text has shadow with #9B447E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B447E on black background.


Color preview on white background

This text has color #9B447E on white background.



Black color preview on #9B447E background

This text has black color on #9B447E background.


White color preview on #9B447E background

This text has white color on #9B447E background.