COLOR #9A7190

HEX: #9A7190
RGB: (154,113,144)

Color info

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

RGB color model

#9A7190 color RGB value is (154,113,144).

  • red value is 154;
  • green value is 113;
  • blue value is 144.
RGB:
(154,113,144)
(60%,44%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 113 of 255 = 44%
B 144 of 255 = 56%

154
113
144

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

Portions of RGB colors in percentages

R + G + B =
154 + 113 + 144 = 411 (100%)
R 154 of 411 ~ 37.47%
G 113 of 411 ~ 27.49%
B 144 of 411 ~ 35.04%

%37.47
%27.49
%35.04

CMYK color model

#9A7190 color CMYK value is (0,27,6,40).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 6.49%
  • key color value is 39.61%
CMYK:
(0,27,6,40)
C0M27Y6K40 
(0%,27%,6%,40%)
(0.00/0.27/0.06/0.40)	

CMYK percentages

%0
%26.62
%6.49
%39.61

Codes

Color #9A7190 in popluar color models

9A7190
RGB154113144
HSL315°16.87%52.35%
HSB/HSV315°26.62%60.39%
CMYK0.00%26.62%6.49%
39.61%

Color #9A7190 in popluar number systems.

HEX9A7190
Decimal154113144
Binary10011010111000110010000
Octal232161220

Shades and tints

Shades of #9A7190

#9A7190
(154,113,144)
#8C6783
(140,103,131)
#7E5D76
(126,93,118)
#705369
(112,83,105)
#62495C
(98,73,92)
#543F4F
(84,63,79)
#463542
(70,53,66)
#382B35
(56,43,53)
#2A2128
(42,33,40)
#1C171B
(28,23,27)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #9A7190

#9A7190
(154,113,144)
#A37D9A
(163,125,154)
#AC89A4
(172,137,164)
#B595AE
(181,149,174)
#BEA1B8
(190,161,184)
#C7ADC2
(199,173,194)
#D0B9CC
(208,185,204)
#D9C5D6
(217,197,214)
#E2D1E0
(226,209,224)
#EBDDEA
(235,221,234)
#F4E9F4
(244,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7190 color. Also use rgb(154,113,144) instead hex code.

Text Font Color

.myTextColor { color: #9A7190; }

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

This text font color is #9A7190.


Background Color

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

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

This div background color is #9A7190.


Border color

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

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

This div border color is #9A7190.


Opacity

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

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

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

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

This text has shadow with #9A7190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7190 on black background.


Color preview on white background

This text has color #9A7190 on white background.



Black color preview on #9A7190 background

This text has black color on #9A7190 background.


White color preview on #9A7190 background

This text has white color on #9A7190 background.