COLOR #9A6FBE

HEX: #9A6FBE
RGB: (154,111,190)

Color info

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

RGB color model

#9A6FBE color RGB value is (154,111,190).

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

RGB channels and saturation

R 154 of 255 = 60%
G 111 of 255 = 44%
B 190 of 255 = 75%

154
111
190

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

Portions of RGB colors in percentages

R + G + B =
154 + 111 + 190 = 455 (100%)
R 154 of 455 ~ 33.85%
G 111 of 455 ~ 24.4%
B 190 of 455 ~ 41.76%

%33.85
%24.4
%41.76

CMYK color model

#9A6FBE color CMYK value is (19,42,0,25).

  • cyan value is 18.95%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,42,0,25)
C19M42Y0K25 
(19%,42%,0%,25%)
(0.19/0.42/0.00/0.25)	

CMYK percentages

%18.95
%41.58
%0
%25.49

Codes

Color #9A6FBE in popluar color models

9A6FBE
RGB154111190
HSL273°37.80%59.02%
HSB/HSV273°41.58%74.51%
CMYK18.95%41.58%0.00%
25.49%

Color #9A6FBE in popluar number systems.

HEX9A6FBE
Decimal154111190
Binary10011010110111110111110
Octal232157276

Shades and tints

Shades of #9A6FBE

#9A6FBE
(154,111,190)
#8C65AD
(140,101,173)
#7E5B9C
(126,91,156)
#70518B
(112,81,139)
#62477A
(98,71,122)
#543D69
(84,61,105)
#463358
(70,51,88)
#382947
(56,41,71)
#2A1F36
(42,31,54)
#1C1525
(28,21,37)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #9A6FBE

#9A6FBE
(154,111,190)
#A37CC3
(163,124,195)
#AC89C8
(172,137,200)
#B596CD
(181,150,205)
#BEA3D2
(190,163,210)
#C7B0D7
(199,176,215)
#D0BDDC
(208,189,220)
#D9CAE1
(217,202,225)
#E2D7E6
(226,215,230)
#EBE4EB
(235,228,235)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6FBE; }

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

This text font color is #9A6FBE.


Background Color

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

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

This div background color is #9A6FBE.


Border color

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

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

This div border color is #9A6FBE.


Opacity

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

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

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

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

This text has shadow with #9A6FBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6FBE on black background.


Color preview on white background

This text has color #9A6FBE on white background.



Black color preview on #9A6FBE background

This text has black color on #9A6FBE background.


White color preview on #9A6FBE background

This text has white color on #9A6FBE background.