COLOR #9A6DBE

HEX: #9A6DBE
RGB: (154,109,190)

Color info

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

RGB color model

#9A6DBE color RGB value is (154,109,190).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 190 of 255 = 75%

154
109
190

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

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 190 = 453 (100%)
R 154 of 453 ~ 34%
G 109 of 453 ~ 24.06%
B 190 of 453 ~ 41.94%

%34
%24.06
%41.94

CMYK color model

#9A6DBE color CMYK value is (19,43,0,25).

  • cyan value is 18.95%
  • magenta value is 42.63%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,43,0,25)
C19M43Y0K25 
(19%,43%,0%,25%)
(0.19/0.43/0.00/0.25)	

CMYK percentages

%18.95
%42.63
%0
%25.49

Codes

Color #9A6DBE in popluar color models

9A6DBE
RGB154109190
HSL273°38.39%58.63%
HSB/HSV273°42.63%74.51%
CMYK18.95%42.63%0.00%
25.49%

Color #9A6DBE in popluar number systems.

HEX9A6DBE
Decimal154109190
Binary10011010110110110111110
Octal232155276

Shades and tints

Shades of #9A6DBE

#9A6DBE
(154,109,190)
#8C64AD
(140,100,173)
#7E5B9C
(126,91,156)
#70528B
(112,82,139)
#62497A
(98,73,122)
#544069
(84,64,105)
#463758
(70,55,88)
#382E47
(56,46,71)
#2A2536
(42,37,54)
#1C1C25
(28,28,37)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #9A6DBE

#9A6DBE
(154,109,190)
#A37AC3
(163,122,195)
#AC87C8
(172,135,200)
#B594CD
(181,148,205)
#BEA1D2
(190,161,210)
#C7AED7
(199,174,215)
#D0BBDC
(208,187,220)
#D9C8E1
(217,200,225)
#E2D5E6
(226,213,230)
#EBE2EB
(235,226,235)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6DBE; }

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

This text font color is #9A6DBE.


Background Color

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

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

This div background color is #9A6DBE.


Border color

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

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

This div border color is #9A6DBE.


Opacity

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

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

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

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

This text has shadow with #9A6DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6DBE on black background.


Color preview on white background

This text has color #9A6DBE on white background.



Black color preview on #9A6DBE background

This text has black color on #9A6DBE background.


White color preview on #9A6DBE background

This text has white color on #9A6DBE background.