COLOR #9B79BC

HEX: #9B79BC RGB: (155,121,188)

Color info

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

RGB color model

#9B79BC color RGB value is (155,121,188).

RGB: (155,121,188) (61%, 47%, 74%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 188 of 255 = 74%

155
121
188

R + G + B ~ 61%. #9B79BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 121 + 188 = 464 (100%)
R 155 of 464 ~ 33.41%
G 121 of 464 ~ 26.08%
B 188 of 464 ~ 40.52'%

%33.41
%26.08
%40.52

CMYK color model

#9B79BC color CMYK value is (18,36,0,26).

  • cyan value is 17.55%
  • magenta value is 35.64%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (18,36,0,26)
C18M36Y0K26 (18%, 36%, 0%, 26%)
(0.18 / 0.36 / 0.00 / 0.26)

CMYK percentages

%17.55
%35.64
%0
%26.27

Codes

Color #9B79BC in popluar color models

9B 79 BC
RGB 155 121 188
HSL 270° 33.33% 60.59%
HSB/HSV 270° 35.64% 73.73%
CMYK 17.55% 35.64% 0.00%
26.27%

Color #9B79BC in popluar number systems.

HEX 9B 79 BC
Decimal 155 121 188
Binary 10011011 1111001 10111100
Octal 233 171 274

Shades and tints

Shades of #9B79BC

#9B79BC
(155,121,188)
#8D6EAB
(141,110,171)
#7F639A
(127,99,154)
#715889
(113,88,137)
#634D78
(99,77,120)
#554267
(85,66,103)
#473756
(71,55,86)
#392C45
(57,44,69)
#2B2134
(43,33,52)
#1D1623
(29,22,35)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #9B79BC

#9B79BC
(155,121,188)
#A485C2
(164,133,194)
#AD91C8
(173,145,200)
#B69DCE
(182,157,206)
#BFA9D4
(191,169,212)
#C8B5DA
(200,181,218)
#D1C1E0
(209,193,224)
#DACDE6
(218,205,230)
#E3D9EC
(227,217,236)
#ECE5F2
(236,229,242)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B79BC; }

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

This text font color is #9B79BC.

Background Color

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

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

This div background color is #9B79BC.

Border color

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

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

This div border color is #9B79BC.

Opacity

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

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

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

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

This text has shadow with #9B79BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B79BC.

Preview

Color preview on black background

This text has color #9B79BC on black background.


Color preview on white background

This text has color #9B79BC on white background.


Black color preview on #9B79BC background

This text has black color on #9B79BC background.


White color preview on #9B79BC background

This text has white color on #9B79BC background.


Related colors

Complementary color

Complementary color for #hex is #648643.


I love getcolorcode.com

Triadic colors

1 #BC9B79 and #79BC9B with #9B79BC are triadic colors.

2 #BC799B and #799BBC with #9B79BC are triadic colors.