COLOR #9B67A4

HEX: #9B67A4
RGB: (155,103,164)

Color info

#9B67A4 contains mainly red and blue colors. Web safe color of #9B67A4 is #996699 (or #969).

RGB color model

#9B67A4 color RGB value is (155,103,164).

  • red value is 155;
  • green value is 103;
  • blue value is 164.
RGB:
(155,103,164)
(61%,40%,64%)

RGB channels and saturation

R 155 of 255 = 61%
G 103 of 255 = 40%
B 164 of 255 = 64%

155
103
164

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

Portions of RGB colors in percentages

R + G + B =
155 + 103 + 164 = 422 (100%)
R 155 of 422 ~ 36.73%
G 103 of 422 ~ 24.41%
B 164 of 422 ~ 38.86%

%36.73
%24.41
%38.86

CMYK color model

#9B67A4 color CMYK value is (5,37,0,36).

  • cyan value is 5.49%
  • magenta value is 37.20%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(5,37,0,36)
C5M37Y0K36 
(5%,37%,0%,36%)
(0.05/0.37/0.00/0.36)	

CMYK percentages

%5.49
%37.2
%0
%35.69

Codes

Color #9B67A4 in popluar color models

9B67A4
RGB155103164
HSL291°25.10%52.35%
HSB/HSV291°37.20%64.31%
CMYK5.49%37.20%0.00%
35.69%

Color #9B67A4 in popluar number systems.

HEX9B67A4
Decimal155103164
Binary10011011110011110100100
Octal233147244

Shades and tints

Shades of #9B67A4

#9B67A4
(155,103,164)
#8D5E96
(141,94,150)
#7F5588
(127,85,136)
#714C7A
(113,76,122)
#63436C
(99,67,108)
#553A5E
(85,58,94)
#473150
(71,49,80)
#392842
(57,40,66)
#2B1F34
(43,31,52)
#1D1626
(29,22,38)
#0F0D18
(15,13,24)
#000000
(0,0,0)

Tints of #9B67A4

#9B67A4
(155,103,164)
#A474AC
(164,116,172)
#AD81B4
(173,129,180)
#B68EBC
(182,142,188)
#BF9BC4
(191,155,196)
#C8A8CC
(200,168,204)
#D1B5D4
(209,181,212)
#DAC2DC
(218,194,220)
#E3CFE4
(227,207,228)
#ECDCEC
(236,220,236)
#F5E9F4
(245,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B67A4 color. Also use rgb(155,103,164) instead hex code.

Text Font Color

.myTextColor { color: #9B67A4; }

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

This text font color is #9B67A4.


Background Color

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

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

This div background color is #9B67A4.


Border color

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

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

This div border color is #9B67A4.


Opacity

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

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

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

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

This text has shadow with #9B67A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B67A4 on black background.


Color preview on white background

This text has color #9B67A4 on white background.



Black color preview on #9B67A4 background

This text has black color on #9B67A4 background.


White color preview on #9B67A4 background

This text has white color on #9B67A4 background.