COLOR #9A6EED

HEX: #9A6EED
RGB: (154,110,237)

Color info

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

RGB color model

#9A6EED color RGB value is (154,110,237).

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

RGB channels and saturation

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

154
110
237

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

Portions of RGB colors in percentages

R + G + B =
154 + 110 + 237 = 501 (100%)
R 154 of 501 ~ 30.74%
G 110 of 501 ~ 21.96%
B 237 of 501 ~ 47.31%

%30.74
%21.96
%47.31

CMYK color model

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

  • cyan value is 35.02%
  • magenta value is 53.59%
  • 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
%53.59
%0
%7.06

Codes

Color #9A6EED in popluar color models

9A6EED
RGB154110237
HSL261°77.91%68.04%
HSB/HSV261°53.59%92.94%
CMYK35.02%53.59%0.00%
7.06%

Color #9A6EED in popluar number systems.

HEX9A6EED
Decimal154110237
Binary10011010110111011101101
Octal232156355

Shades and tints

Shades of #9A6EED

#9A6EED
(154,110,237)
#8C64D8
(140,100,216)
#7E5AC3
(126,90,195)
#7050AE
(112,80,174)
#624699
(98,70,153)
#543C84
(84,60,132)
#46326F
(70,50,111)
#38285A
(56,40,90)
#2A1E45
(42,30,69)
#1C1430
(28,20,48)
#0E0A1B
(14,10,27)
#000000
(0,0,0)

Tints of #9A6EED

#9A6EED
(154,110,237)
#A37BEE
(163,123,238)
#AC88EF
(172,136,239)
#B595F0
(181,149,240)
#BEA2F1
(190,162,241)
#C7AFF2
(199,175,242)
#D0BCF3
(208,188,243)
#D9C9F4
(217,201,244)
#E2D6F5
(226,214,245)
#EBE3F6
(235,227,246)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A6EED; }

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

This text font color is #9A6EED.


Background Color

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

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

This div background color is #9A6EED.


Border color

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

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

This div border color is #9A6EED.


Opacity

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

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

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

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

This text has shadow with #9A6EED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A6EED on black background.


Color preview on white background

This text has color #9A6EED on white background.



Black color preview on #9A6EED background

This text has black color on #9A6EED background.


White color preview on #9A6EED background

This text has white color on #9A6EED background.