COLOR #9A6DBA

HEX: #9A6DBA
RGB: (154,109,186)

Color info

#9A6DBA contains mainly red and blue colors. Web safe color of #9A6DBA is #9966CC (or #96C).

RGB color model

#9A6DBA color RGB value is (154,109,186).

  • red value is 154;
  • green value is 109;
  • blue value is 186.
RGB:
(154,109,186)
(60%,43%,73%)

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 186 of 255 = 73%

154
109
186

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 186 = 449 (100%)
R 154 of 449 ~ 34.3%
G 109 of 449 ~ 24.28%
B 186 of 449 ~ 41.43%

%34.3
%24.28
%41.43

CMYK color model

#9A6DBA color CMYK value is (17,41,0,27).

  • cyan value is 17.20%
  • magenta value is 41.40%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(17,41,0,27)
C17M41Y0K27 
(17%,41%,0%,27%)
(0.17/0.41/0.00/0.27)	

CMYK percentages

%17.2
%41.4
%0
%27.06

Codes

Color #9A6DBA in popluar color models

9A6DBA
RGB154109186
HSL275°35.81%57.84%
HSB/HSV275°41.40%72.94%
CMYK17.20%41.40%0.00%
27.06%

Color #9A6DBA in popluar number systems.

HEX9A6DBA
Decimal154109186
Binary10011010110110110111010
Octal232155272

Shades and tints

Shades of #9A6DBA

#9A6DBA
(154,109,186)
#8C64AA
(140,100,170)
#7E5B9A
(126,91,154)
#70528A
(112,82,138)
#62497A
(98,73,122)
#54406A
(84,64,106)
#46375A
(70,55,90)
#382E4A
(56,46,74)
#2A253A
(42,37,58)
#1C1C2A
(28,28,42)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #9A6DBA

#9A6DBA
(154,109,186)
#A37AC0
(163,122,192)
#AC87C6
(172,135,198)
#B594CC
(181,148,204)
#BEA1D2
(190,161,210)
#C7AED8
(199,174,216)
#D0BBDE
(208,187,222)
#D9C8E4
(217,200,228)
#E2D5EA
(226,213,234)
#EBE2F0
(235,226,240)
#F4EFF6
(244,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6DBA color. Also use rgb(154,109,186) instead hex code.

Text Font Color

.myTextColor { color: #9A6DBA; }

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

This text font color is #9A6DBA.


Background Color

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

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

This div background color is #9A6DBA.


Border color

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

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

This div border color is #9A6DBA.


Opacity

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

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

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

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

This text has shadow with #9A6DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6DBA on black background.


Color preview on white background

This text has color #9A6DBA on white background.



Black color preview on #9A6DBA background

This text has black color on #9A6DBA background.


White color preview on #9A6DBA background

This text has white color on #9A6DBA background.