COLOR #9B79B8

HEX: #9B79B8
RGB: (155,121,184)

Color info

#9B79B8 contains mainly red and blue colors. Web safe color of #9B79B8 is #9966CC (or #96C).

RGB color model

#9B79B8 color RGB value is (155,121,184).

  • red value is 155;
  • green value is 121;
  • blue value is 184.
RGB:
(155,121,184)
(61%,47%,72%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 184 of 255 = 72%

155
121
184

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 184 = 460 (100%)
R 155 of 460 ~ 33.7%
G 121 of 460 ~ 26.3%
B 184 of 460 ~ 40%

%33.7
%26.3
%40

CMYK color model

#9B79B8 color CMYK value is (16,34,0,28).

  • cyan value is 15.76%
  • magenta value is 34.24%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(16,34,0,28)
C16M34Y0K28 
(16%,34%,0%,28%)
(0.16/0.34/0.00/0.28)	

CMYK percentages

%15.76
%34.24
%0
%27.84

Codes

Color #9B79B8 in popluar color models

9B79B8
RGB155121184
HSL272°30.73%59.80%
HSB/HSV272°34.24%72.16%
CMYK15.76%34.24%0.00%
27.84%

Color #9B79B8 in popluar number systems.

HEX9B79B8
Decimal155121184
Binary10011011111100110111000
Octal233171270

Shades and tints

Shades of #9B79B8

#9B79B8
(155,121,184)
#8D6EA8
(141,110,168)
#7F6398
(127,99,152)
#715888
(113,88,136)
#634D78
(99,77,120)
#554268
(85,66,104)
#473758
(71,55,88)
#392C48
(57,44,72)
#2B2138
(43,33,56)
#1D1628
(29,22,40)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #9B79B8

#9B79B8
(155,121,184)
#A485BE
(164,133,190)
#AD91C4
(173,145,196)
#B69DCA
(182,157,202)
#BFA9D0
(191,169,208)
#C8B5D6
(200,181,214)
#D1C1DC
(209,193,220)
#DACDE2
(218,205,226)
#E3D9E8
(227,217,232)
#ECE5EE
(236,229,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B79B8 color. Also use rgb(155,121,184) instead hex code.

Text Font Color

.myTextColor { color: #9B79B8; }

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

This text font color is #9B79B8.


Background Color

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

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

This div background color is #9B79B8.


Border color

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

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

This div border color is #9B79B8.


Opacity

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

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

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

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

This text has shadow with #9B79B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B79B8 on black background.


Color preview on white background

This text has color #9B79B8 on white background.



Black color preview on #9B79B8 background

This text has black color on #9B79B8 background.


White color preview on #9B79B8 background

This text has white color on #9B79B8 background.