COLOR #9A6CD4

HEX: #9A6CD4
RGB: (154,108,212)

Color info

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

RGB color model

#9A6CD4 color RGB value is (154,108,212).

  • red value is 154;
  • green value is 108;
  • blue value is 212.
RGB:
(154,108,212)
(60%,42%,83%)

RGB channels and saturation

R 154 of 255 = 60%
G 108 of 255 = 42%
B 212 of 255 = 83%

154
108
212

R + G + B ~ 62%. #9A6CD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 108 + 212 = 474 (100%)
R 154 of 474 ~ 32.49%
G 108 of 474 ~ 22.78%
B 212 of 474 ~ 44.73%

%32.49
%22.78
%44.73

CMYK color model

#9A6CD4 color CMYK value is (27,49,0,17).

  • cyan value is 27.36%
  • magenta value is 49.06%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(27,49,0,17)
C27M49Y0K17 
(27%,49%,0%,17%)
(0.27/0.49/0.00/0.17)	

CMYK percentages

%27.36
%49.06
%0
%16.86

Codes

Color #9A6CD4 in popluar color models

9A6CD4
RGB154108212
HSL267°54.74%62.75%
HSB/HSV267°49.06%83.14%
CMYK27.36%49.06%0.00%
16.86%

Color #9A6CD4 in popluar number systems.

HEX9A6CD4
Decimal154108212
Binary10011010110110011010100
Octal232154324

Shades and tints

Shades of #9A6CD4

#9A6CD4
(154,108,212)
#8C63C1
(140,99,193)
#7E5AAE
(126,90,174)
#70519B
(112,81,155)
#624888
(98,72,136)
#543F75
(84,63,117)
#463662
(70,54,98)
#382D4F
(56,45,79)
#2A243C
(42,36,60)
#1C1B29
(28,27,41)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #9A6CD4

#9A6CD4
(154,108,212)
#A379D7
(163,121,215)
#AC86DA
(172,134,218)
#B593DD
(181,147,221)
#BEA0E0
(190,160,224)
#C7ADE3
(199,173,227)
#D0BAE6
(208,186,230)
#D9C7E9
(217,199,233)
#E2D4EC
(226,212,236)
#EBE1EF
(235,225,239)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A6CD4 color. Also use rgb(154,108,212) instead hex code.

Text Font Color

.myTextColor { color: #9A6CD4; }

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

This text font color is #9A6CD4.


Background Color

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

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

This div background color is #9A6CD4.


Border color

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

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

This div border color is #9A6CD4.


Opacity

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

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

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

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

This text has shadow with #9A6CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6CD4 on black background.


Color preview on white background

This text has color #9A6CD4 on white background.



Black color preview on #9A6CD4 background

This text has black color on #9A6CD4 background.


White color preview on #9A6CD4 background

This text has white color on #9A6CD4 background.