COLOR #9A6EB8

HEX: #9A6EB8
RGB: (154,110,184)

Color info

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

RGB color model

#9A6EB8 color RGB value is (154,110,184).

  • red value is 154;
  • green value is 110;
  • blue value is 184.
RGB:
(154,110,184)
(60%,43%,72%)

RGB channels and saturation

R 154 of 255 = 60%
G 110 of 255 = 43%
B 184 of 255 = 72%

154
110
184

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

Portions of RGB colors in percentages

R + G + B =
154 + 110 + 184 = 448 (100%)
R 154 of 448 ~ 34.38%
G 110 of 448 ~ 24.55%
B 184 of 448 ~ 41.07%

%34.38
%24.55
%41.07

CMYK color model

#9A6EB8 color CMYK value is (16,40,0,28).

  • cyan value is 16.30%
  • magenta value is 40.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(16,40,0,28)
C16M40Y0K28 
(16%,40%,0%,28%)
(0.16/0.40/0.00/0.28)	

CMYK percentages

%16.3
%40.22
%0
%27.84

Codes

Color #9A6EB8 in popluar color models

9A6EB8
RGB154110184
HSL276°34.26%57.65%
HSB/HSV276°40.22%72.16%
CMYK16.30%40.22%0.00%
27.84%

Color #9A6EB8 in popluar number systems.

HEX9A6EB8
Decimal154110184
Binary10011010110111010111000
Octal232156270

Shades and tints

Shades of #9A6EB8

#9A6EB8
(154,110,184)
#8C64A8
(140,100,168)
#7E5A98
(126,90,152)
#705088
(112,80,136)
#624678
(98,70,120)
#543C68
(84,60,104)
#463258
(70,50,88)
#382848
(56,40,72)
#2A1E38
(42,30,56)
#1C1428
(28,20,40)
#0E0A18
(14,10,24)
#000000
(0,0,0)

Tints of #9A6EB8

#9A6EB8
(154,110,184)
#A37BBE
(163,123,190)
#AC88C4
(172,136,196)
#B595CA
(181,149,202)
#BEA2D0
(190,162,208)
#C7AFD6
(199,175,214)
#D0BCDC
(208,188,220)
#D9C9E2
(217,201,226)
#E2D6E8
(226,214,232)
#EBE3EE
(235,227,238)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6EB8 color. Also use rgb(154,110,184) instead hex code.

Text Font Color

.myTextColor { color: #9A6EB8; }

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

This text font color is #9A6EB8.


Background Color

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

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

This div background color is #9A6EB8.


Border color

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

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

This div border color is #9A6EB8.


Opacity

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

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

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

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

This text has shadow with #9A6EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6EB8 on black background.


Color preview on white background

This text has color #9A6EB8 on white background.



Black color preview on #9A6EB8 background

This text has black color on #9A6EB8 background.


White color preview on #9A6EB8 background

This text has white color on #9A6EB8 background.