COLOR #9A7BB0

HEX: #9A7BB0
RGB: (154,123,176)

Color info

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

RGB color model

#9A7BB0 color RGB value is (154,123,176).

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

RGB channels and saturation

R 154 of 255 = 60%
G 123 of 255 = 48%
B 176 of 255 = 69%

154
123
176

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

Portions of RGB colors in percentages

R + G + B =
154 + 123 + 176 = 453 (100%)
R 154 of 453 ~ 34%
G 123 of 453 ~ 27.15%
B 176 of 453 ~ 38.85%

%34
%27.15
%38.85

CMYK color model

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

  • cyan value is 12.50%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(13,30,0,31)
C13M30Y0K31 
(13%,30%,0%,31%)
(0.13/0.30/0.00/0.31)	

CMYK percentages

%12.5
%30.11
%0
%30.98

Codes

Color #9A7BB0 in popluar color models

9A7BB0
RGB154123176
HSL275°25.12%58.63%
HSB/HSV275°30.11%69.02%
CMYK12.50%30.11%0.00%
30.98%

Color #9A7BB0 in popluar number systems.

HEX9A7BB0
Decimal154123176
Binary10011010111101110110000
Octal232173260

Shades and tints

Shades of #9A7BB0

#9A7BB0
(154,123,176)
#8C70A0
(140,112,160)
#7E6590
(126,101,144)
#705A80
(112,90,128)
#624F70
(98,79,112)
#544460
(84,68,96)
#463950
(70,57,80)
#382E40
(56,46,64)
#2A2330
(42,35,48)
#1C1820
(28,24,32)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #9A7BB0

#9A7BB0
(154,123,176)
#A387B7
(163,135,183)
#AC93BE
(172,147,190)
#B59FC5
(181,159,197)
#BEABCC
(190,171,204)
#C7B7D3
(199,183,211)
#D0C3DA
(208,195,218)
#D9CFE1
(217,207,225)
#E2DBE8
(226,219,232)
#EBE7EF
(235,231,239)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7BB0; }

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

This text font color is #9A7BB0.


Background Color

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

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

This div background color is #9A7BB0.


Border color

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

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

This div border color is #9A7BB0.


Opacity

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

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

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

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

This text has shadow with #9A7BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7BB0 on black background.


Color preview on white background

This text has color #9A7BB0 on white background.



Black color preview on #9A7BB0 background

This text has black color on #9A7BB0 background.


White color preview on #9A7BB0 background

This text has white color on #9A7BB0 background.