COLOR #9A6486

HEX: #9A6486
RGB: (154,100,134)

Color info

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

RGB color model

#9A6486 color RGB value is (154,100,134).

  • red value is 154;
  • green value is 100;
  • blue value is 134.
RGB:
(154,100,134)
(60%,39%,53%)

RGB channels and saturation

R 154 of 255 = 60%
G 100 of 255 = 39%
B 134 of 255 = 53%

154
100
134

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

Portions of RGB colors in percentages

R + G + B =
154 + 100 + 134 = 388 (100%)
R 154 of 388 ~ 39.69%
G 100 of 388 ~ 25.77%
B 134 of 388 ~ 34.54%

%39.69
%25.77
%34.54

CMYK color model

#9A6486 color CMYK value is (0,35,13,40).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 12.99%
  • key color value is 39.61%
CMYK:
(0,35,13,40)
C0M35Y13K40 
(0%,35%,13%,40%)
(0.00/0.35/0.13/0.40)	

CMYK percentages

%0
%35.06
%12.99
%39.61

Codes

Color #9A6486 in popluar color models

9A6486
RGB154100134
HSL322°21.26%49.80%
HSB/HSV322°35.06%60.39%
CMYK0.00%35.06%12.99%
39.61%

Color #9A6486 in popluar number systems.

HEX9A6486
Decimal154100134
Binary10011010110010010000110
Octal232144206

Shades and tints

Shades of #9A6486

#9A6486
(154,100,134)
#8C5B7A
(140,91,122)
#7E526E
(126,82,110)
#704962
(112,73,98)
#624056
(98,64,86)
#54374A
(84,55,74)
#462E3E
(70,46,62)
#382532
(56,37,50)
#2A1C26
(42,28,38)
#1C131A
(28,19,26)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #9A6486

#9A6486
(154,100,134)
#A37291
(163,114,145)
#AC809C
(172,128,156)
#B58EA7
(181,142,167)
#BE9CB2
(190,156,178)
#C7AABD
(199,170,189)
#D0B8C8
(208,184,200)
#D9C6D3
(217,198,211)
#E2D4DE
(226,212,222)
#EBE2E9
(235,226,233)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6486 color. Also use rgb(154,100,134) instead hex code.

Text Font Color

.myTextColor { color: #9A6486; }

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

This text font color is #9A6486.


Background Color

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

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

This div background color is #9A6486.


Border color

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

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

This div border color is #9A6486.


Opacity

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

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

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

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

This text has shadow with #9A6486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6486 on black background.


Color preview on white background

This text has color #9A6486 on white background.



Black color preview on #9A6486 background

This text has black color on #9A6486 background.


White color preview on #9A6486 background

This text has white color on #9A6486 background.