COLOR #9B79B6

HEX: #9B79B6
RGB: (155,121,182)

Color info

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

RGB color model

#9B79B6 color RGB value is (155,121,182).

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

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 182 of 255 = 71%

155
121
182

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

Portions of RGB colors in percentages

R + G + B =
155 + 121 + 182 = 458 (100%)
R 155 of 458 ~ 33.84%
G 121 of 458 ~ 26.42%
B 182 of 458 ~ 39.74%

%33.84
%26.42
%39.74

CMYK color model

#9B79B6 color CMYK value is (15,34,0,29).

  • cyan value is 14.84%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(15,34,0,29)
C15M34Y0K29 
(15%,34%,0%,29%)
(0.15/0.34/0.00/0.29)	

CMYK percentages

%14.84
%33.52
%0
%28.63

Codes

Color #9B79B6 in popluar color models

9B79B6
RGB155121182
HSL273°29.47%59.41%
HSB/HSV273°33.52%71.37%
CMYK14.84%33.52%0.00%
28.63%

Color #9B79B6 in popluar number systems.

HEX9B79B6
Decimal155121182
Binary10011011111100110110110
Octal233171266

Shades and tints

Shades of #9B79B6

#9B79B6
(155,121,182)
#8D6EA6
(141,110,166)
#7F6396
(127,99,150)
#715886
(113,88,134)
#634D76
(99,77,118)
#554266
(85,66,102)
#473756
(71,55,86)
#392C46
(57,44,70)
#2B2136
(43,33,54)
#1D1626
(29,22,38)
#0F0B16
(15,11,22)
#000000
(0,0,0)

Tints of #9B79B6

#9B79B6
(155,121,182)
#A485BC
(164,133,188)
#AD91C2
(173,145,194)
#B69DC8
(182,157,200)
#BFA9CE
(191,169,206)
#C8B5D4
(200,181,212)
#D1C1DA
(209,193,218)
#DACDE0
(218,205,224)
#E3D9E6
(227,217,230)
#ECE5EC
(236,229,236)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B79B6; }

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

This text font color is #9B79B6.


Background Color

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

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

This div background color is #9B79B6.


Border color

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

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

This div border color is #9B79B6.


Opacity

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

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

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

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

This text has shadow with #9B79B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B79B6 on black background.


Color preview on white background

This text has color #9B79B6 on white background.



Black color preview on #9B79B6 background

This text has black color on #9B79B6 background.


White color preview on #9B79B6 background

This text has white color on #9B79B6 background.