COLOR #9A79B0

HEX: #9A79B0
RGB: (154,121,176)

Color info

#9A79B0 contains red, green and blue colors in about the same proportion. Web safe color of #9A79B0 is #996699 (or #969).

RGB color model

#9A79B0 color RGB value is (154,121,176).

  • red value is 154;
  • green value is 121;
  • blue value is 176.
RGB:
(154,121,176)
(60%,47%,69%)

RGB channels and saturation

R 154 of 255 = 60%
G 121 of 255 = 47%
B 176 of 255 = 69%

154
121
176

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

Portions of RGB colors in percentages

R + G + B =
154 + 121 + 176 = 451 (100%)
R 154 of 451 ~ 34.15%
G 121 of 451 ~ 26.83%
B 176 of 451 ~ 39.02%

%34.15
%26.83
%39.02

CMYK color model

#9A79B0 color CMYK value is (13,31,0,31).

  • cyan value is 12.50%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,31,0,31)
C13M31Y0K31 
(13%,31%,0%,31%)
(0.13/0.31/0.00/0.31)	

CMYK percentages

%12.5
%31.25
%0
%30.98

Codes

Color #9A79B0 in popluar color models

9A79B0
RGB154121176
HSL276°25.82%58.24%
HSB/HSV276°31.25%69.02%
CMYK12.50%31.25%0.00%
30.98%

Color #9A79B0 in popluar number systems.

HEX9A79B0
Decimal154121176
Binary10011010111100110110000
Octal232171260

Shades and tints

Shades of #9A79B0

#9A79B0
(154,121,176)
#8C6EA0
(140,110,160)
#7E6390
(126,99,144)
#705880
(112,88,128)
#624D70
(98,77,112)
#544260
(84,66,96)
#463750
(70,55,80)
#382C40
(56,44,64)
#2A2130
(42,33,48)
#1C1620
(28,22,32)
#0E0B10
(14,11,16)
#000000
(0,0,0)

Tints of #9A79B0

#9A79B0
(154,121,176)
#A385B7
(163,133,183)
#AC91BE
(172,145,190)
#B59DC5
(181,157,197)
#BEA9CC
(190,169,204)
#C7B5D3
(199,181,211)
#D0C1DA
(208,193,218)
#D9CDE1
(217,205,225)
#E2D9E8
(226,217,232)
#EBE5EF
(235,229,239)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A79B0 color. Also use rgb(154,121,176) instead hex code.

Text Font Color

.myTextColor { color: #9A79B0; }

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

This text font color is #9A79B0.


Background Color

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

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

This div background color is #9A79B0.


Border color

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

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

This div border color is #9A79B0.


Opacity

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

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

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

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

This text has shadow with #9A79B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A79B0 on black background.


Color preview on white background

This text has color #9A79B0 on white background.



Black color preview on #9A79B0 background

This text has black color on #9A79B0 background.


White color preview on #9A79B0 background

This text has white color on #9A79B0 background.