COLOR #9A6DED

HEX: #9A6DED
RGB: (154,109,237)

Color info

#9A6DED contains mainly blue color. Web safe color of #9A6DED is #9966FF (or #96F).

RGB color model

#9A6DED color RGB value is (154,109,237).

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

RGB channels and saturation

R 154 of 255 = 60%
G 109 of 255 = 43%
B 237 of 255 = 93%

154
109
237

R + G + B ~ 65%. #9A6DED is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 109 + 237 = 500 (100%)
R 154 of 500 ~ 30.8%
G 109 of 500 ~ 21.8%
B 237 of 500 ~ 47.4%

%30.8
%21.8
%47.4

CMYK color model

#9A6DED color CMYK value is (35,54,0,7).

  • cyan value is 35.02%
  • magenta value is 54.01%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(35,54,0,7)
C35M54Y0K7 
(35%,54%,0%,7%)
(0.35/0.54/0.00/0.07)	

CMYK percentages

%35.02
%54.01
%0
%7.06

Codes

Color #9A6DED in popluar color models

9A6DED
RGB154109237
HSL261°78.05%67.84%
HSB/HSV261°54.01%92.94%
CMYK35.02%54.01%0.00%
7.06%

Color #9A6DED in popluar number systems.

HEX9A6DED
Decimal154109237
Binary10011010110110111101101
Octal232155355

Shades and tints

Shades of #9A6DED

#9A6DED
(154,109,237)
#8C64D8
(140,100,216)
#7E5BC3
(126,91,195)
#7052AE
(112,82,174)
#624999
(98,73,153)
#544084
(84,64,132)
#46376F
(70,55,111)
#382E5A
(56,46,90)
#2A2545
(42,37,69)
#1C1C30
(28,28,48)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #9A6DED

#9A6DED
(154,109,237)
#A37AEE
(163,122,238)
#AC87EF
(172,135,239)
#B594F0
(181,148,240)
#BEA1F1
(190,161,241)
#C7AEF2
(199,174,242)
#D0BBF3
(208,187,243)
#D9C8F4
(217,200,244)
#E2D5F5
(226,213,245)
#EBE2F6
(235,226,246)
#F4EFF7
(244,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6DED; }

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

This text font color is #9A6DED.


Background Color

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

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

This div background color is #9A6DED.


Border color

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

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

This div border color is #9A6DED.


Opacity

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

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

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

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

This text has shadow with #9A6DED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6DED on black background.


Color preview on white background

This text has color #9A6DED on white background.



Black color preview on #9A6DED background

This text has black color on #9A6DED background.


White color preview on #9A6DED background

This text has white color on #9A6DED background.