COLOR #9A6091

HEX: #9A6091
RGB: (154,96,145)

Color info

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

RGB color model

#9A6091 color RGB value is (154,96,145).

  • red value is 154;
  • green value is 96;
  • blue value is 145.
RGB:
(154,96,145)
(60%,38%,57%)

RGB channels and saturation

R 154 of 255 = 60%
G 96 of 255 = 38%
B 145 of 255 = 57%

154
96
145

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

Portions of RGB colors in percentages

R + G + B =
154 + 96 + 145 = 395 (100%)
R 154 of 395 ~ 38.99%
G 96 of 395 ~ 24.3%
B 145 of 395 ~ 36.71%

%38.99
%24.3
%36.71

CMYK color model

#9A6091 color CMYK value is (0,38,6,40).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 5.84%
  • key color value is 39.61%
CMYK:
(0,38,6,40)
C0M38Y6K40 
(0%,38%,6%,40%)
(0.00/0.38/0.06/0.40)	

CMYK percentages

%0
%37.66
%5.84
%39.61

Codes

Color #9A6091 in popluar color models

9A6091
RGB15496145
HSL309°23.20%49.02%
HSB/HSV309°37.66%60.39%
CMYK0.00%37.66%5.84%
39.61%

Color #9A6091 in popluar number systems.

HEX9A6091
Decimal15496145
Binary10011010110000010010001
Octal232140221

Shades and tints

Shades of #9A6091

#9A6091
(154,96,145)
#8C5884
(140,88,132)
#7E5077
(126,80,119)
#70486A
(112,72,106)
#62405D
(98,64,93)
#543850
(84,56,80)
#463043
(70,48,67)
#382836
(56,40,54)
#2A2029
(42,32,41)
#1C181C
(28,24,28)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #9A6091

#9A6091
(154,96,145)
#A36E9B
(163,110,155)
#AC7CA5
(172,124,165)
#B58AAF
(181,138,175)
#BE98B9
(190,152,185)
#C7A6C3
(199,166,195)
#D0B4CD
(208,180,205)
#D9C2D7
(217,194,215)
#E2D0E1
(226,208,225)
#EBDEEB
(235,222,235)
#F4ECF5
(244,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6091 color. Also use rgb(154,96,145) instead hex code.

Text Font Color

.myTextColor { color: #9A6091; }

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

This text font color is #9A6091.


Background Color

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

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

This div background color is #9A6091.


Border color

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

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

This div border color is #9A6091.


Opacity

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

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

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

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

This text has shadow with #9A6091 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6091 on black background.


Color preview on white background

This text has color #9A6091 on white background.



Black color preview on #9A6091 background

This text has black color on #9A6091 background.


White color preview on #9A6091 background

This text has white color on #9A6091 background.